storybook-addon-rslib 3.3.1 → 3.3.2
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/index.js +6 -6
- package/dist/preset.js +6 -6
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
1
|
+
import CJS_COMPAT_NODE_URL_73836acb387a9cce from 'node:url';
|
|
2
|
+
import CJS_COMPAT_NODE_PATH_73836acb387a9cce from 'node:path';
|
|
3
|
+
import CJS_COMPAT_NODE_MODULE_73836acb387a9cce from "node:module";
|
|
4
4
|
|
|
5
|
-
var __filename =
|
|
6
|
-
var __dirname =
|
|
7
|
-
var require =
|
|
5
|
+
var __filename = CJS_COMPAT_NODE_URL_73836acb387a9cce.fileURLToPath(import.meta.url);
|
|
6
|
+
var __dirname = CJS_COMPAT_NODE_PATH_73836acb387a9cce.dirname(__filename);
|
|
7
|
+
var require = CJS_COMPAT_NODE_MODULE_73836acb387a9cce.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_73836acb387a9cce from 'node:url';
|
|
2
|
+
import CJS_COMPAT_NODE_PATH_73836acb387a9cce from 'node:path';
|
|
3
|
+
import CJS_COMPAT_NODE_MODULE_73836acb387a9cce from "node:module";
|
|
4
4
|
|
|
5
|
-
var __filename =
|
|
6
|
-
var __dirname =
|
|
7
|
-
var require =
|
|
5
|
+
var __filename = CJS_COMPAT_NODE_URL_73836acb387a9cce.fileURLToPath(import.meta.url);
|
|
6
|
+
var __dirname = CJS_COMPAT_NODE_PATH_73836acb387a9cce.dirname(__filename);
|
|
7
|
+
var require = CJS_COMPAT_NODE_MODULE_73836acb387a9cce.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-addon-rslib",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.2",
|
|
4
4
|
"description": "Storybook addon for loading configuration of Rslib",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"storybook",
|
|
@@ -39,9 +39,9 @@
|
|
|
39
39
|
"@rsbuild/core": "^2.0.0-beta.4",
|
|
40
40
|
"@rslib/core": "^0.19.4",
|
|
41
41
|
"@types/node": "^22.0.0",
|
|
42
|
-
"storybook": "10.2.
|
|
42
|
+
"storybook": "10.2.17",
|
|
43
43
|
"typescript": "^5.9.3",
|
|
44
|
-
"storybook-builder-rsbuild": "3.3.
|
|
44
|
+
"storybook-builder-rsbuild": "3.3.2"
|
|
45
45
|
},
|
|
46
46
|
"peerDependencies": {
|
|
47
47
|
"@rsbuild/core": "^1.5.0 || ^2.0.0-0",
|