weapp-vite 2.1.2 → 2.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.
- package/dist/auto-import-components/resolvers.mjs +1 -1
- package/dist/{chunk-NIZ7SGOM.mjs → chunk-GW6NR4HD.mjs} +5 -5
- package/dist/{chunk-TY34W2IS.mjs → chunk-NVRSN2SA.mjs} +1 -1
- package/dist/{chunk-QFMRMB73.mjs → chunk-YKCMB72H.mjs} +2 -2
- package/dist/cli.cjs +6 -6
- package/dist/cli.mjs +3 -3
- package/dist/config.mjs +2 -2
- package/dist/index.cjs +6 -6
- package/dist/index.mjs +3 -3
- package/dist/json.mjs +1 -1
- package/package.json +12 -12
|
@@ -3,7 +3,7 @@ import {
|
|
|
3
3
|
__name,
|
|
4
4
|
__toESM,
|
|
5
5
|
init_esm_shims
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-YKCMB72H.mjs";
|
|
7
7
|
|
|
8
8
|
// ../../node_modules/.pnpm/reflect-metadata@0.2.2/node_modules/reflect-metadata/Reflect.js
|
|
9
9
|
var require_Reflect = __commonJS({
|
|
@@ -1258,7 +1258,7 @@ var Symbols = {
|
|
|
1258
1258
|
// src/inversify.config.ts
|
|
1259
1259
|
init_esm_shims();
|
|
1260
1260
|
|
|
1261
|
-
// ../../node_modules/.pnpm/inversify@6.2.
|
|
1261
|
+
// ../../node_modules/.pnpm/inversify@6.2.2_reflect-metadata@0.2.2/node_modules/inversify/lib/esm/index.js
|
|
1262
1262
|
init_esm_shims();
|
|
1263
1263
|
var import_reflect_metadata = __toESM(require_Reflect(), 1);
|
|
1264
1264
|
|
|
@@ -1649,7 +1649,7 @@ var _ = /* @__PURE__ */ __name((t4) => /* @__PURE__ */ function(t5, e2) {
|
|
|
1649
1649
|
};
|
|
1650
1650
|
}(void 0 === t4 ? M : (e2) => D(e2, t4), void 0 === t4 ? w : (e2) => E(e2, t4)), "_");
|
|
1651
1651
|
|
|
1652
|
-
// ../../node_modules/.pnpm/inversify@6.2.
|
|
1652
|
+
// ../../node_modules/.pnpm/inversify@6.2.2_reflect-metadata@0.2.2/node_modules/inversify/lib/esm/index.js
|
|
1653
1653
|
var s2 = "named";
|
|
1654
1654
|
var o2 = "name";
|
|
1655
1655
|
var a2 = "unmanaged";
|
|
@@ -14819,7 +14819,7 @@ ConfigService2 = _ts_decorate4([
|
|
|
14819
14819
|
// src/context/services/JsonService.ts
|
|
14820
14820
|
init_esm_shims();
|
|
14821
14821
|
|
|
14822
|
-
// ../../node_modules/.pnpm/bundle-require@5.1.0_esbuild@0.
|
|
14822
|
+
// ../../node_modules/.pnpm/bundle-require@5.1.0_esbuild@0.25.0/node_modules/bundle-require/dist/index.js
|
|
14823
14823
|
init_esm_shims();
|
|
14824
14824
|
import fs22 from "fs";
|
|
14825
14825
|
import path22 from "path";
|
|
@@ -15004,7 +15004,7 @@ var loadTsConfigInternal = /* @__PURE__ */ __name((dir = process.cwd(), name = "
|
|
|
15004
15004
|
}, "loadTsConfigInternal");
|
|
15005
15005
|
var loadTsConfig = /* @__PURE__ */ __name((dir, name) => loadTsConfigInternal(dir, name), "loadTsConfig");
|
|
15006
15006
|
|
|
15007
|
-
// ../../node_modules/.pnpm/bundle-require@5.1.0_esbuild@0.
|
|
15007
|
+
// ../../node_modules/.pnpm/bundle-require@5.1.0_esbuild@0.25.0/node_modules/bundle-require/dist/index.js
|
|
15008
15008
|
import fs6 from "fs";
|
|
15009
15009
|
import path9 from "path";
|
|
15010
15010
|
import { createRequire as createRequire2 } from "module";
|
|
@@ -28,9 +28,9 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
28
28
|
mod
|
|
29
29
|
));
|
|
30
30
|
|
|
31
|
-
// ../../node_modules/.pnpm/tsup@8.3.6_@swc+core@1.10.
|
|
31
|
+
// ../../node_modules/.pnpm/tsup@8.3.6_@swc+core@1.10.15_jiti@2.4.2_postcss@8.5.1_tsx@4.19.2_typescript@5.7.3_yaml@2.7.0/node_modules/tsup/assets/esm_shims.js
|
|
32
32
|
var init_esm_shims = __esm({
|
|
33
|
-
"../../node_modules/.pnpm/tsup@8.3.6_@swc+core@1.10.
|
|
33
|
+
"../../node_modules/.pnpm/tsup@8.3.6_@swc+core@1.10.15_jiti@2.4.2_postcss@8.5.1_tsx@4.19.2_typescript@5.7.3_yaml@2.7.0/node_modules/tsup/assets/esm_shims.js"() {
|
|
34
34
|
"use strict";
|
|
35
35
|
}
|
|
36
36
|
});
|
package/dist/cli.cjs
CHANGED
|
@@ -29,10 +29,10 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
29
29
|
mod
|
|
30
30
|
));
|
|
31
31
|
|
|
32
|
-
// ../../node_modules/.pnpm/tsup@8.3.6_@swc+core@1.10.
|
|
32
|
+
// ../../node_modules/.pnpm/tsup@8.3.6_@swc+core@1.10.15_jiti@2.4.2_postcss@8.5.1_tsx@4.19.2_typescript@5.7.3_yaml@2.7.0/node_modules/tsup/assets/cjs_shims.js
|
|
33
33
|
var getImportMetaUrl, importMetaUrl;
|
|
34
34
|
var init_cjs_shims = __esm({
|
|
35
|
-
"../../node_modules/.pnpm/tsup@8.3.6_@swc+core@1.10.
|
|
35
|
+
"../../node_modules/.pnpm/tsup@8.3.6_@swc+core@1.10.15_jiti@2.4.2_postcss@8.5.1_tsx@4.19.2_typescript@5.7.3_yaml@2.7.0/node_modules/tsup/assets/cjs_shims.js"() {
|
|
36
36
|
"use strict";
|
|
37
37
|
getImportMetaUrl = /* @__PURE__ */ __name(() => typeof document === "undefined" ? new URL(`file:${__filename}`).href : document.currentScript && document.currentScript.src || new URL("main.js", document.baseURI).href, "getImportMetaUrl");
|
|
38
38
|
importMetaUrl = /* @__PURE__ */ getImportMetaUrl();
|
|
@@ -1901,7 +1901,7 @@ var Symbols = {
|
|
|
1901
1901
|
// src/inversify.config.ts
|
|
1902
1902
|
init_cjs_shims();
|
|
1903
1903
|
|
|
1904
|
-
// ../../node_modules/.pnpm/inversify@6.2.
|
|
1904
|
+
// ../../node_modules/.pnpm/inversify@6.2.2_reflect-metadata@0.2.2/node_modules/inversify/lib/esm/index.js
|
|
1905
1905
|
init_cjs_shims();
|
|
1906
1906
|
var import_reflect_metadata = __toESM(require_Reflect(), 1);
|
|
1907
1907
|
|
|
@@ -2292,7 +2292,7 @@ var _ = /* @__PURE__ */ __name((t4) => /* @__PURE__ */ function(t5, e2) {
|
|
|
2292
2292
|
};
|
|
2293
2293
|
}(void 0 === t4 ? M : (e2) => D(e2, t4), void 0 === t4 ? w : (e2) => E(e2, t4)), "_");
|
|
2294
2294
|
|
|
2295
|
-
// ../../node_modules/.pnpm/inversify@6.2.
|
|
2295
|
+
// ../../node_modules/.pnpm/inversify@6.2.2_reflect-metadata@0.2.2/node_modules/inversify/lib/esm/index.js
|
|
2296
2296
|
var s2 = "named";
|
|
2297
2297
|
var o2 = "name";
|
|
2298
2298
|
var a2 = "unmanaged";
|
|
@@ -15472,7 +15472,7 @@ ConfigService2 = _ts_decorate4([
|
|
|
15472
15472
|
// src/context/services/JsonService.ts
|
|
15473
15473
|
init_cjs_shims();
|
|
15474
15474
|
|
|
15475
|
-
// ../../node_modules/.pnpm/bundle-require@5.1.0_esbuild@0.
|
|
15475
|
+
// ../../node_modules/.pnpm/bundle-require@5.1.0_esbuild@0.25.0/node_modules/bundle-require/dist/index.js
|
|
15476
15476
|
init_cjs_shims();
|
|
15477
15477
|
var import_fs2 = __toESM(require("fs"), 1);
|
|
15478
15478
|
var import_path2 = __toESM(require("path"), 1);
|
|
@@ -15657,7 +15657,7 @@ var loadTsConfigInternal = /* @__PURE__ */ __name((dir = process.cwd(), name = "
|
|
|
15657
15657
|
}, "loadTsConfigInternal");
|
|
15658
15658
|
var loadTsConfig = /* @__PURE__ */ __name((dir, name) => loadTsConfigInternal(dir, name), "loadTsConfig");
|
|
15659
15659
|
|
|
15660
|
-
// ../../node_modules/.pnpm/bundle-require@5.1.0_esbuild@0.
|
|
15660
|
+
// ../../node_modules/.pnpm/bundle-require@5.1.0_esbuild@0.25.0/node_modules/bundle-require/dist/index.js
|
|
15661
15661
|
var import_fs3 = __toESM(require("fs"), 1);
|
|
15662
15662
|
var import_path3 = __toESM(require("path"), 1);
|
|
15663
15663
|
var import_module2 = require("module");
|
package/dist/cli.mjs
CHANGED
|
@@ -3,13 +3,13 @@ import {
|
|
|
3
3
|
createCompilerContext,
|
|
4
4
|
logger_default,
|
|
5
5
|
require_Reflect
|
|
6
|
-
} from "./chunk-
|
|
7
|
-
import "./chunk-
|
|
6
|
+
} from "./chunk-GW6NR4HD.mjs";
|
|
7
|
+
import "./chunk-NVRSN2SA.mjs";
|
|
8
8
|
import {
|
|
9
9
|
__name,
|
|
10
10
|
__toESM,
|
|
11
11
|
init_esm_shims
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-YKCMB72H.mjs";
|
|
13
13
|
|
|
14
14
|
// src/cli.ts
|
|
15
15
|
init_esm_shims();
|
package/dist/config.mjs
CHANGED
package/dist/index.cjs
CHANGED
|
@@ -34,10 +34,10 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
34
34
|
));
|
|
35
35
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
36
36
|
|
|
37
|
-
// ../../node_modules/.pnpm/tsup@8.3.6_@swc+core@1.10.
|
|
37
|
+
// ../../node_modules/.pnpm/tsup@8.3.6_@swc+core@1.10.15_jiti@2.4.2_postcss@8.5.1_tsx@4.19.2_typescript@5.7.3_yaml@2.7.0/node_modules/tsup/assets/cjs_shims.js
|
|
38
38
|
var getImportMetaUrl, importMetaUrl;
|
|
39
39
|
var init_cjs_shims = __esm({
|
|
40
|
-
"../../node_modules/.pnpm/tsup@8.3.6_@swc+core@1.10.
|
|
40
|
+
"../../node_modules/.pnpm/tsup@8.3.6_@swc+core@1.10.15_jiti@2.4.2_postcss@8.5.1_tsx@4.19.2_typescript@5.7.3_yaml@2.7.0/node_modules/tsup/assets/cjs_shims.js"() {
|
|
41
41
|
"use strict";
|
|
42
42
|
getImportMetaUrl = /* @__PURE__ */ __name(() => typeof document === "undefined" ? new URL(`file:${__filename}`).href : document.currentScript && document.currentScript.src || new URL("main.js", document.baseURI).href, "getImportMetaUrl");
|
|
43
43
|
importMetaUrl = /* @__PURE__ */ getImportMetaUrl();
|
|
@@ -1285,7 +1285,7 @@ var Symbols = {
|
|
|
1285
1285
|
// src/inversify.config.ts
|
|
1286
1286
|
init_cjs_shims();
|
|
1287
1287
|
|
|
1288
|
-
// ../../node_modules/.pnpm/inversify@6.2.
|
|
1288
|
+
// ../../node_modules/.pnpm/inversify@6.2.2_reflect-metadata@0.2.2/node_modules/inversify/lib/esm/index.js
|
|
1289
1289
|
init_cjs_shims();
|
|
1290
1290
|
var import_reflect_metadata = __toESM(require_Reflect(), 1);
|
|
1291
1291
|
|
|
@@ -1676,7 +1676,7 @@ var _ = /* @__PURE__ */ __name((t4) => /* @__PURE__ */ function(t5, e2) {
|
|
|
1676
1676
|
};
|
|
1677
1677
|
}(void 0 === t4 ? M : (e2) => D(e2, t4), void 0 === t4 ? w : (e2) => E(e2, t4)), "_");
|
|
1678
1678
|
|
|
1679
|
-
// ../../node_modules/.pnpm/inversify@6.2.
|
|
1679
|
+
// ../../node_modules/.pnpm/inversify@6.2.2_reflect-metadata@0.2.2/node_modules/inversify/lib/esm/index.js
|
|
1680
1680
|
var s2 = "named";
|
|
1681
1681
|
var o2 = "name";
|
|
1682
1682
|
var a2 = "unmanaged";
|
|
@@ -14876,7 +14876,7 @@ ConfigService2 = _ts_decorate4([
|
|
|
14876
14876
|
// src/context/services/JsonService.ts
|
|
14877
14877
|
init_cjs_shims();
|
|
14878
14878
|
|
|
14879
|
-
// ../../node_modules/.pnpm/bundle-require@5.1.0_esbuild@0.
|
|
14879
|
+
// ../../node_modules/.pnpm/bundle-require@5.1.0_esbuild@0.25.0/node_modules/bundle-require/dist/index.js
|
|
14880
14880
|
init_cjs_shims();
|
|
14881
14881
|
var import_fs2 = __toESM(require("fs"), 1);
|
|
14882
14882
|
var import_path2 = __toESM(require("path"), 1);
|
|
@@ -15061,7 +15061,7 @@ var loadTsConfigInternal = /* @__PURE__ */ __name((dir = process.cwd(), name = "
|
|
|
15061
15061
|
}, "loadTsConfigInternal");
|
|
15062
15062
|
var loadTsConfig = /* @__PURE__ */ __name((dir, name) => loadTsConfigInternal(dir, name), "loadTsConfig");
|
|
15063
15063
|
|
|
15064
|
-
// ../../node_modules/.pnpm/bundle-require@5.1.0_esbuild@0.
|
|
15064
|
+
// ../../node_modules/.pnpm/bundle-require@5.1.0_esbuild@0.25.0/node_modules/bundle-require/dist/index.js
|
|
15065
15065
|
var import_fs3 = __toESM(require("fs"), 1);
|
|
15066
15066
|
var import_path3 = __toESM(require("path"), 1);
|
|
15067
15067
|
var import_module2 = require("module");
|
package/dist/index.mjs
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import {
|
|
2
2
|
createCompilerContext,
|
|
3
3
|
require_Reflect
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-GW6NR4HD.mjs";
|
|
5
5
|
import {
|
|
6
6
|
defineConfig
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-NVRSN2SA.mjs";
|
|
8
8
|
import {
|
|
9
9
|
__toESM,
|
|
10
10
|
init_esm_shims
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-YKCMB72H.mjs";
|
|
12
12
|
|
|
13
13
|
// src/index.ts
|
|
14
14
|
init_esm_shims();
|
package/dist/json.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "weapp-vite",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.1.
|
|
4
|
+
"version": "2.1.3",
|
|
5
5
|
"description": "weapp-vite 一个现代化的小程序打包工具",
|
|
6
6
|
"author": "ice breaker <1324318532@qq.com>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -80,28 +80,28 @@
|
|
|
80
80
|
"node": ">=20.0.0"
|
|
81
81
|
},
|
|
82
82
|
"dependencies": {
|
|
83
|
-
"@babel/core": "^7.26.
|
|
84
|
-
"@babel/preset-env": "^7.26.
|
|
83
|
+
"@babel/core": "^7.26.8",
|
|
84
|
+
"@babel/preset-env": "^7.26.8",
|
|
85
85
|
"@babel/preset-typescript": "^7.26.0",
|
|
86
|
-
"@babel/types": "^7.26.
|
|
86
|
+
"@babel/types": "^7.26.8",
|
|
87
87
|
"comment-json": "^4.2.5",
|
|
88
88
|
"debug": "^4.4.0",
|
|
89
89
|
"del": "^8.0.0",
|
|
90
|
-
"esbuild": "^0.
|
|
90
|
+
"esbuild": "^0.25.0",
|
|
91
91
|
"fdir": "^6.4.3",
|
|
92
92
|
"fs-extra": "^11.3.0",
|
|
93
93
|
"pathe": "^2.0.2",
|
|
94
94
|
"picomatch": "^4.0.2",
|
|
95
95
|
"postcss": "^8.5.1",
|
|
96
|
-
"ts-morph": "^25.0.
|
|
96
|
+
"ts-morph": "^25.0.1",
|
|
97
97
|
"tsup": "^8.3.6",
|
|
98
98
|
"vite": "^5.4.11",
|
|
99
99
|
"vite-tsconfig-paths": "^5.1.4",
|
|
100
|
-
"@weapp-core/
|
|
101
|
-
"@weapp-core/
|
|
102
|
-
"@weapp-core/schematics": "^1.0.
|
|
103
|
-
"@weapp-core/
|
|
104
|
-
"weapp-ide-cli": "^2.0.
|
|
100
|
+
"@weapp-core/logger": "^1.0.3",
|
|
101
|
+
"@weapp-core/init": "^1.1.16",
|
|
102
|
+
"@weapp-core/schematics": "^1.0.10",
|
|
103
|
+
"@weapp-core/shared": "^1.0.6",
|
|
104
|
+
"weapp-ide-cli": "^2.0.10"
|
|
105
105
|
},
|
|
106
106
|
"publishConfig": {
|
|
107
107
|
"access": "public",
|
|
@@ -111,7 +111,7 @@
|
|
|
111
111
|
"bundle-require": "^5.1.0",
|
|
112
112
|
"cac": "^6.7.14",
|
|
113
113
|
"htmlparser2": "^10.0.0",
|
|
114
|
-
"inversify": "^6.2.
|
|
114
|
+
"inversify": "^6.2.2",
|
|
115
115
|
"local-pkg": "^1.0.0",
|
|
116
116
|
"magic-string": "^0.30.17",
|
|
117
117
|
"reflect-metadata": "^0.2.2"
|