@ray-js/location 0.6.1 → 0.6.2

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 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ray-js/location",
3
- "version": "0.6.1",
3
+ "version": "0.6.2",
4
4
  "description": "Ray Core",
5
5
  "keywords": [
6
6
  "ray"
@@ -20,13 +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.1",
24
- "@ray-js/router": "^0.6.1",
25
- "@ray-js/router-mp": "^0.6.1"
23
+ "@ray-js/library": "^0.6.2",
24
+ "@ray-js/router": "^0.6.2"
26
25
  },
27
26
  "devDependencies": {
28
- "@ray-js/cli": "^0.6.1",
29
- "@ray-js/types": "^0.6.1"
27
+ "@ray-js/cli": "^0.6.2",
28
+ "@ray-js/types": "^0.6.2"
30
29
  },
31
30
  "maintainers": [
32
31
  {
@@ -34,6 +33,6 @@
34
33
  "email": "tuyafe@tuya.com"
35
34
  }
36
35
  ],
37
- "gitHead": "da5b561dda68a1554a1d6972872558d37ca81fed",
36
+ "gitHead": "4d850d119d7add9d33320dcb7e6028cea936531a",
38
37
  "repository": {}
39
38
  }