@weapp-core/init 2.0.7 → 2.0.9
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/index.cjs +3 -3
- package/dist/index.js +2 -2
- package/package.json +1 -1
- package/templates/default/package.json +1 -1
- package/templates/default/tsconfig.json +1 -1
- package/templates/tailwindcss/package.json +2 -2
- package/templates/tailwindcss/tsconfig.json +1 -1
- package/templates/tdesign/package.json +3 -3
- package/templates/tdesign/tsconfig.json +1 -1
- package/templates/vant/package.json +2 -2
- package/templates/vant/tsconfig.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -41,7 +41,7 @@ __export(index_exports, {
|
|
|
41
41
|
});
|
|
42
42
|
module.exports = __toCommonJS(index_exports);
|
|
43
43
|
|
|
44
|
-
// ../../node_modules/.pnpm/tsup@8.5.0_@swc+core@1.13.
|
|
44
|
+
// ../../node_modules/.pnpm/tsup@8.5.0_@swc+core@1.13.3_jiti@2.5.1_postcss@8.5.6_tsx@4.20.3_typescript@5.9.2_yaml@2.8.0/node_modules/tsup/assets/cjs_shims.js
|
|
45
45
|
var getImportMetaUrl = () => typeof document === "undefined" ? new URL(`file:${__filename}`).href : document.currentScript && document.currentScript.src || new URL("main.js", document.baseURI).href;
|
|
46
46
|
var importMetaUrl = /* @__PURE__ */ getImportMetaUrl();
|
|
47
47
|
|
|
@@ -471,7 +471,7 @@ var posix = /* @__PURE__ */ mix(":");
|
|
|
471
471
|
var win32 = /* @__PURE__ */ mix(";");
|
|
472
472
|
|
|
473
473
|
// ../../packages/weapp-vite/package.json
|
|
474
|
-
var version = "5.0.
|
|
474
|
+
var version = "5.0.14";
|
|
475
475
|
|
|
476
476
|
// src/context.ts
|
|
477
477
|
function createContext() {
|
|
@@ -568,7 +568,7 @@ function getDefaultTsconfigJson() {
|
|
|
568
568
|
"DOM",
|
|
569
569
|
"DOM.Iterable"
|
|
570
570
|
],
|
|
571
|
-
useDefineForClassFields:
|
|
571
|
+
useDefineForClassFields: false,
|
|
572
572
|
baseUrl: ".",
|
|
573
573
|
module: "ESNext",
|
|
574
574
|
moduleResolution: "bundler",
|
package/dist/index.js
CHANGED
|
@@ -424,7 +424,7 @@ var posix = /* @__PURE__ */ mix(":");
|
|
|
424
424
|
var win32 = /* @__PURE__ */ mix(";");
|
|
425
425
|
|
|
426
426
|
// ../../packages/weapp-vite/package.json
|
|
427
|
-
var version = "5.0.
|
|
427
|
+
var version = "5.0.14";
|
|
428
428
|
|
|
429
429
|
// src/context.ts
|
|
430
430
|
function createContext() {
|
|
@@ -521,7 +521,7 @@ function getDefaultTsconfigJson() {
|
|
|
521
521
|
"DOM",
|
|
522
522
|
"DOM.Iterable"
|
|
523
523
|
],
|
|
524
|
-
useDefineForClassFields:
|
|
524
|
+
useDefineForClassFields: false,
|
|
525
525
|
baseUrl: ".",
|
|
526
526
|
module: "ESNext",
|
|
527
527
|
moduleResolution: "bundler",
|
package/package.json
CHANGED
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"postinstall": "weapp-tw patch"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"tdesign-miniprogram": "^1.
|
|
27
|
+
"tdesign-miniprogram": "^1.10.0"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
30
|
"@egoist/tailwindcss-icons": "^1.9.0",
|
|
@@ -34,8 +34,8 @@
|
|
|
34
34
|
"postcss": "^8.5.6",
|
|
35
35
|
"sass": "^1.89.2",
|
|
36
36
|
"tailwindcss": "^3.4.17",
|
|
37
|
-
"typescript": "^5.
|
|
38
|
-
"weapp-tailwindcss": "^4.
|
|
37
|
+
"typescript": "^5.9.2",
|
|
38
|
+
"weapp-tailwindcss": "^4.2.5",
|
|
39
39
|
"weapp-vite": "workspace:*"
|
|
40
40
|
}
|
|
41
41
|
}
|