@weapp-core/init 6.0.4 → 6.0.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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -663,7 +663,7 @@ async function initTsJsonFiles(options) {
663
663
  }
664
664
  //#endregion
665
665
  //#region ../../packages/weapp-vite/package.json
666
- var version = "6.11.1";
666
+ var version = "6.11.5";
667
667
  //#endregion
668
668
  //#region src/npm.ts
669
669
  /**
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@weapp-core/init",
3
3
  "type": "module",
4
- "version": "6.0.4",
4
+ "version": "6.0.5",
5
5
  "description": "@weapp-core/init",
6
6
  "author": "ice breaker <1324318532@qq.com>",
7
7
  "license": "MIT",