@ray-js/router 1.4.42 → 1.4.43

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": "1.4.42",
3
+ "version": "1.4.43",
4
4
  "description": "Ray Core",
5
5
  "keywords": [
6
6
  "ray"
@@ -23,17 +23,17 @@
23
23
  "watch": "tsc -p ./tsconfig.build.json --module esnext --outDir lib --watch"
24
24
  },
25
25
  "dependencies": {
26
- "@ray-js/library": "1.4.42",
27
- "@ray-js/types": "1.4.42",
26
+ "@ray-js/library": "1.4.43",
27
+ "@ray-js/types": "1.4.43",
28
28
  "history": "^4.10.1"
29
29
  },
30
30
  "devDependencies": {
31
- "@ray-js/cli": "1.4.42",
31
+ "@ray-js/cli": "1.4.43",
32
32
  "@types/history": "^4.7.11"
33
33
  },
34
34
  "publishConfig": {
35
35
  "access": "public",
36
36
  "registry": "https://registry.npmjs.org"
37
37
  },
38
- "gitHead": "248b5bb0a425502d5ac45a1a8af5a6b96d3e1dc9"
38
+ "gitHead": "9da07e2e3428fda38f38d51718aea5e8589928fd"
39
39
  }