@ray-js/router-mp 1.3.99-beta.4 → 1.4.0-alpha.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +7 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ray-js/router-mp",
3
- "version": "1.3.99-beta.4",
3
+ "version": "1.4.0-alpha.1",
4
4
  "description": "Ray Core",
5
5
  "keywords": [
6
6
  "ray"
@@ -20,16 +20,16 @@
20
20
  "watch": "tsc -p ./tsconfig.build.json --module esnext --outDir lib --watch"
21
21
  },
22
22
  "dependencies": {
23
- "@ray-js/api": "^1.3.99-beta.4",
24
- "@ray-js/env": "^1.3.99-beta.4",
25
- "@ray-js/library": "^1.3.99-beta.4",
26
- "@ray-js/types": "^1.3.99-beta.4",
23
+ "@ray-js/api": "^1.4.0-alpha.1",
24
+ "@ray-js/env": "^1.4.0-alpha.1",
25
+ "@ray-js/library": "^1.4.0-alpha.1",
26
+ "@ray-js/types": "^1.4.0-alpha.1",
27
27
  "@react-navigation/core": "^6.1.0",
28
28
  "path-to-regexp": "^6.2.0",
29
29
  "slash": "^5.0.0"
30
30
  },
31
31
  "devDependencies": {
32
- "@ray-js/cli": "^1.3.99-beta.4"
32
+ "@ray-js/cli": "^1.4.0-alpha.1"
33
33
  },
34
34
  "maintainers": [
35
35
  {
@@ -37,6 +37,6 @@
37
37
  "email": "tuyafe@tuya.com"
38
38
  }
39
39
  ],
40
- "gitHead": "d7023ac947690654dc0c20e8bc7c292f16005236",
40
+ "gitHead": "4340240aafe16c03853241e2356134610e65443e",
41
41
  "repository": {}
42
42
  }