vxrn 1.1.146 → 1.1.147
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.
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { webExtensions } from "../constants";
|
|
2
2
|
function getOptimizeDeps(mode) {
|
|
3
3
|
const needsInterop = [
|
|
4
|
+
"@vxrn/safe-area",
|
|
4
5
|
"@vxrn/vendor/react-19",
|
|
5
6
|
"@vxrn/vendor/react-dom-19",
|
|
6
7
|
"react",
|
|
@@ -12,7 +13,6 @@ function getOptimizeDeps(mode) {
|
|
|
12
13
|
"react/jsx-dev-runtime",
|
|
13
14
|
"react-dom/client",
|
|
14
15
|
"url-parse",
|
|
15
|
-
"@vxrn/safe-area",
|
|
16
16
|
"query-string",
|
|
17
17
|
"escape-string-regexp",
|
|
18
18
|
"use-latest-callback",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { webExtensions } from "../constants.mjs";
|
|
2
2
|
function getOptimizeDeps(mode) {
|
|
3
|
-
const needsInterop = ["@vxrn/vendor/react-19", "@vxrn/vendor/react-dom-19", "react", "react-native-web-internals", "react-dom", "react-native-web", "react-dom/server", "react/jsx-runtime", "react/jsx-dev-runtime", "react-dom/client", "url-parse", "
|
|
3
|
+
const needsInterop = ["@vxrn/safe-area", "@vxrn/vendor/react-19", "@vxrn/vendor/react-dom-19", "react", "react-native-web-internals", "react-dom", "react-native-web", "react-dom/server", "react/jsx-runtime", "react/jsx-dev-runtime", "react-dom/client", "url-parse", "query-string", "escape-string-regexp", "use-latest-callback", "react-is", "fast-deep-equal", "react-native-svg", "@supabase/auth-helpers-react", "parse-numeric-range", "use-sync-external-store", "use-sync-external-store/shim", "expo-constants", "expo-linking", "uuid", "inline-style-prefixer", "@docsearch/react", "@algolia/autocomplete-core", "@algolia/autocomplete-plugin-algolia-insights", "@algolia/autocomplete-shared", "react-native-reanimated", "moti"],
|
|
4
4
|
depsToOptimize = [...needsInterop, "lodash",
|
|
5
5
|
// added these when using a worker env
|
|
6
6
|
"reading-time", "mdx-bundler/client", "gray-matter", "glob", "memoize-one", "css-in-js-utils", "hyphenate-style-name", "use-sync-external-store", "@react-navigation/core", "@react-navigation/native", "@react-navigation/elements", "@react-navigation/bottom-tabs", "@react-navigation/native-stack", "vxs", "vxs/server-render", "styleq", "fbjs", "vxs/headers", "requires-port", "querystringify", "compare-versions", "strict-uri-encode", "decode-uri-component", "split-on-first", "filter-obj", "scheduler", "warn-once", "@radix-ui/react-compose-refs", "@radix-ui/react-slot", "expo-splash-screen", "nanoid", "swr", "swr/mutation", "refractor/lang/tsx", "invariant", "tamagui/linear-gradient", "@tamagui/linear-gradient", "@react-native/normalize-color", "expo-modules-core", "expo-status-bar", "react-native-web",
|
|
@@ -26,6 +26,7 @@ function _unsupported_iterable_to_array(o, minLen) {
|
|
|
26
26
|
}
|
|
27
27
|
function getOptimizeDeps(mode) {
|
|
28
28
|
var needsInterop = [
|
|
29
|
+
"@vxrn/safe-area",
|
|
29
30
|
"@vxrn/vendor/react-19",
|
|
30
31
|
"@vxrn/vendor/react-dom-19",
|
|
31
32
|
"react",
|
|
@@ -37,7 +38,6 @@ function getOptimizeDeps(mode) {
|
|
|
37
38
|
"react/jsx-dev-runtime",
|
|
38
39
|
"react-dom/client",
|
|
39
40
|
"url-parse",
|
|
40
|
-
"@vxrn/safe-area",
|
|
41
41
|
"query-string",
|
|
42
42
|
"escape-string-regexp",
|
|
43
43
|
"use-latest-callback",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vxrn",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.147",
|
|
4
4
|
"source": "src/index.ts",
|
|
5
5
|
"types": "./types/index.d.ts",
|
|
6
6
|
"type": "module",
|
|
@@ -40,10 +40,10 @@
|
|
|
40
40
|
"@babel/core": "^7.21.8",
|
|
41
41
|
"@hono/node-server": "^1.11.1",
|
|
42
42
|
"@vitejs/plugin-react-swc": "^3.6.0",
|
|
43
|
-
"@vxrn/react-native-prebuilt": "1.1.
|
|
44
|
-
"@vxrn/safe-area": "1.1.
|
|
45
|
-
"@vxrn/vite-flow": "1.1.
|
|
46
|
-
"@vxrn/vite-native-swc": "1.1.
|
|
43
|
+
"@vxrn/react-native-prebuilt": "1.1.147",
|
|
44
|
+
"@vxrn/safe-area": "1.1.147",
|
|
45
|
+
"@vxrn/vite-flow": "1.1.147",
|
|
46
|
+
"@vxrn/vite-native-swc": "1.1.147",
|
|
47
47
|
"citty": "^0.1.6",
|
|
48
48
|
"crossws": "^0.2.4",
|
|
49
49
|
"es-module-lexer": "^1.3.0",
|
|
@@ -5,6 +5,7 @@ import { webExtensions } from '../constants'
|
|
|
5
5
|
|
|
6
6
|
export function getOptimizeDeps(mode: 'build' | 'serve') {
|
|
7
7
|
const needsInterop = [
|
|
8
|
+
'@vxrn/safe-area',
|
|
8
9
|
'@vxrn/vendor/react-19',
|
|
9
10
|
'@vxrn/vendor/react-dom-19',
|
|
10
11
|
'react',
|
|
@@ -16,7 +17,6 @@ export function getOptimizeDeps(mode: 'build' | 'serve') {
|
|
|
16
17
|
'react/jsx-dev-runtime',
|
|
17
18
|
'react-dom/client',
|
|
18
19
|
'url-parse',
|
|
19
|
-
'@vxrn/safe-area',
|
|
20
20
|
'query-string',
|
|
21
21
|
'escape-string-regexp',
|
|
22
22
|
'use-latest-callback',
|