vxrn 1.1.151 → 1.1.152
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.152",
|
|
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.152",
|
|
44
|
+
"@vxrn/safe-area": "1.1.152",
|
|
45
|
+
"@vxrn/vite-flow": "1.1.152",
|
|
46
|
+
"@vxrn/vite-native-swc": "1.1.152",
|
|
47
47
|
"citty": "^0.1.6",
|
|
48
48
|
"crossws": "^0.2.4",
|
|
49
49
|
"es-module-lexer": "^1.3.0",
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
diff --git a/node_modules/react/index.web.js b/node_modules/react/index.web.js
|
|
2
|
+
new file mode 100644
|
|
3
|
+
index 0000000..4251744
|
|
4
|
+
--- /dev/null
|
|
5
|
+
+++ b/node_modules/react/index.web.js
|
|
6
|
+
@@ -0,0 +1 @@
|
|
7
|
+
+module.exports = require('@vxrn/vendor/react-19');
|
|
8
|
+
|
|
9
|
+
diff --git a/node_modules/react/jsx-dev-runtime.web.js b/node_modules/react/jsx-dev-runtime.web.js
|
|
10
|
+
new file mode 100644
|
|
11
|
+
index 0000000..d1db0b7
|
|
12
|
+
--- /dev/null
|
|
13
|
+
+++ b/node_modules/react/jsx-dev-runtime.web.js
|
|
14
|
+
@@ -0,0 +1 @@
|
|
15
|
+
+module.exports = require('@vxrn/vendor/react-jsx-dev-19');
|
|
16
|
+
|
|
17
|
+
diff --git a/node_modules/react/jsx-runtime.web.js b/node_modules/react/jsx-runtime.web.js
|
|
18
|
+
new file mode 100644
|
|
19
|
+
index 0000000..cbf3617
|
|
20
|
+
--- /dev/null
|
|
21
|
+
+++ b/node_modules/react/jsx-runtime.web.js
|
|
22
|
+
@@ -0,0 +1 @@
|
|
23
|
+
+module.exports = require('@vxrn/vendor/react-jsx-19');
|
|
24
|
+
|
|
25
|
+
diff --git a/node_modules/react/package.json b/node_modules/react/package.json
|
|
26
|
+
index 79dae68..0253247 100644
|
|
27
|
+
--- a/node_modules/react/package.json
|
|
28
|
+
+++ b/node_modules/react/package.json
|
|
29
|
+
@@ -22,11 +22,18 @@
|
|
30
|
+
"exports": {
|
|
31
|
+
".": {
|
|
32
|
+
"react-server": "./react.shared-subset.js",
|
|
33
|
+
- "default": "./index.js"
|
|
34
|
+
+ "react-native": "./index.js",
|
|
35
|
+
+ "default": "./index.web.js"
|
|
36
|
+
},
|
|
37
|
+
"./package.json": "./package.json",
|
|
38
|
+
- "./jsx-runtime": "./jsx-runtime.js",
|
|
39
|
+
- "./jsx-dev-runtime": "./jsx-dev-runtime.js"
|
|
40
|
+
+ "./jsx-runtime": {
|
|
41
|
+
+ "react-native": "./jsx-runtime.js",
|
|
42
|
+
+ "default": "./jsx-runtime.web.js"
|
|
43
|
+
+ },
|
|
44
|
+
+ "./jsx-dev-runtime": {
|
|
45
|
+
+ "react-native": "./jsx-dev-runtime.js",
|
|
46
|
+
+ "default": "./jsx-dev-runtime.web.js"
|
|
47
|
+
+ }
|
|
48
|
+
},
|
|
49
|
+
"repository": {
|
|
50
|
+
"type": "git",
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
diff --git a/node_modules/react-dom/client.web.js b/node_modules/react-dom/client.web.js
|
|
2
|
+
new file mode 100644
|
|
3
|
+
index 0000000..a8bbd35
|
|
4
|
+
--- /dev/null
|
|
5
|
+
+++ b/node_modules/react-dom/client.web.js
|
|
6
|
+
@@ -0,0 +1 @@
|
|
7
|
+
+module.exports = require('@vxrn/vendor/react-dom-client-19')
|
|
8
|
+
diff --git a/node_modules/react-dom/index.web.js b/node_modules/react-dom/index.web.js
|
|
9
|
+
new file mode 100644
|
|
10
|
+
index 0000000..a53da61
|
|
11
|
+
--- /dev/null
|
|
12
|
+
+++ b/node_modules/react-dom/index.web.js
|
|
13
|
+
@@ -0,0 +1 @@
|
|
14
|
+
+module.exports = require('@vxrn/vendor/react-dom-19')
|
|
15
|
+
diff --git a/node_modules/react-dom/package.json b/node_modules/react-dom/package.json
|
|
16
|
+
index 1287fb4..e91df6f 100644
|
|
17
|
+
--- a/node_modules/react-dom/package.json
|
|
18
|
+
+++ b/node_modules/react-dom/package.json
|
|
19
|
+
@@ -37,15 +37,24 @@
|
|
20
|
+
"umd/"
|
|
21
|
+
],
|
|
22
|
+
"exports": {
|
|
23
|
+
- ".": "./index.js",
|
|
24
|
+
- "./client": "./client.js",
|
|
25
|
+
+ ".": {
|
|
26
|
+
+ "react-native": "./index.js",
|
|
27
|
+
+ "default": "./index.web.js"
|
|
28
|
+
+ },
|
|
29
|
+
+ "./client": {
|
|
30
|
+
+ "react-native": "./client.js",
|
|
31
|
+
+ "default": "./client.web.js"
|
|
32
|
+
+ },
|
|
33
|
+
"./server": {
|
|
34
|
+
"deno": "./server.browser.js",
|
|
35
|
+
"worker": "./server.browser.js",
|
|
36
|
+
"browser": "./server.browser.js",
|
|
37
|
+
"default": "./server.node.js"
|
|
38
|
+
},
|
|
39
|
+
- "./server.browser": "./server.browser.js",
|
|
40
|
+
+ "./server.browser": {
|
|
41
|
+
+ "react-native": "./server.browser.js",
|
|
42
|
+
+ "default": "./server.browser.web.js"
|
|
43
|
+
+ },
|
|
44
|
+
"./server.node": "./server.node.js",
|
|
45
|
+
"./profiling": "./profiling.js",
|
|
46
|
+
"./test-utils": "./test-utils.js",
|
|
47
|
+
diff --git a/node_modules/react-dom/server.browser.web.js b/node_modules/react-dom/server.browser.web.js
|
|
48
|
+
new file mode 100644
|
|
49
|
+
index 0000000..f3b8cf0
|
|
50
|
+
--- /dev/null
|
|
51
|
+
+++ b/node_modules/react-dom/server.browser.web.js
|
|
52
|
+
@@ -0,0 +1 @@
|
|
53
|
+
+module.exports = require('@vxrn/vendor/react-dom-server.browser-19')
|