@modern-js/tailwindcss-generator 0.0.0-nightly-20240129170639 → 0.0.0-nightly-20240130170640

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 +0 -2
  2. package/package.json +7 -7
package/dist/index.js CHANGED
@@ -61858,7 +61858,6 @@ var ZH_LOCALE2 = {
61858
61858
  polyfill: "启用「基于 UA 的 Polyfill」功能",
61859
61859
  proxy: "启用「全局代理」",
61860
61860
  swc: "启用「SWC 编译」",
61861
- rspack: "启用「Rspack 构建」(实验性)",
61862
61861
  module_doc: "启动「模块文档」功能"
61863
61862
  },
61864
61863
  element: {
@@ -61957,7 +61956,6 @@ var EN_LOCALE2 = {
61957
61956
  polyfill: "Enable UA-based Polyfill Feature",
61958
61957
  proxy: "Enable Global Proxy",
61959
61958
  swc: "Enable SWC Compile",
61960
- rspack: "Enable Rspack Build (experimental)",
61961
61959
  module_doc: "Enable Module Doc"
61962
61960
  },
61963
61961
  element: {
package/package.json CHANGED
@@ -15,7 +15,7 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "0.0.0-nightly-20240129170639",
18
+ "version": "0.0.0-nightly-20240130170640",
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-20240129170639"
26
+ "@modern-js/utils": "0.0.0-nightly-20240130170640"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@modern-js/codesmith": "2.3.3",
@@ -32,11 +32,11 @@
32
32
  "@types/node": "^14",
33
33
  "jest": "^29",
34
34
  "typescript": "^5",
35
- "@modern-js/dependence-generator": "0.0.0-nightly-20240129170639",
36
- "@modern-js/generator-common": "0.0.0-nightly-20240129170639",
37
- "@scripts/build": "0.0.0-nightly-20240129170639",
38
- "@scripts/jest-config": "0.0.0-nightly-20240129170639",
39
- "@modern-js/generator-utils": "0.0.0-nightly-20240129170639"
35
+ "@modern-js/dependence-generator": "0.0.0-nightly-20240130170640",
36
+ "@modern-js/generator-common": "0.0.0-nightly-20240130170640",
37
+ "@scripts/build": "0.0.0-nightly-20240130170640",
38
+ "@modern-js/generator-utils": "0.0.0-nightly-20240130170640",
39
+ "@scripts/jest-config": "0.0.0-nightly-20240130170640"
40
40
  },
41
41
  "sideEffects": false,
42
42
  "publishConfig": {