rsbuild-plugin-react-native-web 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.
Files changed (2) hide show
  1. package/dist/index.js +6 -6
  2. package/package.json +11 -12
package/dist/index.js CHANGED
@@ -1,10 +1,10 @@
1
- import CJS_COMPAT_NODE_URL_62a820a7ed2baf7c from 'node:url';
2
- import CJS_COMPAT_NODE_PATH_62a820a7ed2baf7c from 'node:path';
3
- import CJS_COMPAT_NODE_MODULE_62a820a7ed2baf7c from "node:module";
1
+ import CJS_COMPAT_NODE_URL_8192ca666baac22a from 'node:url';
2
+ import CJS_COMPAT_NODE_PATH_8192ca666baac22a from 'node:path';
3
+ import CJS_COMPAT_NODE_MODULE_8192ca666baac22a from "node:module";
4
4
 
5
- var __filename = CJS_COMPAT_NODE_URL_62a820a7ed2baf7c.fileURLToPath(import.meta.url);
6
- var __dirname = CJS_COMPAT_NODE_PATH_62a820a7ed2baf7c.dirname(__filename);
7
- var require = CJS_COMPAT_NODE_MODULE_62a820a7ed2baf7c.createRequire(import.meta.url);
5
+ var __filename = CJS_COMPAT_NODE_URL_8192ca666baac22a.fileURLToPath(import.meta.url);
6
+ var __dirname = CJS_COMPAT_NODE_PATH_8192ca666baac22a.dirname(__filename);
7
+ var require = CJS_COMPAT_NODE_MODULE_8192ca666baac22a.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.0",
3
+ "version": "3.2.1",
4
4
  "description": "Rsbuild plugin for React Native Web support",
5
5
  "keywords": [
6
6
  "rsbuild",
@@ -9,13 +9,13 @@
9
9
  "react-native-web",
10
10
  "expo"
11
11
  ],
12
- "homepage": "https://github.com/rspack-contrib/storybook-rsbuild",
12
+ "homepage": "https://github.com/rstackjs/storybook-rsbuild",
13
13
  "bugs": {
14
- "url": "https://github.com/rspack-contrib/storybook-rsbuild/issues"
14
+ "url": "https://github.com/rstackjs/storybook-rsbuild/issues"
15
15
  },
16
16
  "repository": {
17
17
  "type": "git",
18
- "url": "https://github.com/rspack-contrib/storybook-rsbuild",
18
+ "url": "https://github.com/rstackjs/storybook-rsbuild",
19
19
  "directory": "packages/rsbuild-plugin-react-native-web"
20
20
  },
21
21
  "license": "MIT",
@@ -34,18 +34,12 @@
34
34
  "*.d.ts",
35
35
  "!src/**/*"
36
36
  ],
37
- "scripts": {
38
- "build": "pnpm run prep --production",
39
- "check": "jiti ../../scripts/check/check-package.ts",
40
- "prep": "jiti ../../scripts/build/build-package.ts",
41
- "prepare": "pnpm run build"
42
- },
43
37
  "dependencies": {
44
38
  "magic-string": "^0.30.21",
45
39
  "pathe": "^2.0.3"
46
40
  },
47
41
  "devDependencies": {
48
- "@rsbuild/core": "^1.6.13",
42
+ "@rsbuild/core": "^1.7.2",
49
43
  "@types/node": "^22.0.0",
50
44
  "typescript": "^5.9.3"
51
45
  },
@@ -63,5 +57,10 @@
63
57
  "./src/index.ts"
64
58
  ],
65
59
  "platform": "node"
60
+ },
61
+ "scripts": {
62
+ "build": "pnpm run prep --production",
63
+ "check": "jiti ../../scripts/check/check-package.ts",
64
+ "prep": "jiti ../../scripts/build/build-package.ts"
66
65
  }
67
- }
66
+ }