@ray-js/router-mp 0.6.3-beta-1 → 0.6.3

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": "0.6.3-beta-1",
3
+ "version": "0.6.3",
4
4
  "description": "Ray Core",
5
5
  "keywords": [
6
6
  "ray"
@@ -20,15 +20,15 @@
20
20
  "watch": "tsc -p ./tsconfig.build.json --module esnext --outDir lib --watch"
21
21
  },
22
22
  "dependencies": {
23
- "@ray-js/api": "^0.6.3-beta-1",
24
- "@ray-js/env": "^0.6.3-beta-1",
25
- "@ray-js/library": "^0.6.3-beta-1",
26
- "@ray-js/types": "^0.6.3-beta-1",
23
+ "@ray-js/api": "^0.6.3",
24
+ "@ray-js/env": "^0.6.3",
25
+ "@ray-js/library": "^0.6.3",
26
+ "@ray-js/types": "^0.6.3",
27
27
  "@react-navigation/core": "^6.1.0",
28
28
  "path-to-regexp": "^6.2.0"
29
29
  },
30
30
  "devDependencies": {
31
- "@ray-js/cli": "^0.6.3-beta-1"
31
+ "@ray-js/cli": "^0.6.3"
32
32
  },
33
33
  "maintainers": [
34
34
  {
@@ -36,6 +36,6 @@
36
36
  "email": "tuyafe@tuya.com"
37
37
  }
38
38
  ],
39
- "gitHead": "e75625995cfce207c177b38c242090cd0c199cb9",
39
+ "gitHead": "444f3e19eff6092a3f9db1b0c13b0522a0ad5bf1",
40
40
  "repository": {}
41
41
  }