one 1.1.270 → 1.1.271

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +9 -6
package/README.md CHANGED
@@ -1,3 +1,3 @@
1
- This was forked from [Expo Router](https://github.com/expo/expo/tree/main/packages/expo-router) mostly to make all the features necessary to run an expo router app work.
1
+ One is a new React Framework that makes Vite serve both native and web.
2
2
 
3
- For now it's mostly up to date with version 3 beta. No guarantees on updates.
3
+ See: https://onestack.dev
package/package.json CHANGED
@@ -1,13 +1,16 @@
1
1
  {
2
2
  "name": "one",
3
- "version": "1.1.270",
3
+ "version": "1.1.271",
4
4
  "source": "src/index.ts",
5
5
  "types": "./types/index.d.ts",
6
6
  "sideEffects": false,
7
7
  "type": "module",
8
+ "license": "MIT",
8
9
  "main": "dist/cjs",
9
10
  "module": "dist/esm",
10
- "bin": "run.mjs",
11
+ "bin": {
12
+ "one": "run.mjs"
13
+ },
11
14
  "files": [
12
15
  "src",
13
16
  "types",
@@ -88,12 +91,12 @@
88
91
  "@react-navigation/native-stack": "~6.9.13",
89
92
  "@react-navigation/routers": "~6.1.9",
90
93
  "@ungap/structured-clone": "^1.2.0",
91
- "@vxrn/universal-color-scheme": "1.1.270",
92
- "@vxrn/use-isomorphic-layout-effect": "1.1.270",
94
+ "@vxrn/universal-color-scheme": "1.1.271",
95
+ "@vxrn/use-isomorphic-layout-effect": "1.1.271",
93
96
  "babel-dead-code-elimination": "^1.0.6",
94
97
  "citty": "^0.1.6",
95
98
  "core-js": "^3.38.1",
96
- "create-vxrn": "1.1.270",
99
+ "create-vxrn": "1.1.271",
97
100
  "dotenv": "^16.4.5",
98
101
  "escape-string-regexp": "^5.0.0",
99
102
  "expo-linking": "~6.3.1",
@@ -115,7 +118,7 @@
115
118
  "url-parse": "^1.5.10",
116
119
  "vite": "6.0.0-beta.1",
117
120
  "vite-tsconfig-paths": "^5.0.1",
118
- "vxrn": "1.1.270",
121
+ "vxrn": "1.1.271",
119
122
  "ws": "^8.18.0",
120
123
  "xxhashjs": "^0.2.2"
121
124
  },