@ray-js/location 0.6.2 → 0.6.3-beta-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 +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ray-js/location",
3
- "version": "0.6.2",
3
+ "version": "0.6.3-beta-1",
4
4
  "description": "Ray Core",
5
5
  "keywords": [
6
6
  "ray"
@@ -20,12 +20,12 @@
20
20
  "watch": "tsc -p ./tsconfig.build.json --module esnext --outDir lib --watch"
21
21
  },
22
22
  "dependencies": {
23
- "@ray-js/library": "^0.6.2",
24
- "@ray-js/router": "^0.6.2"
23
+ "@ray-js/library": "^0.6.3-beta-1",
24
+ "@ray-js/router": "^0.6.3-beta-1"
25
25
  },
26
26
  "devDependencies": {
27
- "@ray-js/cli": "^0.6.2",
28
- "@ray-js/types": "^0.6.2"
27
+ "@ray-js/cli": "^0.6.3-beta-1",
28
+ "@ray-js/types": "^0.6.3-beta-1"
29
29
  },
30
30
  "maintainers": [
31
31
  {
@@ -33,6 +33,6 @@
33
33
  "email": "tuyafe@tuya.com"
34
34
  }
35
35
  ],
36
- "gitHead": "4d850d119d7add9d33320dcb7e6028cea936531a",
36
+ "gitHead": "e75625995cfce207c177b38c242090cd0c199cb9",
37
37
  "repository": {}
38
38
  }