one 1.1.307 → 1.1.309
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +10 -9
package/package.json
CHANGED
@@ -1,11 +1,11 @@
|
|
1
1
|
{
|
2
2
|
"name": "one",
|
3
|
-
"version": "1.1.
|
3
|
+
"version": "1.1.309",
|
4
4
|
"source": "src/index.ts",
|
5
5
|
"types": "./types/index.d.ts",
|
6
6
|
"sideEffects": false,
|
7
7
|
"type": "module",
|
8
|
-
"license": "
|
8
|
+
"license": "BSD-3-Clause",
|
9
9
|
"main": "dist/cjs",
|
10
10
|
"module": "dist/esm",
|
11
11
|
"bin": "run.mjs",
|
@@ -13,7 +13,8 @@
|
|
13
13
|
"src",
|
14
14
|
"types",
|
15
15
|
"dist",
|
16
|
-
"vendor"
|
16
|
+
"vendor",
|
17
|
+
"LICENSE"
|
17
18
|
],
|
18
19
|
"scripts": {
|
19
20
|
"build": "tamagui-build",
|
@@ -89,14 +90,14 @@
|
|
89
90
|
"@react-navigation/native-stack": "~6.9.13",
|
90
91
|
"@react-navigation/routers": "~6.1.9",
|
91
92
|
"@ungap/structured-clone": "^1.2.0",
|
92
|
-
"@vxrn/resolve": "1.1.
|
93
|
-
"@vxrn/tslib-lite": "1.1.
|
94
|
-
"@vxrn/universal-color-scheme": "1.1.
|
95
|
-
"@vxrn/use-isomorphic-layout-effect": "1.1.
|
93
|
+
"@vxrn/resolve": "1.1.309",
|
94
|
+
"@vxrn/tslib-lite": "1.1.309",
|
95
|
+
"@vxrn/universal-color-scheme": "1.1.309",
|
96
|
+
"@vxrn/use-isomorphic-layout-effect": "1.1.309",
|
96
97
|
"babel-dead-code-elimination": "^1.0.6",
|
97
98
|
"citty": "^0.1.6",
|
98
99
|
"core-js": "^3.38.1",
|
99
|
-
"create-vxrn": "1.1.
|
100
|
+
"create-vxrn": "1.1.309",
|
100
101
|
"dotenv": "^16.4.5",
|
101
102
|
"escape-string-regexp": "^5.0.0",
|
102
103
|
"expo-linking": "~6.3.1",
|
@@ -119,7 +120,7 @@
|
|
119
120
|
"url-parse": "^1.5.10",
|
120
121
|
"vite": "6.0.0-beta.1",
|
121
122
|
"vite-tsconfig-paths": "^5.0.1",
|
122
|
-
"vxrn": "1.1.
|
123
|
+
"vxrn": "1.1.309",
|
123
124
|
"ws": "^8.18.0",
|
124
125
|
"xxhashjs": "^0.2.2"
|
125
126
|
},
|