Skip to content

Commit 1acf123

Browse files
committed
release: v1.0.0-alpha.0
1 parent d24ddc8 commit 1acf123

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

auto-imports.d.ts

-3
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,9 @@ declare global {
4949
const toValue: typeof import('vue')['toValue']
5050
const triggerRef: typeof import('vue')['triggerRef']
5151
const unref: typeof import('vue')['unref']
52-
const useAdmateAdapter: typeof import('~/useAdmateAdapter')['default']
5352
const useAttrs: typeof import('vue')['useAttrs']
5453
const useCssModule: typeof import('vue')['useCssModule']
5554
const useCssVars: typeof import('vue')['useCssVars']
56-
const useRoute: typeof import('vue-router')['useRoute']
57-
const useRouter: typeof import('vue-router')['useRouter']
5855
const useSlots: typeof import('vue')['useSlots']
5956
const watch: typeof import('vue')['watch']
6057
const watchEffect: typeof import('vue')['watchEffect']

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "admate",
33
"PascalCasedName": "Admate",
4-
"version": "0.10.2",
4+
"version": "1.0.0-alpha.0",
55
"private": false,
66
"description": "Admin CRUD frontend meta framework for Vue 2.6/2.7/3, extremely concise without losing flexibility.",
77
"author": {

vite.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export default {
3535
build: {
3636
lib: {
3737
name,
38-
entry: 'src/index.ts',
38+
entry: 'src/index.js',
3939
},
4040
sourcemap: true,
4141
rollupOptions: {

0 commit comments

Comments
 (0)