@storybook/react-dom-shim 10.3.0-alpha.3 → 10.3.0-alpha.5

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.
Files changed (2) hide show
  1. package/dist/preset.js +6 -6
  2. package/package.json +3 -2
package/dist/preset.js CHANGED
@@ -1,10 +1,10 @@
1
- import CJS_COMPAT_NODE_URL_m2nikw510g from 'node:url';
2
- import CJS_COMPAT_NODE_PATH_m2nikw510g from 'node:path';
3
- import CJS_COMPAT_NODE_MODULE_m2nikw510g from "node:module";
1
+ import CJS_COMPAT_NODE_URL_ix36qif544t from 'node:url';
2
+ import CJS_COMPAT_NODE_PATH_ix36qif544t from 'node:path';
3
+ import CJS_COMPAT_NODE_MODULE_ix36qif544t from "node:module";
4
4
 
5
- var __filename = CJS_COMPAT_NODE_URL_m2nikw510g.fileURLToPath(import.meta.url);
6
- var __dirname = CJS_COMPAT_NODE_PATH_m2nikw510g.dirname(__filename);
7
- var require = CJS_COMPAT_NODE_MODULE_m2nikw510g.createRequire(import.meta.url);
5
+ var __filename = CJS_COMPAT_NODE_URL_ix36qif544t.fileURLToPath(import.meta.url);
6
+ var __dirname = CJS_COMPAT_NODE_PATH_ix36qif544t.dirname(__filename);
7
+ var require = CJS_COMPAT_NODE_MODULE_ix36qif544t.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/react-dom-shim",
3
- "version": "10.3.0-alpha.3",
3
+ "version": "10.3.0-alpha.5",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "storybook"
@@ -24,6 +24,7 @@
24
24
  "exports": {
25
25
  ".": {
26
26
  "types": "./dist/react-18.d.ts",
27
+ "code": "./src/react-18.tsx",
27
28
  "default": "./dist/react-18.js"
28
29
  },
29
30
  "./package.json": "./package.json",
@@ -43,7 +44,7 @@
43
44
  "peerDependencies": {
44
45
  "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
45
46
  "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
46
- "storybook": "^10.3.0-alpha.3"
47
+ "storybook": "^10.3.0-alpha.5"
47
48
  },
48
49
  "publishConfig": {
49
50
  "access": "public"