@ray-js/router 0.6.0 → 0.6.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 +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ray-js/router",
3
- "version": "0.6.0",
3
+ "version": "0.6.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.0",
24
- "@ray-js/types": "^0.6.0",
23
+ "@ray-js/library": "^0.6.1",
24
+ "@ray-js/types": "^0.6.1",
25
25
  "history": "4.x"
26
26
  },
27
27
  "devDependencies": {
28
- "@ray-js/cli": "^0.6.0",
28
+ "@ray-js/cli": "^0.6.1",
29
29
  "@types/history": "^4.7.9"
30
30
  },
31
31
  "maintainers": [
@@ -34,6 +34,6 @@
34
34
  "email": "tuyafe@tuya.com"
35
35
  }
36
36
  ],
37
- "gitHead": "d7e74c750c02eda67af6e54da93aad14d001acb3",
37
+ "gitHead": "da5b561dda68a1554a1d6972872558d37ca81fed",
38
38
  "repository": {}
39
39
  }