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