weapp-vite 1.2.4 → 1.2.5
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.
- package/dist/{chunk-7CROAIKY.mjs → chunk-DI7MT6YZ.mjs} +1 -1
- package/dist/cli.cjs +1 -1
- package/dist/cli.mjs +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +3 -3
package/dist/cli.cjs
CHANGED
package/dist/cli.mjs
CHANGED
package/dist/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "weapp-vite",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.2.
|
|
4
|
+
"version": "1.2.5",
|
|
5
5
|
"description": "weapp-vite 一个现代化的小程序打包工具",
|
|
6
6
|
"author": "ice breaker <1324318532@qq.com>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -64,9 +64,9 @@
|
|
|
64
64
|
"pkg-types": "^1.2.0",
|
|
65
65
|
"tsup": "^8.3.0",
|
|
66
66
|
"vite-tsconfig-paths": "^5.0.1",
|
|
67
|
-
"@weapp-core/init": "^1.0.
|
|
68
|
-
"@weapp-core/logger": "^1.0.1",
|
|
67
|
+
"@weapp-core/init": "^1.0.5",
|
|
69
68
|
"weapp-ide-cli": "^2.0.6",
|
|
69
|
+
"@weapp-core/logger": "^1.0.1",
|
|
70
70
|
"@weapp-core/shared": "^1.0.1"
|
|
71
71
|
},
|
|
72
72
|
"publishConfig": {
|