@vxrn/react-native-prebuilt 0.1.13 → 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/dist/cjs/index.js +1 -1
- package/dist/cjs/index.native.js +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.mjs +1 -1
- package/dist/esm/index.native.js +1 -1
- package/package.json +2 -2
package/dist/cjs/index.js
CHANGED
|
@@ -184,7 +184,7 @@ moduleFn(mod.exports, mod)
|
|
|
184
184
|
mod = mod.exports
|
|
185
185
|
|
|
186
186
|
// this is our patch basically allowing importing the inner contents:
|
|
187
|
-
globalThis['__cachedModules'][path.replace(/.*node_modules
|
|
187
|
+
globalThis['__cachedModules'][path.replace(/.*node_modules\\//, '').replace('.js', '')] = mod
|
|
188
188
|
|
|
189
189
|
return mod
|
|
190
190
|
};
|
package/dist/cjs/index.native.js
CHANGED
|
@@ -467,7 +467,7 @@ moduleFn(mod.exports, mod)
|
|
|
467
467
|
mod = mod.exports
|
|
468
468
|
|
|
469
469
|
// this is our patch basically allowing importing the inner contents:
|
|
470
|
-
globalThis['__cachedModules'][path.replace(/.*node_modules
|
|
470
|
+
globalThis['__cachedModules'][path.replace(/.*node_modules\\//, '').replace('.js', '')] = mod
|
|
471
471
|
|
|
472
472
|
return mod
|
|
473
473
|
};
|
package/dist/esm/index.js
CHANGED
|
@@ -158,7 +158,7 @@ moduleFn(mod.exports, mod)
|
|
|
158
158
|
mod = mod.exports
|
|
159
159
|
|
|
160
160
|
// this is our patch basically allowing importing the inner contents:
|
|
161
|
-
globalThis['__cachedModules'][path.replace(/.*node_modules
|
|
161
|
+
globalThis['__cachedModules'][path.replace(/.*node_modules\\//, '').replace('.js', '')] = mod
|
|
162
162
|
|
|
163
163
|
return mod
|
|
164
164
|
};
|
package/dist/esm/index.mjs
CHANGED
|
@@ -130,7 +130,7 @@ moduleFn(mod.exports, mod)
|
|
|
130
130
|
mod = mod.exports
|
|
131
131
|
|
|
132
132
|
// this is our patch basically allowing importing the inner contents:
|
|
133
|
-
globalThis['__cachedModules'][path.replace(/.*node_modules
|
|
133
|
+
globalThis['__cachedModules'][path.replace(/.*node_modules\\//, '').replace('.js', '')] = mod
|
|
134
134
|
|
|
135
135
|
return mod
|
|
136
136
|
};
|
package/dist/esm/index.native.js
CHANGED
|
@@ -439,7 +439,7 @@ moduleFn(mod.exports, mod)
|
|
|
439
439
|
mod = mod.exports
|
|
440
440
|
|
|
441
441
|
// this is our patch basically allowing importing the inner contents:
|
|
442
|
-
globalThis['__cachedModules'][path.replace(/.*node_modules
|
|
442
|
+
globalThis['__cachedModules'][path.replace(/.*node_modules\\//, '').replace('.js', '')] = mod
|
|
443
443
|
|
|
444
444
|
return mod
|
|
445
445
|
};
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vxrn/react-native-prebuilt",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.14",
|
|
5
5
|
"types": "./types/index.d.ts",
|
|
6
6
|
"main": "dist/cjs",
|
|
7
7
|
"module": "dist/esm",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"./jsx-runtime": "./dist/react-jsx-runtime.js"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@vxrn/vite-flow": "0.1.
|
|
31
|
+
"@vxrn/vite-flow": "0.1.14",
|
|
32
32
|
"esbuild": "~0.19.3",
|
|
33
33
|
"fs-extra": "^11.2.0",
|
|
34
34
|
"import-meta-resolve": "^4.0.0"
|