@modern-js/repo-generator 0.0.0-next-20231025181857 → 0.0.0-next-20231026005606
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 -2
- package/package.json +11 -11
package/dist/index.js
CHANGED
|
@@ -73173,7 +73173,7 @@ var MWANewActionGenerators = {
|
|
|
73173
73173
|
[ActionFunction.MicroFrontend]: "@modern-js/dependence-generator",
|
|
73174
73174
|
[ActionFunction.Test]: "@modern-js/test-generator",
|
|
73175
73175
|
[ActionFunction.Storybook]: "@modern-js/dependence-generator",
|
|
73176
|
-
[ActionFunction.StorybookV7]: "@modern-js/storybook-generator
|
|
73176
|
+
[ActionFunction.StorybookV7]: "@modern-js/storybook-next-generator",
|
|
73177
73177
|
[ActionFunction.SSG]: "@modern-js/ssg-generator",
|
|
73178
73178
|
[ActionFunction.Polyfill]: "@modern-js/dependence-generator",
|
|
73179
73179
|
[ActionFunction.Proxy]: "@modern-js/dependence-generator",
|
|
@@ -73302,7 +73302,7 @@ var ModuleNewActionGenerators = {
|
|
|
73302
73302
|
[ActionFunction.Test]: "@modern-js/module-test-generator",
|
|
73303
73303
|
[ActionFunction.TailwindCSS]: "@modern-js/tailwindcss-generator",
|
|
73304
73304
|
[ActionFunction.Storybook]: "@modern-js/storybook-generator",
|
|
73305
|
-
[ActionFunction.StorybookV7]: "@modern-js/storybook-generator
|
|
73305
|
+
[ActionFunction.StorybookV7]: "@modern-js/storybook-next-generator",
|
|
73306
73306
|
[ActionFunction.RuntimeApi]: "@modern-js/dependence-generator"
|
|
73307
73307
|
}
|
|
73308
73308
|
};
|
package/package.json
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"modern",
|
|
16
16
|
"modern.js"
|
|
17
17
|
],
|
|
18
|
-
"version": "0.0.0-next-
|
|
18
|
+
"version": "0.0.0-next-20231026005606",
|
|
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-next-
|
|
26
|
+
"@modern-js/utils": "0.0.0-next-20231026005606"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"@modern-js/codesmith": "2.3.0",
|
|
@@ -32,15 +32,15 @@
|
|
|
32
32
|
"@types/node": "^14",
|
|
33
33
|
"jest": "^29",
|
|
34
34
|
"typescript": "^5",
|
|
35
|
-
"@modern-js/base-generator": "0.0.0-next-
|
|
36
|
-
"@modern-js/generator-common": "0.0.0-next-
|
|
37
|
-
"@modern-js/generator-plugin": "0.0.0-next-
|
|
38
|
-
"@modern-js/
|
|
39
|
-
"@modern-js/generator
|
|
40
|
-
"@modern-js/monorepo-generator": "0.0.0-next-
|
|
41
|
-
"@modern-js/mwa-generator": "0.0.0-next-
|
|
42
|
-
"@scripts/build": "0.0.0-next-
|
|
43
|
-
"@scripts/jest-config": "0.0.0-next-
|
|
35
|
+
"@modern-js/base-generator": "0.0.0-next-20231026005606",
|
|
36
|
+
"@modern-js/generator-common": "0.0.0-next-20231026005606",
|
|
37
|
+
"@modern-js/generator-plugin": "0.0.0-next-20231026005606",
|
|
38
|
+
"@modern-js/generator-utils": "0.0.0-next-20231026005606",
|
|
39
|
+
"@modern-js/module-generator": "0.0.0-next-20231026005606",
|
|
40
|
+
"@modern-js/monorepo-generator": "0.0.0-next-20231026005606",
|
|
41
|
+
"@modern-js/mwa-generator": "0.0.0-next-20231026005606",
|
|
42
|
+
"@scripts/build": "0.0.0-next-20231026005606",
|
|
43
|
+
"@scripts/jest-config": "0.0.0-next-20231026005606"
|
|
44
44
|
},
|
|
45
45
|
"sideEffects": false,
|
|
46
46
|
"publishConfig": {
|