@weapp-core/init 1.2.2 → 2.0.0-beta.0
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 +2 -2
- package/dist/index.js +1 -1
- package/package.json +1 -1
- package/templates/default/package.json +1 -2
- package/templates/default/project.config.json +2 -2
- package/templates/default/tsconfig.json +2 -0
- package/templates/tailwindcss/package.json +1 -2
- package/templates/tailwindcss/tsconfig.json +2 -0
- package/templates/tdesign/package.json +1 -2
- package/templates/tdesign/project.config.json +3 -1
- package/templates/tdesign/project.private.config.json +1 -1
- package/templates/tdesign/src/pages/index/index.ts +1 -1
- package/templates/tdesign/tsconfig.json +2 -0
- package/templates/vant/package.json +1 -2
- package/templates/vant/tsconfig.json +2 -0
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.
|
|
44
|
+
// ../../node_modules/.pnpm/tsup@8.5.0_@swc+core@1.12.0_jiti@2.4.2_postcss@8.5.4_tsx@4.20.1_typescript@5.8.3_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 = "
|
|
474
|
+
var version = "5.0.0-beta.0";
|
|
475
475
|
|
|
476
476
|
// src/context.ts
|
|
477
477
|
function createContext() {
|
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"compileHotReLoad": false,
|
|
24
24
|
"skylineRenderEnable": true,
|
|
25
25
|
"packNpmManually": true,
|
|
26
|
-
"es6":
|
|
26
|
+
"es6": true
|
|
27
27
|
},
|
|
28
28
|
"simulatorType": "wechat",
|
|
29
29
|
"simulatorPluginLibVersion": {},
|
|
@@ -39,4 +39,4 @@
|
|
|
39
39
|
"include": []
|
|
40
40
|
},
|
|
41
41
|
"appid": "wx6ffee4673b257014"
|
|
42
|
-
}
|
|
42
|
+
}
|
|
@@ -29,9 +29,8 @@
|
|
|
29
29
|
"autoprefixer": "^10.4.21",
|
|
30
30
|
"miniprogram-api-typings": "^4.0.7",
|
|
31
31
|
"postcss": "^8.5.4",
|
|
32
|
-
"sass": "^1.89.
|
|
32
|
+
"sass": "^1.89.2",
|
|
33
33
|
"tailwindcss": "^3.4.17",
|
|
34
|
-
"tslib": "^2.8.1",
|
|
35
34
|
"typescript": "^5.8.3",
|
|
36
35
|
"weapp-tailwindcss": "^4.1.8",
|
|
37
36
|
"weapp-vite": "workspace:*"
|
|
@@ -32,9 +32,8 @@
|
|
|
32
32
|
"autoprefixer": "^10.4.21",
|
|
33
33
|
"miniprogram-api-typings": "^4.0.7",
|
|
34
34
|
"postcss": "^8.5.4",
|
|
35
|
-
"sass": "^1.89.
|
|
35
|
+
"sass": "^1.89.2",
|
|
36
36
|
"tailwindcss": "^3.4.17",
|
|
37
|
-
"tslib": "^2.8.1",
|
|
38
37
|
"typescript": "^5.8.3",
|
|
39
38
|
"weapp-tailwindcss": "^4.1.8",
|
|
40
39
|
"weapp-vite": "workspace:*"
|
|
@@ -32,9 +32,8 @@
|
|
|
32
32
|
"autoprefixer": "^10.4.21",
|
|
33
33
|
"miniprogram-api-typings": "^4.0.7",
|
|
34
34
|
"postcss": "^8.5.4",
|
|
35
|
-
"sass": "^1.89.
|
|
35
|
+
"sass": "^1.89.2",
|
|
36
36
|
"tailwindcss": "^3.4.17",
|
|
37
|
-
"tslib": "^2.8.1",
|
|
38
37
|
"typescript": "^5.8.3",
|
|
39
38
|
"weapp-tailwindcss": "^4.1.8",
|
|
40
39
|
"weapp-vite": "workspace:*"
|