@storybook/preset-server-webpack 10.1.0-alpha.6 → 10.1.0-alpha.8
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.
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import CJS_COMPAT_NODE_URL_3ef0googrxv from 'node:url';
|
|
2
|
+
import CJS_COMPAT_NODE_PATH_3ef0googrxv from 'node:path';
|
|
3
|
+
import CJS_COMPAT_NODE_MODULE_3ef0googrxv from "node:module";
|
|
4
|
+
|
|
5
|
+
var __filename = CJS_COMPAT_NODE_URL_3ef0googrxv.fileURLToPath(import.meta.url);
|
|
6
|
+
var __dirname = CJS_COMPAT_NODE_PATH_3ef0googrxv.dirname(__filename);
|
|
7
|
+
var require = CJS_COMPAT_NODE_MODULE_3ef0googrxv.createRequire(import.meta.url);
|
|
8
|
+
|
|
9
|
+
// ------------------------------------------------------------
|
|
10
|
+
// end of CJS compatibility banner, injected by Storybook's esbuild configuration
|
|
11
|
+
// ------------------------------------------------------------
|
|
12
|
+
var __defProp = Object.defineProperty;
|
|
13
|
+
var __name = (target, value) => __defProp(target, "name", { value, configurable: true });
|
|
14
|
+
|
|
15
|
+
export {
|
|
16
|
+
__name
|
|
17
|
+
};
|
package/dist/index.js
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
1
|
+
import CJS_COMPAT_NODE_URL_3ef0googrxv from 'node:url';
|
|
2
|
+
import CJS_COMPAT_NODE_PATH_3ef0googrxv from 'node:path';
|
|
3
|
+
import CJS_COMPAT_NODE_MODULE_3ef0googrxv from "node:module";
|
|
4
4
|
|
|
5
|
-
var __filename =
|
|
6
|
-
var __dirname =
|
|
7
|
-
var require =
|
|
5
|
+
var __filename = CJS_COMPAT_NODE_URL_3ef0googrxv.fileURLToPath(import.meta.url);
|
|
6
|
+
var __dirname = CJS_COMPAT_NODE_PATH_3ef0googrxv.dirname(__filename);
|
|
7
|
+
var require = CJS_COMPAT_NODE_MODULE_3ef0googrxv.createRequire(import.meta.url);
|
|
8
8
|
|
|
9
9
|
// ------------------------------------------------------------
|
|
10
10
|
// end of CJS compatibility banner, injected by Storybook's esbuild configuration
|
|
11
11
|
// ------------------------------------------------------------
|
|
12
12
|
import {
|
|
13
13
|
__name
|
|
14
|
-
} from "./_node-chunks/chunk-
|
|
14
|
+
} from "./_node-chunks/chunk-KZHDQ4BL.js";
|
|
15
15
|
|
|
16
16
|
// src/index.ts
|
|
17
17
|
import { fileURLToPath } from "node:url";
|
package/dist/loader.js
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
1
|
+
import CJS_COMPAT_NODE_URL_3ef0googrxv from 'node:url';
|
|
2
|
+
import CJS_COMPAT_NODE_PATH_3ef0googrxv from 'node:path';
|
|
3
|
+
import CJS_COMPAT_NODE_MODULE_3ef0googrxv from "node:module";
|
|
4
4
|
|
|
5
|
-
var __filename =
|
|
6
|
-
var __dirname =
|
|
7
|
-
var require =
|
|
5
|
+
var __filename = CJS_COMPAT_NODE_URL_3ef0googrxv.fileURLToPath(import.meta.url);
|
|
6
|
+
var __dirname = CJS_COMPAT_NODE_PATH_3ef0googrxv.dirname(__filename);
|
|
7
|
+
var require = CJS_COMPAT_NODE_MODULE_3ef0googrxv.createRequire(import.meta.url);
|
|
8
8
|
|
|
9
9
|
// ------------------------------------------------------------
|
|
10
10
|
// end of CJS compatibility banner, injected by Storybook's esbuild configuration
|
|
11
11
|
// ------------------------------------------------------------
|
|
12
12
|
import {
|
|
13
13
|
__name
|
|
14
|
-
} from "./_node-chunks/chunk-
|
|
14
|
+
} from "./_node-chunks/chunk-KZHDQ4BL.js";
|
|
15
15
|
|
|
16
16
|
// src/lib/compiler/stringifier.ts
|
|
17
17
|
import { identifier } from "safe-identifier";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storybook/preset-server-webpack",
|
|
3
|
-
"version": "10.1.0-alpha.
|
|
3
|
+
"version": "10.1.0-alpha.8",
|
|
4
4
|
"description": "Storybook for Server: View HTML snippets from a server in isolation with Hot Reloading.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"storybook"
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"prep": "jiti ../../../scripts/build/build-package.ts"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@storybook/core-webpack": "10.1.0-alpha.
|
|
43
|
+
"@storybook/core-webpack": "10.1.0-alpha.8",
|
|
44
44
|
"safe-identifier": "^0.4.2",
|
|
45
45
|
"ts-dedent": "^2.0.0",
|
|
46
46
|
"yaml-loader": "^0.8.1"
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"yaml": "^2.8.0"
|
|
52
52
|
},
|
|
53
53
|
"peerDependencies": {
|
|
54
|
-
"storybook": "^10.1.0-alpha.
|
|
54
|
+
"storybook": "^10.1.0-alpha.8"
|
|
55
55
|
},
|
|
56
56
|
"publishConfig": {
|
|
57
57
|
"access": "public"
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import CJS_COMPAT_NODE_URL_q4vqjrtdci from 'node:url';
|
|
2
|
-
import CJS_COMPAT_NODE_PATH_q4vqjrtdci from 'node:path';
|
|
3
|
-
import CJS_COMPAT_NODE_MODULE_q4vqjrtdci from "node:module";
|
|
4
|
-
|
|
5
|
-
var __filename = CJS_COMPAT_NODE_URL_q4vqjrtdci.fileURLToPath(import.meta.url);
|
|
6
|
-
var __dirname = CJS_COMPAT_NODE_PATH_q4vqjrtdci.dirname(__filename);
|
|
7
|
-
var require = CJS_COMPAT_NODE_MODULE_q4vqjrtdci.createRequire(import.meta.url);
|
|
8
|
-
|
|
9
|
-
// ------------------------------------------------------------
|
|
10
|
-
// end of CJS compatibility banner, injected by Storybook's esbuild configuration
|
|
11
|
-
// ------------------------------------------------------------
|
|
12
|
-
var __defProp = Object.defineProperty;
|
|
13
|
-
var __name = (target, value) => __defProp(target, "name", { value, configurable: true });
|
|
14
|
-
|
|
15
|
-
export {
|
|
16
|
-
__name
|
|
17
|
-
};
|