storybook-web-components-rsbuild 3.2.0 → 3.2.1
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/README.md +1 -1
- package/dist/node/index.js +6 -6
- package/dist/preset.js +6 -6
- package/package.json +8 -8
package/README.md
CHANGED
package/dist/node/index.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
1
|
+
import CJS_COMPAT_NODE_URL_29915707393b6cec from 'node:url';
|
|
2
|
+
import CJS_COMPAT_NODE_PATH_29915707393b6cec from 'node:path';
|
|
3
|
+
import CJS_COMPAT_NODE_MODULE_29915707393b6cec from "node:module";
|
|
4
4
|
|
|
5
|
-
var __filename =
|
|
6
|
-
var __dirname =
|
|
7
|
-
var require =
|
|
5
|
+
var __filename = CJS_COMPAT_NODE_URL_29915707393b6cec.fileURLToPath(import.meta.url);
|
|
6
|
+
var __dirname = CJS_COMPAT_NODE_PATH_29915707393b6cec.dirname(__filename);
|
|
7
|
+
var require = CJS_COMPAT_NODE_MODULE_29915707393b6cec.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_29915707393b6cec from 'node:url';
|
|
2
|
+
import CJS_COMPAT_NODE_PATH_29915707393b6cec from 'node:path';
|
|
3
|
+
import CJS_COMPAT_NODE_MODULE_29915707393b6cec from "node:module";
|
|
4
4
|
|
|
5
|
-
var __filename =
|
|
6
|
-
var __dirname =
|
|
7
|
-
var require =
|
|
5
|
+
var __filename = CJS_COMPAT_NODE_URL_29915707393b6cec.fileURLToPath(import.meta.url);
|
|
6
|
+
var __dirname = CJS_COMPAT_NODE_PATH_29915707393b6cec.dirname(__filename);
|
|
7
|
+
var require = CJS_COMPAT_NODE_MODULE_29915707393b6cec.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-web-components-rsbuild",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.1",
|
|
4
4
|
"description": "Storybook for web component and Rsbuild: Develop React Component in isolation with Hot Reloading.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"storybook",
|
|
@@ -13,11 +13,11 @@
|
|
|
13
13
|
],
|
|
14
14
|
"homepage": "https://storybook.rsbuild.rs",
|
|
15
15
|
"bugs": {
|
|
16
|
-
"url": "https://github.com/
|
|
16
|
+
"url": "https://github.com/rstackjs/storybook-rsbuild/issues"
|
|
17
17
|
},
|
|
18
18
|
"repository": {
|
|
19
19
|
"type": "git",
|
|
20
|
-
"url": "https://github.com/
|
|
20
|
+
"url": "https://github.com/rstackjs/storybook-rsbuild",
|
|
21
21
|
"directory": "packages/framework-web-components"
|
|
22
22
|
},
|
|
23
23
|
"license": "MIT",
|
|
@@ -42,14 +42,14 @@
|
|
|
42
42
|
"!src/**/*"
|
|
43
43
|
],
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@storybook/web-components": "^10.1.
|
|
46
|
-
"storybook-builder-rsbuild": "3.2.
|
|
45
|
+
"@storybook/web-components": "^10.1.11",
|
|
46
|
+
"storybook-builder-rsbuild": "3.2.1"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
|
-
"@rsbuild/core": "^1.
|
|
49
|
+
"@rsbuild/core": "^1.7.2",
|
|
50
50
|
"@types/node": "^22.0.0",
|
|
51
|
-
"lit": "^3.3.
|
|
52
|
-
"storybook": "10.1.
|
|
51
|
+
"lit": "^3.3.2",
|
|
52
|
+
"storybook": "10.1.11",
|
|
53
53
|
"typescript": "^5.9.3"
|
|
54
54
|
},
|
|
55
55
|
"peerDependencies": {
|