vite-plugin-react-native-web 2.0.0 → 2.0.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/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -27,7 +27,7 @@ export default defineConfig({
27
27
  If you are getting errors please report them in the issues section.
28
28
 
29
29
  The following variables are defined in the transformed files: (inferred during Vite's build process)
30
- - `global` as `window`
30
+ - `global` as `self`
31
31
  - `__DEV__` as `process.env.NODE_ENV === 'development'`
32
32
  - `process.env.NODE_ENV` as `process.env.NODE_ENV`
33
33
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vite-plugin-react-native-web",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },