storybook 9.0.0-alpha.19 → 9.0.0-alpha.20
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 +42 -42
- package/dist/bin/index.js +42 -42
- package/dist/cli/bin/index.cjs +1 -1
- package/dist/cli/bin/index.js +1 -1
- package/dist/common/index.cjs +42 -42
- package/dist/common/index.js +42 -42
- package/dist/core-server/presets/common-manager.js +4167 -4201
- package/dist/core-server/presets/common-preset.cjs +569 -571
- package/dist/core-server/presets/common-preset.js +1353 -1356
- package/dist/manager/globals-runtime.js +1 -1
- package/dist/manager-api/index.cjs +1 -1
- package/dist/manager-api/index.js +1 -1
- package/package.json +10 -2
|
@@ -52695,7 +52695,7 @@ Mt();
|
|
|
52695
52695
|
var FJ = j(oi(), 1), Bn = j(qJ(), 1);
|
|
52696
52696
|
|
|
52697
52697
|
// src/manager-api/version.ts
|
|
52698
|
-
var jJ = "9.0.0-alpha.
|
|
52698
|
+
var jJ = "9.0.0-alpha.20";
|
|
52699
52699
|
|
|
52700
52700
|
// src/manager-api/modules/versions.ts
|
|
52701
52701
|
var { VERSIONCHECK: i9e } = ee, DJ = (0, FJ.default)(1)(() => {
|
|
@@ -10616,7 +10616,7 @@ k(cr, {
|
|
|
10616
10616
|
var ut = require("@storybook/global"), Q0 = B(Bt(), 1), F = B(require("semver"), 1);
|
|
10617
10617
|
|
|
10618
10618
|
// src/manager-api/version.ts
|
|
10619
|
-
var Y0 = "9.0.0-alpha.
|
|
10619
|
+
var Y0 = "9.0.0-alpha.20";
|
|
10620
10620
|
|
|
10621
10621
|
// src/manager-api/modules/versions.ts
|
|
10622
10622
|
var { VERSIONCHECK: Jn } = ut.global, J0 = (0, Q0.default)(1)(() => {
|
|
@@ -3135,7 +3135,7 @@ import { global as Xt } from "@storybook/global";
|
|
|
3135
3135
|
import j from "semver";
|
|
3136
3136
|
|
|
3137
3137
|
// src/manager-api/version.ts
|
|
3138
|
-
var b0 = "9.0.0-alpha.
|
|
3138
|
+
var b0 = "9.0.0-alpha.20";
|
|
3139
3139
|
|
|
3140
3140
|
// src/manager-api/modules/versions.ts
|
|
3141
3141
|
var { VERSIONCHECK: tn } = Xt, P0 = (0, _0.default)(1)(() => {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "storybook",
|
|
3
|
-
"version": "9.0.0-alpha.
|
|
3
|
+
"version": "9.0.0-alpha.20",
|
|
4
4
|
"description": "Storybook framework-agnostic API",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"storybook"
|
|
@@ -148,6 +148,11 @@
|
|
|
148
148
|
"import": "./dist/highlight/index.js",
|
|
149
149
|
"require": "./dist/highlight/index.cjs"
|
|
150
150
|
},
|
|
151
|
+
"./highlight": {
|
|
152
|
+
"types": "./dist/highlight/index.d.ts",
|
|
153
|
+
"import": "./dist/highlight/index.js",
|
|
154
|
+
"require": "./dist/highlight/index.cjs"
|
|
155
|
+
},
|
|
151
156
|
"./internal/highlight/preview": {
|
|
152
157
|
"types": "./dist/highlight/preview.d.ts",
|
|
153
158
|
"import": "./dist/highlight/preview.js",
|
|
@@ -464,6 +469,9 @@
|
|
|
464
469
|
"internal/highlight": [
|
|
465
470
|
"./dist/highlight/index.d.ts"
|
|
466
471
|
],
|
|
472
|
+
"highlight": [
|
|
473
|
+
"./dist/highlight/index.d.ts"
|
|
474
|
+
],
|
|
467
475
|
"internal/highlight/preview": [
|
|
468
476
|
"./dist/highlight/preview.d.ts"
|
|
469
477
|
],
|
|
@@ -760,7 +768,7 @@
|
|
|
760
768
|
"store2": "^2.14.2",
|
|
761
769
|
"strip-ansi": "^7.1.0",
|
|
762
770
|
"strip-json-comments": "^5.0.1",
|
|
763
|
-
"telejson": "8.0.0
|
|
771
|
+
"telejson": "8.0.0",
|
|
764
772
|
"tiny-invariant": "^1.3.1",
|
|
765
773
|
"tinyspy": "^3.0.2",
|
|
766
774
|
"ts-dedent": "^2.0.0",
|