@modern-js/storybook-next-generator 3.3.13 → 3.3.15

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 +7 -7
package/dist/index.js CHANGED
@@ -118517,7 +118517,8 @@ var require_config7 = __commonJS({
118517
118517
  var isOverriddenConfigKey = (key) => [
118518
118518
  "removeConsole",
118519
118519
  "enableInlineScripts",
118520
- "enableInlineStyles"
118520
+ "enableInlineStyles",
118521
+ "baseUrl"
118521
118522
  ].includes(key);
118522
118523
  }
118523
118524
  });
package/package.json CHANGED
@@ -15,7 +15,7 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "3.3.13",
18
+ "version": "3.3.15",
19
19
  "jsnext:source": "./src/index.ts",
20
20
  "main": "./dist/index.js",
21
21
  "files": [
@@ -30,12 +30,12 @@
30
30
  "@types/node": "^14",
31
31
  "jest": "^29",
32
32
  "typescript": "^5",
33
- "@modern-js/dependence-generator": "3.3.13",
34
- "@modern-js/generator-utils": "3.3.13",
35
- "@modern-js/plugin-i18n": "2.48.2",
36
- "@scripts/build": "2.48.2",
37
- "@scripts/jest-config": "2.48.2",
38
- "@modern-js/generator-common": "3.3.13"
33
+ "@modern-js/generator-common": "3.3.15",
34
+ "@modern-js/generator-utils": "3.3.15",
35
+ "@scripts/build": "2.48.4",
36
+ "@modern-js/plugin-i18n": "2.48.4",
37
+ "@scripts/jest-config": "2.48.4",
38
+ "@modern-js/dependence-generator": "3.3.15"
39
39
  },
40
40
  "sideEffects": false,
41
41
  "publishConfig": {