rsbuild-plugin-react-native-web 3.2.2 → 3.3.0

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/index.js +6 -6
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -1,10 +1,10 @@
1
- import CJS_COMPAT_NODE_URL_80b41203c3845c29 from 'node:url';
2
- import CJS_COMPAT_NODE_PATH_80b41203c3845c29 from 'node:path';
3
- import CJS_COMPAT_NODE_MODULE_80b41203c3845c29 from "node:module";
1
+ import CJS_COMPAT_NODE_URL_c792fce7c8544fce from 'node:url';
2
+ import CJS_COMPAT_NODE_PATH_c792fce7c8544fce from 'node:path';
3
+ import CJS_COMPAT_NODE_MODULE_c792fce7c8544fce from "node:module";
4
4
 
5
- var __filename = CJS_COMPAT_NODE_URL_80b41203c3845c29.fileURLToPath(import.meta.url);
6
- var __dirname = CJS_COMPAT_NODE_PATH_80b41203c3845c29.dirname(__filename);
7
- var require = CJS_COMPAT_NODE_MODULE_80b41203c3845c29.createRequire(import.meta.url);
5
+ var __filename = CJS_COMPAT_NODE_URL_c792fce7c8544fce.fileURLToPath(import.meta.url);
6
+ var __dirname = CJS_COMPAT_NODE_PATH_c792fce7c8544fce.dirname(__filename);
7
+ var require = CJS_COMPAT_NODE_MODULE_c792fce7c8544fce.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": "rsbuild-plugin-react-native-web",
3
- "version": "3.2.2",
3
+ "version": "3.3.0",
4
4
  "description": "Rsbuild plugin for React Native Web support",
5
5
  "keywords": [
6
6
  "rsbuild",
@@ -39,12 +39,12 @@
39
39
  "pathe": "^2.0.3"
40
40
  },
41
41
  "devDependencies": {
42
- "@rsbuild/core": "^1.7.2",
42
+ "@rsbuild/core": "^2.0.0-beta.4",
43
43
  "@types/node": "^22.0.0",
44
44
  "typescript": "^5.9.3"
45
45
  },
46
46
  "peerDependencies": {
47
- "@rsbuild/core": "^1.5.0"
47
+ "@rsbuild/core": "^1.5.0 || ^2.0.0-0"
48
48
  },
49
49
  "engines": {
50
50
  "node": ">=18.0.0"