storybook 9.0.13 → 9.0.14
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 +43 -43
- package/dist/bin/index.js +43 -43
- package/dist/cli/bin/index.cjs +2 -2
- package/dist/cli/bin/index.js +2 -2
- package/dist/common/index.cjs +60 -60
- package/dist/common/index.js +106 -106
- package/dist/components/index.cjs +9 -7
- package/dist/components/index.d.ts +1 -0
- package/dist/components/index.js +9 -6
- package/dist/core-server/presets/common-manager.js +229 -228
- package/dist/instrumenter/index.cjs +1125 -1098
- package/dist/instrumenter/index.js +751 -729
- package/dist/manager/globals-runtime.js +20775 -23454
- package/dist/manager/runtime.js +1178 -1177
- package/dist/manager-api/index.cjs +1 -1
- package/dist/manager-api/index.js +1 -1
- package/dist/preview/runtime.js +13255 -15981
- package/dist/telemetry/index.cjs +2 -2
- package/dist/telemetry/index.js +2 -2
- package/dist/test/index.cjs +9136 -9815
- package/dist/test/index.js +8339 -9025
- package/package.json +4 -4
package/dist/telemetry/index.cjs
CHANGED
|
@@ -4200,7 +4200,7 @@ i(ba, "isMetadataYarnClassic");
|
|
|
4200
4200
|
var bl = require("node:fs/promises"), xl = require("node:path"), vl = require("node:process");
|
|
4201
4201
|
|
|
4202
4202
|
// package.json
|
|
4203
|
-
var ft = "9.0.
|
|
4203
|
+
var ft = "9.0.14";
|
|
4204
4204
|
|
|
4205
4205
|
// src/cli/globalSettings.ts
|
|
4206
4206
|
var Tt = T(require("node:fs/promises"), 1), ds = require("node:os"), St = require("node:path"), Oe = T(ss(), 1);
|
|
@@ -5547,7 +5547,7 @@ var Bt = class {
|
|
|
5547
5547
|
i(this, "FileSystemCache");
|
|
5548
5548
|
}
|
|
5549
5549
|
constructor(e = {}) {
|
|
5550
|
-
this.prefix = (e.ns || e.prefix || "") + "-", this.hash_alg = e.hash_alg || "
|
|
5550
|
+
this.prefix = (e.ns || e.prefix || "") + "-", this.hash_alg = e.hash_alg || "sha256", this.cache_dir = e.basePath || (0, Ze.join)((0, ii.tmpdir)(),
|
|
5551
5551
|
(0, et.randomBytes)(15).toString("base64").replace(/\//g, "-")), this.ttl = e.ttl || 0, (0, et.createHash)(this.hash_alg), (0, M.mkdirSync)(
|
|
5552
5552
|
this.cache_dir, { recursive: !0 });
|
|
5553
5553
|
}
|
package/dist/telemetry/index.js
CHANGED
|
@@ -4210,7 +4210,7 @@ import "node:path";
|
|
|
4210
4210
|
import "node:process";
|
|
4211
4211
|
|
|
4212
4212
|
// package.json
|
|
4213
|
-
var nt = "9.0.
|
|
4213
|
+
var nt = "9.0.14";
|
|
4214
4214
|
|
|
4215
4215
|
// src/cli/globalSettings.ts
|
|
4216
4216
|
var Ee = z(Un(), 1);
|
|
@@ -5569,7 +5569,7 @@ var Ot = class {
|
|
|
5569
5569
|
i(this, "FileSystemCache");
|
|
5570
5570
|
}
|
|
5571
5571
|
constructor(e = {}) {
|
|
5572
|
-
this.prefix = (e.ns || e.prefix || "") + "-", this.hash_alg = e.hash_alg || "
|
|
5572
|
+
this.prefix = (e.ns || e.prefix || "") + "-", this.hash_alg = e.hash_alg || "sha256", this.cache_dir = e.basePath || qe(cu(), nu(15).toString(
|
|
5573
5573
|
"base64").replace(/\//g, "-")), this.ttl = e.ttl || 0, Eo(this.hash_alg), Dr(this.cache_dir, { recursive: !0 });
|
|
5574
5574
|
}
|
|
5575
5575
|
generateHash(e) {
|