vxrn 1.1.487 → 1.1.488
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.1.
|
|
3
|
+
"version": "1.1.488",
|
|
4
4
|
"sideEffects": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -61,17 +61,17 @@
|
|
|
61
61
|
"@hono/node-server": "^1.13.7",
|
|
62
62
|
"@react-native/dev-middleware": "^0.76.5",
|
|
63
63
|
"@rollup/plugin-node-resolve": "^15.2.3",
|
|
64
|
-
"@tamagui/react-native-svg": "^1.126.
|
|
65
|
-
"@vxrn/compiler": "1.1.
|
|
66
|
-
"@vxrn/debug": "1.1.
|
|
67
|
-
"@vxrn/query-string": "1.1.
|
|
68
|
-
"@vxrn/react-native-prebuilt": "1.1.
|
|
69
|
-
"@vxrn/resolve": "1.1.
|
|
70
|
-
"@vxrn/safe-area": "1.1.
|
|
71
|
-
"@vxrn/url-parse": "1.1.
|
|
72
|
-
"@vxrn/utils": "1.1.
|
|
73
|
-
"@vxrn/vendor": "1.1.
|
|
74
|
-
"@vxrn/vite-flow": "1.1.
|
|
64
|
+
"@tamagui/react-native-svg": "^1.126.18",
|
|
65
|
+
"@vxrn/compiler": "1.1.488",
|
|
66
|
+
"@vxrn/debug": "1.1.488",
|
|
67
|
+
"@vxrn/query-string": "1.1.488",
|
|
68
|
+
"@vxrn/react-native-prebuilt": "1.1.488",
|
|
69
|
+
"@vxrn/resolve": "1.1.488",
|
|
70
|
+
"@vxrn/safe-area": "1.1.488",
|
|
71
|
+
"@vxrn/url-parse": "1.1.488",
|
|
72
|
+
"@vxrn/utils": "1.1.488",
|
|
73
|
+
"@vxrn/vendor": "1.1.488",
|
|
74
|
+
"@vxrn/vite-flow": "1.1.488",
|
|
75
75
|
"citty": "^0.1.6",
|
|
76
76
|
"env-editor": "^1.1.0",
|
|
77
77
|
"es-module-lexer": "^1.3.0",
|
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
"devDependencies": {
|
|
96
96
|
"@biomejs/biome": "1.9.4",
|
|
97
97
|
"@react-native-community/cli": "19.0.0",
|
|
98
|
-
"@tamagui/build": "^1.126.
|
|
98
|
+
"@tamagui/build": "^1.126.18",
|
|
99
99
|
"@types/find-node-modules": "^2.1.2",
|
|
100
100
|
"@types/node": "^22.1.0",
|
|
101
101
|
"@types/qrcode-terminal": "^0",
|
|
@@ -4,7 +4,7 @@ import type { Plugin } from 'vite'
|
|
|
4
4
|
* Filter out plugins and plugin hooks that are not needed for (or will even break) React Native.
|
|
5
5
|
*/
|
|
6
6
|
export function filterPluginsForNative(
|
|
7
|
-
plugins: Plugin[],
|
|
7
|
+
plugins: readonly Plugin[],
|
|
8
8
|
{ isNative }: { isNative: boolean }
|
|
9
9
|
): Plugin[] {
|
|
10
10
|
return plugins
|
|
@@ -2,7 +2,7 @@ import type { Plugin } from 'vite';
|
|
|
2
2
|
/**
|
|
3
3
|
* Filter out plugins and plugin hooks that are not needed for (or will even break) React Native.
|
|
4
4
|
*/
|
|
5
|
-
export declare function filterPluginsForNative(plugins: Plugin[], { isNative }: {
|
|
5
|
+
export declare function filterPluginsForNative(plugins: readonly Plugin[], { isNative }: {
|
|
6
6
|
isNative: boolean;
|
|
7
7
|
}): Plugin[];
|
|
8
8
|
//# sourceMappingURL=filterPluginsForNative.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"filterPluginsForNative.d.ts","sourceRoot":"","sources":["../../src/utils/filterPluginsForNative.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,MAAM,CAAA;AAElC;;GAEG;AACH,wBAAgB,sBAAsB,CACpC,OAAO,EAAE,MAAM,EAAE,
|
|
1
|
+
{"version":3,"file":"filterPluginsForNative.d.ts","sourceRoot":"","sources":["../../src/utils/filterPluginsForNative.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,MAAM,CAAA;AAElC;;GAEG;AACH,wBAAgB,sBAAsB,CACpC,OAAO,EAAE,SAAS,MAAM,EAAE,EAC1B,EAAE,QAAQ,EAAE,EAAE;IAAE,QAAQ,EAAE,OAAO,CAAA;CAAE,GAClC,MAAM,EAAE,CA8CV"}
|