@storybook/ember 10.0.0-beta.2 → 10.0.0-beta.3
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_z6dauufu38 from 'node:url';
|
2
|
+
import CJS_COMPAT_NODE_PATH_z6dauufu38 from 'node:path';
|
3
|
+
import CJS_COMPAT_NODE_MODULE_z6dauufu38 from "node:module";
|
4
|
+
|
5
|
+
var __filename = CJS_COMPAT_NODE_URL_z6dauufu38.fileURLToPath(import.meta.url);
|
6
|
+
var __dirname = CJS_COMPAT_NODE_PATH_z6dauufu38.dirname(__filename);
|
7
|
+
var require = CJS_COMPAT_NODE_MODULE_z6dauufu38.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/node/index.js
CHANGED
@@ -1,17 +1,17 @@
|
|
1
|
-
import
|
2
|
-
import
|
3
|
-
import
|
1
|
+
import CJS_COMPAT_NODE_URL_z6dauufu38 from 'node:url';
|
2
|
+
import CJS_COMPAT_NODE_PATH_z6dauufu38 from 'node:path';
|
3
|
+
import CJS_COMPAT_NODE_MODULE_z6dauufu38 from "node:module";
|
4
4
|
|
5
|
-
var __filename =
|
6
|
-
var __dirname =
|
7
|
-
var require =
|
5
|
+
var __filename = CJS_COMPAT_NODE_URL_z6dauufu38.fileURLToPath(import.meta.url);
|
6
|
+
var __dirname = CJS_COMPAT_NODE_PATH_z6dauufu38.dirname(__filename);
|
7
|
+
var require = CJS_COMPAT_NODE_MODULE_z6dauufu38.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-BESI3FPP.js";
|
15
15
|
|
16
16
|
// src/node/index.ts
|
17
17
|
function defineMain(config) {
|
package/dist/preset.js
CHANGED
@@ -1,17 +1,17 @@
|
|
1
|
-
import
|
2
|
-
import
|
3
|
-
import
|
1
|
+
import CJS_COMPAT_NODE_URL_z6dauufu38 from 'node:url';
|
2
|
+
import CJS_COMPAT_NODE_PATH_z6dauufu38 from 'node:path';
|
3
|
+
import CJS_COMPAT_NODE_MODULE_z6dauufu38 from "node:module";
|
4
4
|
|
5
|
-
var __filename =
|
6
|
-
var __dirname =
|
7
|
-
var require =
|
5
|
+
var __filename = CJS_COMPAT_NODE_URL_z6dauufu38.fileURLToPath(import.meta.url);
|
6
|
+
var __dirname = CJS_COMPAT_NODE_PATH_z6dauufu38.dirname(__filename);
|
7
|
+
var require = CJS_COMPAT_NODE_MODULE_z6dauufu38.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-BESI3FPP.js";
|
15
15
|
|
16
16
|
// src/preset.ts
|
17
17
|
import { getProjectRoot, resolvePathInStorybookCache } from "storybook/internal/common";
|
@@ -1,17 +1,17 @@
|
|
1
|
-
import
|
2
|
-
import
|
3
|
-
import
|
1
|
+
import CJS_COMPAT_NODE_URL_z6dauufu38 from 'node:url';
|
2
|
+
import CJS_COMPAT_NODE_PATH_z6dauufu38 from 'node:path';
|
3
|
+
import CJS_COMPAT_NODE_MODULE_z6dauufu38 from "node:module";
|
4
4
|
|
5
|
-
var __filename =
|
6
|
-
var __dirname =
|
7
|
-
var require =
|
5
|
+
var __filename = CJS_COMPAT_NODE_URL_z6dauufu38.fileURLToPath(import.meta.url);
|
6
|
+
var __dirname = CJS_COMPAT_NODE_PATH_z6dauufu38.dirname(__filename);
|
7
|
+
var require = CJS_COMPAT_NODE_MODULE_z6dauufu38.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-BESI3FPP.js";
|
15
15
|
|
16
16
|
// src/server/framework-preset-babel-ember.ts
|
17
17
|
import { precompile } from "ember-source/dist/ember-template-compiler.js";
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@storybook/ember",
|
3
|
-
"version": "10.0.0-beta.
|
3
|
+
"version": "10.0.0-beta.3",
|
4
4
|
"description": "Storybook for Ember: Develop, document, and test UI components in isolation",
|
5
5
|
"keywords": [
|
6
6
|
"storybook",
|
@@ -50,7 +50,7 @@
|
|
50
50
|
"prep": "jiti ../../../scripts/build/build-package.ts"
|
51
51
|
},
|
52
52
|
"dependencies": {
|
53
|
-
"@storybook/builder-webpack5": "10.0.0-beta.
|
53
|
+
"@storybook/builder-webpack5": "10.0.0-beta.3",
|
54
54
|
"@storybook/global": "^5.0.0",
|
55
55
|
"babel-loader": "9.1.3",
|
56
56
|
"find-up": "^7.0.0"
|
@@ -66,7 +66,7 @@
|
|
66
66
|
"ember-source": "~3.28.1 || >=4.0.0",
|
67
67
|
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
|
68
68
|
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
|
69
|
-
"storybook": "^10.0.0-beta.
|
69
|
+
"storybook": "^10.0.0-beta.3"
|
70
70
|
},
|
71
71
|
"publishConfig": {
|
72
72
|
"access": "public"
|
@@ -1,17 +0,0 @@
|
|
1
|
-
import CJS_COMPAT_NODE_URL_hwizut7xhpn from 'node:url';
|
2
|
-
import CJS_COMPAT_NODE_PATH_hwizut7xhpn from 'node:path';
|
3
|
-
import CJS_COMPAT_NODE_MODULE_hwizut7xhpn from "node:module";
|
4
|
-
|
5
|
-
var __filename = CJS_COMPAT_NODE_URL_hwizut7xhpn.fileURLToPath(import.meta.url);
|
6
|
-
var __dirname = CJS_COMPAT_NODE_PATH_hwizut7xhpn.dirname(__filename);
|
7
|
-
var require = CJS_COMPAT_NODE_MODULE_hwizut7xhpn.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
|
-
};
|