@ray-js/location 1.4.35 → 1.4.37

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 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ray-js/location",
3
- "version": "1.4.35",
3
+ "version": "1.4.37",
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.35",
27
- "@ray-js/router": "1.4.35",
28
- "@ray-js/router-mp": "1.4.35"
26
+ "@ray-js/library": "1.4.37",
27
+ "@ray-js/router": "1.4.37",
28
+ "@ray-js/router-mp": "1.4.37"
29
29
  },
30
30
  "devDependencies": {
31
- "@ray-js/cli": "1.4.35",
32
- "@ray-js/types": "1.4.35"
31
+ "@ray-js/cli": "1.4.37",
32
+ "@ray-js/types": "1.4.37"
33
33
  },
34
34
  "publishConfig": {
35
35
  "access": "public",
36
36
  "registry": "https://registry.npmjs.org"
37
37
  },
38
- "gitHead": "32c9788fbddcdf7e998b217999ba79b0f4d1d120"
38
+ "gitHead": "a09f10bf5222225ffeec5aabb27a4e6dff34bd6b"
39
39
  }