@modern-js/tailwindcss-generator 3.0.11 → 3.1.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.js +2 -0
- package/package.json +8 -8
package/dist/index.js
CHANGED
|
@@ -106162,6 +106162,7 @@ var ZH_LOCALE = {
|
|
|
106162
106162
|
self: "请选择你想创建的工程类型",
|
|
106163
106163
|
mwa: "Web 应用",
|
|
106164
106164
|
module: "Npm 模块",
|
|
106165
|
+
doc: "文档站",
|
|
106165
106166
|
monorepo: "Monorepo",
|
|
106166
106167
|
custom: "自定义",
|
|
106167
106168
|
default: "默认"
|
|
@@ -106258,6 +106259,7 @@ var EN_LOCALE = {
|
|
|
106258
106259
|
self: "Please select the solution you want to create",
|
|
106259
106260
|
mwa: "Web App",
|
|
106260
106261
|
module: "Npm Module",
|
|
106262
|
+
doc: "Doc Site",
|
|
106261
106263
|
monorepo: "Monorepo",
|
|
106262
106264
|
custom: "Custom Solution",
|
|
106263
106265
|
default: "Default"
|
package/package.json
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"modern",
|
|
12
12
|
"modern.js"
|
|
13
13
|
],
|
|
14
|
-
"version": "3.0
|
|
14
|
+
"version": "3.1.0",
|
|
15
15
|
"jsnext:source": "./src/index.ts",
|
|
16
16
|
"main": "./dist/index.js",
|
|
17
17
|
"files": [
|
|
@@ -22,15 +22,15 @@
|
|
|
22
22
|
"@babel/runtime": "^7.18.0",
|
|
23
23
|
"@modern-js/codesmith": "2.0.5",
|
|
24
24
|
"@modern-js/codesmith-api-app": "2.0.5",
|
|
25
|
-
"@types/jest": "^
|
|
25
|
+
"@types/jest": "^29",
|
|
26
26
|
"@types/node": "^14",
|
|
27
|
-
"jest": "^
|
|
27
|
+
"jest": "^29",
|
|
28
28
|
"typescript": "^4",
|
|
29
|
-
"@
|
|
30
|
-
"@scripts/
|
|
31
|
-
"@
|
|
32
|
-
"@modern-js/generator-
|
|
33
|
-
"@modern-js/generator-
|
|
29
|
+
"@modern-js/dependence-generator": "3.1.0",
|
|
30
|
+
"@scripts/build": "2.10.0",
|
|
31
|
+
"@scripts/jest-config": "2.10.0",
|
|
32
|
+
"@modern-js/generator-common": "3.1.0",
|
|
33
|
+
"@modern-js/generator-utils": "3.1.0"
|
|
34
34
|
},
|
|
35
35
|
"sideEffects": false,
|
|
36
36
|
"publishConfig": {
|