vxrn 1.4.16 → 1.4.18
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": "1.4.
|
|
3
|
+
"version": "1.4.18",
|
|
4
4
|
"sideEffects": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -66,17 +66,17 @@
|
|
|
66
66
|
"@hono/node-server": "^1.19.6",
|
|
67
67
|
"@react-native/dev-middleware": "^0.83.0",
|
|
68
68
|
"@rollup/plugin-node-resolve": "^15.3.1",
|
|
69
|
-
"@vxrn/compiler": "1.4.
|
|
70
|
-
"@vxrn/debug": "1.4.
|
|
71
|
-
"@vxrn/query-string": "1.4.
|
|
72
|
-
"@vxrn/react-native-prebuilt": "1.4.
|
|
73
|
-
"@vxrn/resolve": "1.4.
|
|
74
|
-
"@vxrn/safe-area": "1.4.
|
|
75
|
-
"@vxrn/url-parse": "1.4.
|
|
76
|
-
"@vxrn/utils": "1.4.
|
|
77
|
-
"@vxrn/vendor": "1.4.
|
|
78
|
-
"@vxrn/vite-flow": "1.4.
|
|
79
|
-
"@vxrn/vite-plugin-metro": "1.4.
|
|
69
|
+
"@vxrn/compiler": "1.4.18",
|
|
70
|
+
"@vxrn/debug": "1.4.18",
|
|
71
|
+
"@vxrn/query-string": "1.4.18",
|
|
72
|
+
"@vxrn/react-native-prebuilt": "1.4.18",
|
|
73
|
+
"@vxrn/resolve": "1.4.18",
|
|
74
|
+
"@vxrn/safe-area": "1.4.18",
|
|
75
|
+
"@vxrn/url-parse": "1.4.18",
|
|
76
|
+
"@vxrn/utils": "1.4.18",
|
|
77
|
+
"@vxrn/vendor": "1.4.18",
|
|
78
|
+
"@vxrn/vite-flow": "1.4.18",
|
|
79
|
+
"@vxrn/vite-plugin-metro": "1.4.18",
|
|
80
80
|
"citty": "^0.1.6",
|
|
81
81
|
"dotenv": "^17.2.1",
|
|
82
82
|
"dotenv-expand": "^12.0.2",
|
|
@@ -347,6 +347,27 @@ install('URLSearchParams', () => URLSearchParams);
|
|
|
347
347
|
},
|
|
348
348
|
},
|
|
349
349
|
|
|
350
|
+
{
|
|
351
|
+
module: 'expo-ios-popover-tip',
|
|
352
|
+
patchFiles: {
|
|
353
|
+
'build/**/*.js': ['jsx'],
|
|
354
|
+
},
|
|
355
|
+
},
|
|
356
|
+
|
|
357
|
+
{
|
|
358
|
+
module: 'expo-ios-text-animations',
|
|
359
|
+
patchFiles: {
|
|
360
|
+
'build/**/*.js': ['jsx'],
|
|
361
|
+
},
|
|
362
|
+
},
|
|
363
|
+
|
|
364
|
+
{
|
|
365
|
+
module: 'expo-ios-mesh-gradient',
|
|
366
|
+
patchFiles: {
|
|
367
|
+
'build/**/*.js': ['jsx'],
|
|
368
|
+
},
|
|
369
|
+
},
|
|
370
|
+
|
|
350
371
|
{
|
|
351
372
|
module: 'expo-glass-effect',
|
|
352
373
|
patchFiles: {
|
|
@@ -66,17 +66,20 @@ export const EXCLUDE_LIST = [
|
|
|
66
66
|
'react-native-fast-squircle',
|
|
67
67
|
'react-native-device-info',
|
|
68
68
|
|
|
69
|
-
// CLI shouldn't be used in SSR runtime
|
|
69
|
+
// CLI/scripts shouldn't be used in SSR runtime
|
|
70
70
|
'@tamagui/cli',
|
|
71
|
+
'@take-out/scripts',
|
|
72
|
+
'@take-out/cli',
|
|
71
73
|
|
|
72
74
|
// Should be used on native only
|
|
73
75
|
'@tamagui/core/native-test',
|
|
74
76
|
|
|
75
77
|
'@storybook/react',
|
|
76
78
|
|
|
77
|
-
//
|
|
79
|
+
// native-only or not needed in SSR
|
|
78
80
|
'@nandorojo/galeria',
|
|
79
81
|
'expo-video',
|
|
82
|
+
'react-native-pager-view',
|
|
80
83
|
'@react-native/debugger-shell',
|
|
81
84
|
'@hot-updater/react-native',
|
|
82
85
|
'@hot-updater/plugin-core',
|