@storybook/ember 10.2.0-alpha.1 → 10.2.0-alpha.10
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/node/index.d.ts
CHANGED
package/dist/node/index.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
1
|
+
import CJS_COMPAT_NODE_URL_evt1nqa20so from 'node:url';
|
|
2
|
+
import CJS_COMPAT_NODE_PATH_evt1nqa20so from 'node:path';
|
|
3
|
+
import CJS_COMPAT_NODE_MODULE_evt1nqa20so from "node:module";
|
|
4
4
|
|
|
5
|
-
var __filename =
|
|
6
|
-
var __dirname =
|
|
7
|
-
var require =
|
|
5
|
+
var __filename = CJS_COMPAT_NODE_URL_evt1nqa20so.fileURLToPath(import.meta.url);
|
|
6
|
+
var __dirname = CJS_COMPAT_NODE_PATH_evt1nqa20so.dirname(__filename);
|
|
7
|
+
var require = CJS_COMPAT_NODE_MODULE_evt1nqa20so.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
|
|
2
|
-
import
|
|
3
|
-
import
|
|
1
|
+
import CJS_COMPAT_NODE_URL_evt1nqa20so from 'node:url';
|
|
2
|
+
import CJS_COMPAT_NODE_PATH_evt1nqa20so from 'node:path';
|
|
3
|
+
import CJS_COMPAT_NODE_MODULE_evt1nqa20so from "node:module";
|
|
4
4
|
|
|
5
|
-
var __filename =
|
|
6
|
-
var __dirname =
|
|
7
|
-
var require =
|
|
5
|
+
var __filename = CJS_COMPAT_NODE_URL_evt1nqa20so.fileURLToPath(import.meta.url);
|
|
6
|
+
var __dirname = CJS_COMPAT_NODE_PATH_evt1nqa20so.dirname(__filename);
|
|
7
|
+
var require = CJS_COMPAT_NODE_MODULE_evt1nqa20so.createRequire(import.meta.url);
|
|
8
8
|
|
|
9
9
|
// ------------------------------------------------------------
|
|
10
10
|
// end of CJS compatibility banner, injected by Storybook's esbuild configuration
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
1
|
+
import CJS_COMPAT_NODE_URL_evt1nqa20so from 'node:url';
|
|
2
|
+
import CJS_COMPAT_NODE_PATH_evt1nqa20so from 'node:path';
|
|
3
|
+
import CJS_COMPAT_NODE_MODULE_evt1nqa20so from "node:module";
|
|
4
4
|
|
|
5
|
-
var __filename =
|
|
6
|
-
var __dirname =
|
|
7
|
-
var require =
|
|
5
|
+
var __filename = CJS_COMPAT_NODE_URL_evt1nqa20so.fileURLToPath(import.meta.url);
|
|
6
|
+
var __dirname = CJS_COMPAT_NODE_PATH_evt1nqa20so.dirname(__filename);
|
|
7
|
+
var require = CJS_COMPAT_NODE_MODULE_evt1nqa20so.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/ember",
|
|
3
|
-
"version": "10.2.0-alpha.
|
|
3
|
+
"version": "10.2.0-alpha.10",
|
|
4
4
|
"description": "Storybook for Ember: Develop, document, and test UI components in isolation",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"storybook",
|
|
@@ -45,19 +45,15 @@
|
|
|
45
45
|
"*.d.ts",
|
|
46
46
|
"!src/**/*"
|
|
47
47
|
],
|
|
48
|
-
"scripts": {
|
|
49
|
-
"check": "jiti ../../../scripts/check/check-package.ts",
|
|
50
|
-
"prep": "jiti ../../../scripts/build/build-package.ts"
|
|
51
|
-
},
|
|
52
48
|
"dependencies": {
|
|
53
|
-
"@storybook/builder-webpack5": "10.2.0-alpha.
|
|
49
|
+
"@storybook/builder-webpack5": "10.2.0-alpha.10",
|
|
54
50
|
"@storybook/global": "^5.0.0",
|
|
55
51
|
"babel-loader": "9.1.3",
|
|
56
52
|
"empathic": "2.0.0"
|
|
57
53
|
},
|
|
58
54
|
"devDependencies": {
|
|
59
55
|
"ember-source": "~3.28.1",
|
|
60
|
-
"typescript": "^5.
|
|
56
|
+
"typescript": "^5.9.3"
|
|
61
57
|
},
|
|
62
58
|
"peerDependencies": {
|
|
63
59
|
"@babel/core": "*",
|
|
@@ -66,7 +62,7 @@
|
|
|
66
62
|
"ember-source": "~3.28.1 || >=4.0.0",
|
|
67
63
|
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
|
|
68
64
|
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
|
|
69
|
-
"storybook": "^10.2.0-alpha.
|
|
65
|
+
"storybook": "^10.2.0-alpha.10"
|
|
70
66
|
},
|
|
71
67
|
"publishConfig": {
|
|
72
68
|
"access": "public"
|