@varlet/cli 3.13.0 → 3.14.0-alpha.1772307023035
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -48,8 +48,8 @@ declare module 'vue' {
|
|
|
48
48
|
const template = `\
|
|
49
49
|
import type { App } from 'vue'
|
|
50
50
|
|
|
51
|
-
export const version: string
|
|
52
|
-
export const install: (app: App) => void
|
|
51
|
+
export declare const version: string
|
|
52
|
+
export declare const install: (app: App) => void
|
|
53
53
|
|
|
54
54
|
${exports.join('\n')}
|
|
55
55
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@varlet/cli",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.14.0-alpha.1772307023035",
|
|
4
4
|
"description": "cli of varlet",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"cli",
|
|
@@ -57,8 +57,8 @@
|
|
|
57
57
|
"vite": "7.1.5",
|
|
58
58
|
"vitest": "3.2.4",
|
|
59
59
|
"vue": "3.5.21",
|
|
60
|
-
"@varlet/
|
|
61
|
-
"@varlet/
|
|
60
|
+
"@varlet/vite-plugins": "3.14.0-alpha.1772307023035",
|
|
61
|
+
"@varlet/shared": "3.14.0-alpha.1772307023035"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
64
|
"@types/babel__core": "^7.20.1",
|
|
@@ -70,9 +70,9 @@
|
|
|
70
70
|
"@types/node": "^18.7.20",
|
|
71
71
|
"@types/sharp": "0.31.1",
|
|
72
72
|
"rimraf": "^5.0.1",
|
|
73
|
-
"@varlet/
|
|
74
|
-
"@varlet/
|
|
75
|
-
"@varlet/icons": "3.
|
|
73
|
+
"@varlet/touch-emulator": "3.14.0-alpha.1772307023035",
|
|
74
|
+
"@varlet/ui": "3.14.0-alpha.1772307023035",
|
|
75
|
+
"@varlet/icons": "3.14.0-alpha.1772307023035"
|
|
76
76
|
},
|
|
77
77
|
"peerDependencies": {
|
|
78
78
|
"@vitest/coverage-istanbul": "3.2.4",
|
|
@@ -83,9 +83,9 @@
|
|
|
83
83
|
"live-server": "^1.2.1",
|
|
84
84
|
"vue": "3.5.21",
|
|
85
85
|
"vue-router": "4.5.1",
|
|
86
|
-
"@varlet/
|
|
87
|
-
"@varlet/
|
|
88
|
-
"@varlet/
|
|
86
|
+
"@varlet/icons": "3.14.0-alpha.1772307023035",
|
|
87
|
+
"@varlet/touch-emulator": "3.14.0-alpha.1772307023035",
|
|
88
|
+
"@varlet/ui": "3.14.0-alpha.1772307023035"
|
|
89
89
|
},
|
|
90
90
|
"engines": {
|
|
91
91
|
"node": "^14.18.0 || >=16.0.0"
|