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.
@@ -3,7 +3,7 @@ import logger from "@weapp-core/logger";
3
3
  var logger_default = logger;
4
4
 
5
5
  // package.json
6
- var version = "1.2.4";
6
+ var version = "1.2.5";
7
7
 
8
8
  // src/constants.ts
9
9
  var VERSION = version;
package/dist/cli.cjs CHANGED
@@ -32,7 +32,7 @@ var import_cac = require("cac");
32
32
  var import_weapp_ide_cli = require("weapp-ide-cli");
33
33
 
34
34
  // package.json
35
- var version = "1.2.4";
35
+ var version = "1.2.5";
36
36
 
37
37
  // src/constants.ts
38
38
  var VERSION = version;
package/dist/cli.mjs CHANGED
@@ -2,7 +2,7 @@ import {
2
2
  CompilerContext,
3
3
  VERSION,
4
4
  logger_default
5
- } from "./chunk-7CROAIKY.mjs";
5
+ } from "./chunk-DI7MT6YZ.mjs";
6
6
  import "./chunk-444MQSSG.mjs";
7
7
 
8
8
  // src/cli.ts
package/dist/index.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  CompilerContext
3
- } from "./chunk-7CROAIKY.mjs";
3
+ } from "./chunk-DI7MT6YZ.mjs";
4
4
  import "./chunk-444MQSSG.mjs";
5
5
  export {
6
6
  CompilerContext
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "weapp-vite",
3
3
  "type": "module",
4
- "version": "1.2.4",
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.4",
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": {