@modern-js/monorepo-generator 2.1.1 → 2.1.2

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.
@@ -97266,12 +97266,6 @@ exports.PLUGIN_SCHEMAS = {
97266
97266
  },
97267
97267
  },
97268
97268
  ],
97269
- '@modern-js/plugin-ssr': [
97270
- {
97271
- target: 'runtime.ssr',
97272
- schema: { type: ['boolean', 'object'] },
97273
- },
97274
- ],
97275
97269
  '@modern-js/plugin-state': [
97276
97270
  {
97277
97271
  target: 'runtime.state',
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "modern",
12
12
  "modern.js"
13
13
  ],
14
- "version": "2.1.1",
14
+ "version": "2.1.2",
15
15
  "jsnext:source": "./src/index.ts",
16
16
  "main": "./dist/js/node/main.js",
17
17
  "files": [
@@ -8,6 +8,7 @@
8
8
  "bump": "modern bump",
9
9
  "pre": "modern pre",
10
10
  "change-status": "modern change-status",
11
+ "gen-release-note": "modern gen-release-note",
11
12
  "release": "modern release",
12
13
  "deploy": "modern deploy",
13
14
  "lint": "modern lint"