weapp-vite 4.1.2 → 4.1.3

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.
Files changed (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "weapp-vite",
3
3
  "type": "module",
4
- "version": "4.1.2",
4
+ "version": "4.1.3",
5
5
  "description": "weapp-vite 一个现代化的小程序打包工具",
6
6
  "author": "ice breaker <1324318532@qq.com>",
7
7
  "license": "MIT",
@@ -96,12 +96,12 @@
96
96
  "vite": "^6.3.5",
97
97
  "vite-plugin-commonjs": "^0.10.4",
98
98
  "vite-tsconfig-paths": "^5.1.4",
99
- "@weapp-core/init": "^1.2.2",
99
+ "@weapp-core/init": "^1.2.3",
100
100
  "@weapp-core/logger": "^1.0.4",
101
101
  "@weapp-core/schematics": "^1.1.0",
102
- "vite-plugin-performance": "^0.0.1",
102
+ "@weapp-core/shared": "^1.0.9",
103
103
  "@weapp-vite/volar": "^0.0.1",
104
- "@weapp-core/shared": "^1.0.8",
104
+ "vite-plugin-performance": "^0.0.1",
105
105
  "weapp-ide-cli": "^2.0.12"
106
106
  },
107
107
  "publishConfig": {