@modern-js/repo-generator 0.0.0-nightly-20231208072146 → 0.0.0-nightly-20231209170614

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 -2
  2. package/package.json +11 -11
package/dist/index.js CHANGED
@@ -73255,7 +73255,7 @@ var MWANewActionPluginName = {
73255
73255
  [ActionFunction.TailwindCSS]: "tailwindcssPlugin",
73256
73256
  [ActionFunction.BFF]: "bffPlugin",
73257
73257
  [ActionFunction.MicroFrontend]: "garfishPlugin",
73258
- [ActionFunction.Test]: "testPlugin",
73258
+ [ActionFunction.Test]: "testingPlugin",
73259
73259
  [ActionFunction.Storybook]: "storybookPlugin",
73260
73260
  [ActionFunction.SSG]: "ssgPlugin",
73261
73261
  [ActionFunction.Polyfill]: "polyfillPlugin",
@@ -73374,7 +73374,7 @@ var ModuleNewActionPluginName = {
73374
73374
  [ActionType.Function]: {
73375
73375
  [ActionFunction.TailwindCSS]: "tailwindcssPlugin",
73376
73376
  [ActionFunction.ModuleDoc]: "modulePluginDoc",
73377
- [ActionFunction.Test]: "testPlugin"
73377
+ [ActionFunction.Test]: "testingPlugin"
73378
73378
  }
73379
73379
  };
73380
73380
  var ModuleNewActionPluginDependence = {
package/package.json CHANGED
@@ -15,7 +15,7 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "0.0.0-nightly-20231208072146",
18
+ "version": "0.0.0-nightly-20231209170614",
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-20231208072146"
26
+ "@modern-js/utils": "0.0.0-nightly-20231209170614"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@modern-js/codesmith": "2.3.1",
@@ -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-nightly-20231208072146",
36
- "@modern-js/generator-plugin": "0.0.0-nightly-20231208072146",
37
- "@modern-js/generator-utils": "0.0.0-nightly-20231208072146",
38
- "@modern-js/module-generator": "0.0.0-nightly-20231208072146",
39
- "@modern-js/generator-common": "0.0.0-nightly-20231208072146",
40
- "@modern-js/monorepo-generator": "0.0.0-nightly-20231208072146",
41
- "@modern-js/mwa-generator": "0.0.0-nightly-20231208072146",
42
- "@scripts/build": "0.0.0-nightly-20231208072146",
43
- "@scripts/jest-config": "0.0.0-nightly-20231208072146"
35
+ "@modern-js/base-generator": "0.0.0-nightly-20231209170614",
36
+ "@modern-js/generator-plugin": "0.0.0-nightly-20231209170614",
37
+ "@modern-js/module-generator": "0.0.0-nightly-20231209170614",
38
+ "@modern-js/generator-utils": "0.0.0-nightly-20231209170614",
39
+ "@modern-js/generator-common": "0.0.0-nightly-20231209170614",
40
+ "@modern-js/monorepo-generator": "0.0.0-nightly-20231209170614",
41
+ "@modern-js/mwa-generator": "0.0.0-nightly-20231209170614",
42
+ "@scripts/build": "0.0.0-nightly-20231209170614",
43
+ "@scripts/jest-config": "0.0.0-nightly-20231209170614"
44
44
  },
45
45
  "sideEffects": false,
46
46
  "publishConfig": {