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 CHANGED
@@ -1,3 +1,3 @@
1
1
  # storybook-web-components-rsbuild
2
2
 
3
- Check out [rspack-contrib/storybook-rsbuild](https://github.com/rspack-contrib/storybook-rsbuild) for documentation.
3
+ Check out [rstackjs/storybook-rsbuild](https://github.com/rstackjs/storybook-rsbuild) for documentation.
@@ -1,10 +1,10 @@
1
- import CJS_COMPAT_NODE_URL_4a7bc83c27fe3658 from 'node:url';
2
- import CJS_COMPAT_NODE_PATH_4a7bc83c27fe3658 from 'node:path';
3
- import CJS_COMPAT_NODE_MODULE_4a7bc83c27fe3658 from "node:module";
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 = CJS_COMPAT_NODE_URL_4a7bc83c27fe3658.fileURLToPath(import.meta.url);
6
- var __dirname = CJS_COMPAT_NODE_PATH_4a7bc83c27fe3658.dirname(__filename);
7
- var require = CJS_COMPAT_NODE_MODULE_4a7bc83c27fe3658.createRequire(import.meta.url);
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 CJS_COMPAT_NODE_URL_4a7bc83c27fe3658 from 'node:url';
2
- import CJS_COMPAT_NODE_PATH_4a7bc83c27fe3658 from 'node:path';
3
- import CJS_COMPAT_NODE_MODULE_4a7bc83c27fe3658 from "node:module";
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 = CJS_COMPAT_NODE_URL_4a7bc83c27fe3658.fileURLToPath(import.meta.url);
6
- var __dirname = CJS_COMPAT_NODE_PATH_4a7bc83c27fe3658.dirname(__filename);
7
- var require = CJS_COMPAT_NODE_MODULE_4a7bc83c27fe3658.createRequire(import.meta.url);
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.0",
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/rspack-contrib/storybook-rsbuild/issues"
16
+ "url": "https://github.com/rstackjs/storybook-rsbuild/issues"
17
17
  },
18
18
  "repository": {
19
19
  "type": "git",
20
- "url": "https://github.com/rspack-contrib/storybook-rsbuild",
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.9",
46
- "storybook-builder-rsbuild": "3.2.0"
45
+ "@storybook/web-components": "^10.1.11",
46
+ "storybook-builder-rsbuild": "3.2.1"
47
47
  },
48
48
  "devDependencies": {
49
- "@rsbuild/core": "^1.6.13",
49
+ "@rsbuild/core": "^1.7.2",
50
50
  "@types/node": "^22.0.0",
51
- "lit": "^3.3.1",
52
- "storybook": "10.1.2",
51
+ "lit": "^3.3.2",
52
+ "storybook": "10.1.11",
53
53
  "typescript": "^5.9.3"
54
54
  },
55
55
  "peerDependencies": {