@modern-js/tailwindcss-generator 0.0.0-nightly-20240303170643 → 0.0.0-nightly-20240305170715

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 -4
  2. package/package.json +7 -7
package/dist/index.js CHANGED
@@ -61840,10 +61840,8 @@ var ZH_LOCALE2 = {
61840
61840
  i18n: "启用「国际化(i18n)」功能",
61841
61841
  test: "启用「单元测试 / 集成测试」功能",
61842
61842
  e2e_test: "启用「E2E 测试」功能",
61843
- storybook: "启用「Storybook」",
61844
61843
  storybookV7: "启用「Storybook」V7",
61845
61844
  runtime_api: "启用「Runtime API」",
61846
- mwa_storybook: "启用「Visual Testing (Storybook)」模式",
61847
61845
  ssg: "启用「SSG」功能",
61848
61846
  polyfill: "启用「基于 UA 的 Polyfill」功能",
61849
61847
  proxy: "启用「全局代理」",
@@ -61938,10 +61936,8 @@ var EN_LOCALE2 = {
61938
61936
  i18n: "Enable Internationalization (i18n)",
61939
61937
  test: "Enable Unit Test / Integration Test",
61940
61938
  e2e_test: "Enable E2E Test",
61941
- storybook: "Enable Storybook",
61942
61939
  storybookV7: "Enable Storybook V7",
61943
61940
  runtime_api: "Enable Runtime API",
61944
- mwa_storybook: "Enable Visual Testing (Storybook)",
61945
61941
  ssg: "Enable SSG",
61946
61942
  polyfill: "Enable UA-based Polyfill Feature",
61947
61943
  proxy: "Enable Global Proxy",
package/package.json CHANGED
@@ -15,7 +15,7 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "0.0.0-nightly-20240303170643",
18
+ "version": "0.0.0-nightly-20240305170715",
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-20240303170643"
26
+ "@modern-js/utils": "0.0.0-nightly-20240305170715"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@modern-js/codesmith": "2.3.5",
@@ -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-20240303170643",
36
- "@modern-js/dependence-generator": "0.0.0-nightly-20240303170643",
37
- "@modern-js/generator-utils": "0.0.0-nightly-20240303170643",
38
- "@scripts/build": "0.0.0-nightly-20240303170643",
39
- "@scripts/jest-config": "0.0.0-nightly-20240303170643"
35
+ "@modern-js/dependence-generator": "0.0.0-nightly-20240305170715",
36
+ "@modern-js/generator-common": "0.0.0-nightly-20240305170715",
37
+ "@scripts/build": "0.0.0-nightly-20240305170715",
38
+ "@modern-js/generator-utils": "0.0.0-nightly-20240305170715",
39
+ "@scripts/jest-config": "0.0.0-nightly-20240305170715"
40
40
  },
41
41
  "sideEffects": false,
42
42
  "publishConfig": {