vxrn 0.1.12 → 0.1.14

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vxrn",
3
- "version": "0.1.12",
3
+ "version": "0.1.14",
4
4
  "source": "src/index.ts",
5
5
  "types": "./types/index.d.ts",
6
6
  "type": "module",
@@ -29,11 +29,11 @@
29
29
  "@babel/code-frame": "^7.21.4",
30
30
  "@vitejs/plugin-react": "^4.2.1",
31
31
  "@vitejs/plugin-react-swc": "^3.6.0",
32
- "@vxrn/react-native-prebuilt": "0.1.12",
33
- "@vxrn/vite-flow": "0.1.12",
34
- "@vxrn/vite-native-client": "0.1.12",
35
- "@vxrn/vite-native-hmr": "0.1.12",
36
- "@vxrn/vite-native-swc": "0.1.12",
32
+ "@vxrn/react-native-prebuilt": "0.1.14",
33
+ "@vxrn/vite-flow": "0.1.14",
34
+ "@vxrn/vite-native-client": "0.1.14",
35
+ "@vxrn/vite-native-hmr": "0.1.14",
36
+ "@vxrn/vite-native-swc": "0.1.14",
37
37
  "chalk": "^5.3.0",
38
38
  "citty": "^0.1.6",
39
39
  "crossws": "^0.2.4",
@@ -48,8 +48,6 @@ function createRequire(importsMap) {
48
48
  if (globalThis[path]) {
49
49
  const output = globalThis[path]()
50
50
  __cachedModules[_mod] = output
51
- // we may not need this:
52
- __cachedModules[_mod.replace('node_modules/', '')] = output
53
51
  return output
54
52
  }
55
53