@storybook/server-webpack5 0.0.0-pr-33206-sha-2fd88b76 → 0.0.0-pr-31941-sha-498c84dc

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.
@@ -1,10 +1,10 @@
1
- import CJS_COMPAT_NODE_URL_hlraqcwbsyc from 'node:url';
2
- import CJS_COMPAT_NODE_PATH_hlraqcwbsyc from 'node:path';
3
- import CJS_COMPAT_NODE_MODULE_hlraqcwbsyc from "node:module";
1
+ import CJS_COMPAT_NODE_URL_rhrc8doz2ce from 'node:url';
2
+ import CJS_COMPAT_NODE_PATH_rhrc8doz2ce from 'node:path';
3
+ import CJS_COMPAT_NODE_MODULE_rhrc8doz2ce from "node:module";
4
4
 
5
- var __filename = CJS_COMPAT_NODE_URL_hlraqcwbsyc.fileURLToPath(import.meta.url);
6
- var __dirname = CJS_COMPAT_NODE_PATH_hlraqcwbsyc.dirname(__filename);
7
- var require = CJS_COMPAT_NODE_MODULE_hlraqcwbsyc.createRequire(import.meta.url);
5
+ var __filename = CJS_COMPAT_NODE_URL_rhrc8doz2ce.fileURLToPath(import.meta.url);
6
+ var __dirname = CJS_COMPAT_NODE_PATH_rhrc8doz2ce.dirname(__filename);
7
+ var require = CJS_COMPAT_NODE_MODULE_rhrc8doz2ce.createRequire(import.meta.url);
8
8
 
9
9
  // ------------------------------------------------------------
10
10
  // end of CJS compatibility banner, injected by Storybook's esbuild configuration
package/dist/preset.js CHANGED
@@ -1,10 +1,10 @@
1
- import CJS_COMPAT_NODE_URL_hlraqcwbsyc from 'node:url';
2
- import CJS_COMPAT_NODE_PATH_hlraqcwbsyc from 'node:path';
3
- import CJS_COMPAT_NODE_MODULE_hlraqcwbsyc from "node:module";
1
+ import CJS_COMPAT_NODE_URL_rhrc8doz2ce from 'node:url';
2
+ import CJS_COMPAT_NODE_PATH_rhrc8doz2ce from 'node:path';
3
+ import CJS_COMPAT_NODE_MODULE_rhrc8doz2ce from "node:module";
4
4
 
5
- var __filename = CJS_COMPAT_NODE_URL_hlraqcwbsyc.fileURLToPath(import.meta.url);
6
- var __dirname = CJS_COMPAT_NODE_PATH_hlraqcwbsyc.dirname(__filename);
7
- var require = CJS_COMPAT_NODE_MODULE_hlraqcwbsyc.createRequire(import.meta.url);
5
+ var __filename = CJS_COMPAT_NODE_URL_rhrc8doz2ce.fileURLToPath(import.meta.url);
6
+ var __dirname = CJS_COMPAT_NODE_PATH_rhrc8doz2ce.dirname(__filename);
7
+ var require = CJS_COMPAT_NODE_MODULE_rhrc8doz2ce.createRequire(import.meta.url);
8
8
 
9
9
  // ------------------------------------------------------------
10
10
  // end of CJS compatibility banner, injected by Storybook's esbuild configuration
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/server-webpack5",
3
- "version": "0.0.0-pr-33206-sha-2fd88b76",
3
+ "version": "0.0.0-pr-31941-sha-498c84dc",
4
4
  "description": "Storybook for Server: View HTML snippets from a server in isolation with Hot Reloading.",
5
5
  "keywords": [
6
6
  "storybook",
@@ -43,21 +43,17 @@
43
43
  "*.d.ts",
44
44
  "!src/**/*"
45
45
  ],
46
- "scripts": {
47
- "check": "jiti ../../../scripts/check/check-package.ts",
48
- "prep": "jiti ../../../scripts/build/build-package.ts"
49
- },
50
46
  "dependencies": {
51
- "@storybook/builder-webpack5": "0.0.0-pr-33206-sha-2fd88b76",
52
- "@storybook/preset-server-webpack": "0.0.0-pr-33206-sha-2fd88b76",
53
- "@storybook/server": "0.0.0-pr-33206-sha-2fd88b76"
47
+ "@storybook/builder-webpack5": "0.0.0-pr-31941-sha-498c84dc",
48
+ "@storybook/preset-server-webpack": "0.0.0-pr-31941-sha-498c84dc",
49
+ "@storybook/server": "0.0.0-pr-31941-sha-498c84dc"
54
50
  },
55
51
  "devDependencies": {
56
52
  "@types/node": "^22.0.0",
57
53
  "typescript": "^5.8.3"
58
54
  },
59
55
  "peerDependencies": {
60
- "storybook": "^0.0.0-pr-33206-sha-2fd88b76"
56
+ "storybook": "^0.0.0-pr-31941-sha-498c84dc"
61
57
  },
62
58
  "publishConfig": {
63
59
  "access": "public"