vite-plugin-react-native-web 3.0.0 → 3.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.
package/dist/cjs/index.js CHANGED
@@ -120,5 +120,8 @@ const reactNativeWeb = (_options) => ({
120
120
  });
121
121
  //#endregion
122
122
  exports.default = reactNativeWeb;
123
+ exports.reactNativeWeb = reactNativeWeb;
124
+ exports.flowRemoveTypesPlugin = flowRemoveTypesPlugin;
125
+ exports.treeshakeFixPlugin = treeshakeFixPlugin;
123
126
 
124
127
  //# sourceMappingURL=index.js.map
package/dist/es/index.js CHANGED
@@ -92,6 +92,6 @@ const reactNativeWeb = (_options) => ({
92
92
  })
93
93
  });
94
94
  //#endregion
95
- export { reactNativeWeb as default };
95
+ export { reactNativeWeb as default, reactNativeWeb, flowRemoveTypesPlugin, treeshakeFixPlugin };
96
96
 
97
97
  //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vite-plugin-react-native-web",
3
- "version": "3.0.0",
3
+ "version": "3.0.1",
4
4
  "type": "module",
5
5
  "publishConfig": {
6
6
  "access": "public"