@modern-js/tailwindcss-generator 0.0.0-nightly-20231120170640 → 0.0.0-nightly-20231122170633

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.
Files changed (2) hide show
  1. package/dist/index.js +4 -2
  2. package/package.json +7 -7
package/dist/index.js CHANGED
@@ -61848,7 +61848,8 @@ var ZH_LOCALE2 = {
61848
61848
  polyfill: "启用「基于 UA 的 Polyfill」功能",
61849
61849
  proxy: "启用「全局代理」",
61850
61850
  swc: "启用「SWC 编译」",
61851
- rspack: "启用「Rspack 构建」(实验性)"
61851
+ rspack: "启用「Rspack 构建」(实验性)",
61852
+ module_doc: "启动「模块文档」功能"
61852
61853
  },
61853
61854
  element: {
61854
61855
  self: "创建工程元素",
@@ -61946,7 +61947,8 @@ var EN_LOCALE2 = {
61946
61947
  polyfill: "Enable UA-based Polyfill Feature",
61947
61948
  proxy: "Enable Global Proxy",
61948
61949
  swc: "Enable SWC Compile",
61949
- rspack: "Enable Rspack Build (experimental)"
61950
+ rspack: "Enable Rspack Build (experimental)",
61951
+ module_doc: "Enable Module Doc"
61950
61952
  },
61951
61953
  element: {
61952
61954
  self: "Create Element",
package/package.json CHANGED
@@ -15,7 +15,7 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "0.0.0-nightly-20231120170640",
18
+ "version": "0.0.0-nightly-20231122170633",
19
19
  "jsnext:source": "./src/index.ts",
20
20
  "main": "./dist/index.js",
21
21
  "files": [
@@ -23,7 +23,7 @@
23
23
  "/dist/index.js"
24
24
  ],
25
25
  "dependencies": {
26
- "@modern-js/utils": "0.0.0-nightly-20231120170640"
26
+ "@modern-js/utils": "0.0.0-nightly-20231122170633"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@modern-js/codesmith": "2.3.0",
@@ -32,11 +32,11 @@
32
32
  "@types/node": "^14",
33
33
  "jest": "^29",
34
34
  "typescript": "^5",
35
- "@modern-js/generator-common": "0.0.0-nightly-20231120170640",
36
- "@modern-js/generator-utils": "0.0.0-nightly-20231120170640",
37
- "@scripts/build": "0.0.0-nightly-20231120170640",
38
- "@modern-js/dependence-generator": "0.0.0-nightly-20231120170640",
39
- "@scripts/jest-config": "0.0.0-nightly-20231120170640"
35
+ "@modern-js/dependence-generator": "0.0.0-nightly-20231122170633",
36
+ "@modern-js/generator-common": "0.0.0-nightly-20231122170633",
37
+ "@modern-js/generator-utils": "0.0.0-nightly-20231122170633",
38
+ "@scripts/build": "0.0.0-nightly-20231122170633",
39
+ "@scripts/jest-config": "0.0.0-nightly-20231122170633"
40
40
  },
41
41
  "sideEffects": false,
42
42
  "publishConfig": {