@ray-js/location 1.4.42 → 1.4.44

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/lib/location.js +1 -0
  2. package/package.json +7 -7
package/lib/location.js CHANGED
@@ -1,3 +1,4 @@
1
+ import "core-js/modules/es.string.replace.js";
1
2
  import { url } from '@ray-js/library';
2
3
  import router from '@ray-js/router';
3
4
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ray-js/location",
3
- "version": "1.4.42",
3
+ "version": "1.4.44",
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/router": "1.4.42",
28
- "@ray-js/router-mp": "1.4.42"
26
+ "@ray-js/library": "1.4.44",
27
+ "@ray-js/router": "1.4.44",
28
+ "@ray-js/router-mp": "1.4.44"
29
29
  },
30
30
  "devDependencies": {
31
- "@ray-js/cli": "1.4.42",
32
- "@ray-js/types": "1.4.42"
31
+ "@ray-js/cli": "1.4.44",
32
+ "@ray-js/types": "1.4.44"
33
33
  },
34
34
  "publishConfig": {
35
35
  "access": "public",
36
36
  "registry": "https://registry.npmjs.org"
37
37
  },
38
- "gitHead": "248b5bb0a425502d5ac45a1a8af5a6b96d3e1dc9"
38
+ "gitHead": "f18e70a94d4b1e9e916ea373da3cafeb8b4d4ab6"
39
39
  }