@modern-js/tailwindcss-generator 3.1.21 → 3.1.23
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.js +1 -1
- package/package.json +8 -7
package/dist/index.js
CHANGED
|
@@ -99256,7 +99256,7 @@ var ZH_LOCALE2 = {
|
|
|
99256
99256
|
function: {
|
|
99257
99257
|
self: "启用可选功能",
|
|
99258
99258
|
question: "请选择功能名称",
|
|
99259
|
-
tailwindcss: "
|
|
99259
|
+
tailwindcss: "启用「Tailwind CSS」 支持",
|
|
99260
99260
|
bff: "启用「BFF」功能",
|
|
99261
99261
|
micro_frontend: "启用「微前端」模式",
|
|
99262
99262
|
i18n: "启用「国际化(i18n)」功能",
|
package/package.json
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"modern",
|
|
16
16
|
"modern.js"
|
|
17
17
|
],
|
|
18
|
-
"version": "3.1.
|
|
18
|
+
"version": "3.1.23",
|
|
19
19
|
"jsnext:source": "./src/index.ts",
|
|
20
20
|
"main": "./dist/index.js",
|
|
21
21
|
"files": [
|
|
@@ -29,16 +29,17 @@
|
|
|
29
29
|
"@types/node": "^14",
|
|
30
30
|
"jest": "^29",
|
|
31
31
|
"typescript": "^5",
|
|
32
|
-
"@
|
|
33
|
-
"@
|
|
34
|
-
"@modern-js/generator-
|
|
35
|
-
"@
|
|
36
|
-
"@
|
|
32
|
+
"@scripts/build": "2.23.1",
|
|
33
|
+
"@scripts/jest-config": "2.23.1",
|
|
34
|
+
"@modern-js/generator-common": "3.1.23",
|
|
35
|
+
"@modern-js/generator-utils": "3.1.23",
|
|
36
|
+
"@modern-js/dependence-generator": "3.1.23"
|
|
37
37
|
},
|
|
38
38
|
"sideEffects": false,
|
|
39
39
|
"publishConfig": {
|
|
40
40
|
"registry": "https://registry.npmjs.org/",
|
|
41
|
-
"access": "public"
|
|
41
|
+
"access": "public",
|
|
42
|
+
"provenance": true
|
|
42
43
|
},
|
|
43
44
|
"types": "./src/index.ts",
|
|
44
45
|
"scripts": {
|