@ray-js/router 0.5.10 → 0.5.11

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.5.10",
3
+ "version": "0.5.11",
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.5.10",
24
- "@ray-js/types": "^0.5.10",
23
+ "@ray-js/library": "^0.5.11",
24
+ "@ray-js/types": "^0.5.11",
25
25
  "history": "4.x"
26
26
  },
27
27
  "devDependencies": {
28
- "@ray-js/cli": "^0.5.10",
28
+ "@ray-js/cli": "^0.5.11",
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": "955dd59a037cbfbafd76f6f8f82d74d447e6a152",
37
+ "gitHead": "f5460daeb7fc33645238859ac41d6c1517685ab9",
38
38
  "repository": {}
39
39
  }