@modern-js/repo-generator 0.0.0-next-20240103032806 → 0.0.0-next-20240104023421

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 +2 -1
  2. package/package.json +11 -11
package/dist/index.js CHANGED
@@ -73216,7 +73216,8 @@ var MWAActionFunctionsDevDependencies = {
73216
73216
  [ActionFunction.StorybookV7]: "@modern-js/storybook",
73217
73217
  [ActionFunction.Proxy]: "@modern-js/plugin-proxy",
73218
73218
  [ActionFunction.TailwindCSS]: "tailwindcss",
73219
- [ActionFunction.SWC]: "@modern-js/plugin-swc"
73219
+ [ActionFunction.SWC]: "@modern-js/plugin-swc",
73220
+ [ActionFunction.Rspack]: "@modern-js/builder-rspack-provider"
73220
73221
  };
73221
73222
  var MWAActionFunctionsDependencies = {
73222
73223
  [ActionFunction.BFF]: "@modern-js/plugin-bff",
package/package.json CHANGED
@@ -15,7 +15,7 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "0.0.0-next-20240103032806",
18
+ "version": "0.0.0-next-20240104023421",
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-20240103032806"
26
+ "@modern-js/utils": "0.0.0-next-20240104023421"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@modern-js/codesmith": "2.3.2",
@@ -32,15 +32,15 @@
32
32
  "@types/node": "^14",
33
33
  "jest": "^29",
34
34
  "typescript": "^5",
35
- "@modern-js/generator-plugin": "0.0.0-next-20240103032806",
36
- "@modern-js/base-generator": "0.0.0-next-20240103032806",
37
- "@modern-js/generator-utils": "0.0.0-next-20240103032806",
38
- "@modern-js/module-generator": "0.0.0-next-20240103032806",
39
- "@modern-js/monorepo-generator": "0.0.0-next-20240103032806",
40
- "@modern-js/mwa-generator": "0.0.0-next-20240103032806",
41
- "@scripts/build": "0.0.0-next-20240103032806",
42
- "@scripts/jest-config": "0.0.0-next-20240103032806",
43
- "@modern-js/generator-common": "0.0.0-next-20240103032806"
35
+ "@modern-js/base-generator": "0.0.0-next-20240104023421",
36
+ "@modern-js/generator-common": "0.0.0-next-20240104023421",
37
+ "@modern-js/generator-plugin": "0.0.0-next-20240104023421",
38
+ "@modern-js/generator-utils": "0.0.0-next-20240104023421",
39
+ "@modern-js/module-generator": "0.0.0-next-20240104023421",
40
+ "@modern-js/monorepo-generator": "0.0.0-next-20240104023421",
41
+ "@scripts/build": "0.0.0-next-20240104023421",
42
+ "@modern-js/mwa-generator": "0.0.0-next-20240104023421",
43
+ "@scripts/jest-config": "0.0.0-next-20240104023421"
44
44
  },
45
45
  "sideEffects": false,
46
46
  "publishConfig": {