storybook 9.0.0-beta.8 → 9.0.0-beta.9
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/bin/index.cjs +44 -44
- package/dist/bin/index.js +44 -44
- package/dist/builder-manager/index.cjs +191 -186
- package/dist/builder-manager/index.js +476 -471
- package/dist/channels/index.js +919 -941
- package/dist/cli/bin/index.cjs +1 -1
- package/dist/cli/bin/index.js +1 -1
- package/dist/common/index.cjs +44 -44
- package/dist/common/index.js +44 -44
- package/dist/components/index.js +2254 -2260
- package/dist/core-server/index.cjs +3054 -3025
- package/dist/core-server/index.js +3260 -3230
- package/dist/core-server/presets/common-manager.js +2279 -2288
- package/dist/docs-tools/index.js +596 -603
- package/dist/instrumenter/index.js +1105 -1110
- package/dist/manager/globals-runtime.js +19828 -19967
- package/dist/manager/runtime.js +1874 -1881
- package/dist/manager-api/index.cjs +1 -1
- package/dist/manager-api/index.js +1309 -1340
- package/dist/manager-errors.js +37 -41
- package/dist/preview/runtime.js +12954 -13106
- package/dist/preview-api/index.js +815 -831
- package/dist/preview-errors.js +152 -173
- package/dist/test/index.js +8269 -8357
- package/dist/test/preview.js +3508 -3568
- package/package.json +2 -1
|
@@ -10695,7 +10695,7 @@ V(Cr, {
|
|
|
10695
10695
|
var Ht = require("@storybook/global"), o0 = B(or(), 1), F = B(require("semver"), 1);
|
|
10696
10696
|
|
|
10697
10697
|
// src/manager-api/version.ts
|
|
10698
|
-
var t0 = "9.0.0-beta.
|
|
10698
|
+
var t0 = "9.0.0-beta.9";
|
|
10699
10699
|
|
|
10700
10700
|
// src/manager-api/modules/versions.ts
|
|
10701
10701
|
var { VERSIONCHECK: ra } = Ht.global, r0 = (0, o0.default)(1)(() => {
|