vxrn 1.1.502 → 1.1.504

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.502",
3
+ "version": "1.1.504",
4
4
  "sideEffects": false,
5
5
  "type": "module",
6
6
  "exports": {
@@ -65,17 +65,17 @@
65
65
  "@hono/node-server": "^1.13.7",
66
66
  "@react-native/dev-middleware": "^0.76.5",
67
67
  "@rollup/plugin-node-resolve": "^15.2.3",
68
- "@vxrn/compiler": "1.1.502",
69
- "@vxrn/debug": "1.1.502",
70
- "@vxrn/query-string": "1.1.502",
71
- "@vxrn/react-native-prebuilt": "1.1.502",
72
- "@vxrn/resolve": "1.1.502",
73
- "@vxrn/safe-area": "1.1.502",
74
- "@vxrn/url-parse": "1.1.502",
75
- "@vxrn/utils": "1.1.502",
76
- "@vxrn/vendor": "1.1.502",
77
- "@vxrn/vite-flow": "1.1.502",
78
- "@vxrn/vite-plugin-metro": "1.1.502",
68
+ "@vxrn/compiler": "1.1.504",
69
+ "@vxrn/debug": "1.1.504",
70
+ "@vxrn/query-string": "1.1.504",
71
+ "@vxrn/react-native-prebuilt": "1.1.504",
72
+ "@vxrn/resolve": "1.1.504",
73
+ "@vxrn/safe-area": "1.1.504",
74
+ "@vxrn/url-parse": "1.1.504",
75
+ "@vxrn/utils": "1.1.504",
76
+ "@vxrn/vendor": "1.1.504",
77
+ "@vxrn/vite-flow": "1.1.504",
78
+ "@vxrn/vite-plugin-metro": "1.1.504",
79
79
  "citty": "^0.1.6",
80
80
  "env-editor": "^1.1.0",
81
81
  "es-module-lexer": "^1.3.0",
@@ -85,21 +85,21 @@
85
85
  "get-port-please": "^3.1.2",
86
86
  "hono": "^4.6.16",
87
87
  "ip": "^2.0.1",
88
- "lightningcss": "^1.27.0",
88
+ "lightningcss": "^1.30.1",
89
89
  "metro-react-native-babel-preset": "^0.77.0",
90
90
  "picocolors": "^1.0.0",
91
91
  "pkg-types": "^1.0.3",
92
92
  "qrcode-terminal": "^0.12.0",
93
93
  "rollup": "^4.29.1",
94
94
  "semver": "^7.6.3",
95
- "vite": "^6.1.0",
95
+ "vite": "^7.0.1",
96
96
  "vite-bundle-analyzer": "^0.9.4",
97
97
  "ws": "^8.18.0"
98
98
  },
99
99
  "devDependencies": {
100
100
  "@biomejs/biome": "1.9.4",
101
101
  "@react-native-community/cli": "19.0.0",
102
- "@tamagui/build": "^1.129.5",
102
+ "@tamagui/build": "^1.129.16",
103
103
  "@types/find-node-modules": "^2.1.2",
104
104
  "@types/node": "^22.1.0",
105
105
  "@types/qrcode-terminal": "^0",
@@ -5,6 +5,6 @@ export declare function getReactNativePlugins(config?: Partial<Pick<VXRNOptionsF
5
5
  metro?: (MetroPluginOptions & ExpoManifestRequestHandlerPluginPluginOptions) | null;
6
6
  }): import("vite").PluginOption[] | (import("vite").Plugin<any> | {
7
7
  name: string;
8
- configResolved(this: void, conf: import("vite").ResolvedConfig): void;
8
+ configResolved(this: import("vite").MinimalPluginContextWithoutEnvironment, conf: import("vite").ResolvedConfig): void;
9
9
  })[];
10
10
  //# sourceMappingURL=getReactNativePlugins.d.ts.map
@@ -1,7 +1,7 @@
1
1
  import type { Plugin, ResolvedConfig } from 'vite';
2
2
  export declare function getServerConfigPlugin(): {
3
3
  name: string;
4
- configResolved(this: void, conf: ResolvedConfig): void;
4
+ configResolved(this: import("vite").MinimalPluginContextWithoutEnvironment, conf: ResolvedConfig): void;
5
5
  };
6
6
  /**
7
7
  * some values used by the client needs to be dynamically injected by the server
@@ -4,7 +4,7 @@ export declare function reactNativeHMRPlugin({ assetExts, root: rootIn, mode: mo
4
4
  assetExts: string[];
5
5
  }): {
6
6
  name: string;
7
- configResolved(this: void, resolvedConfig: ResolvedConfig): void;
8
- handleHotUpdate(this: void, { read, modules, file, server }: import("vite").HmrContext): Promise<void>;
7
+ configResolved(this: import("vite").MinimalPluginContextWithoutEnvironment, resolvedConfig: ResolvedConfig): void;
8
+ handleHotUpdate(this: import("vite").MinimalPluginContextWithoutEnvironment, { read, modules, file, server }: import("vite").HmrContext): Promise<void>;
9
9
  };
10
10
  //# sourceMappingURL=reactNativeHMRPlugin.d.ts.map