@ray-js/location 1.5.0-beta.11 → 1.5.0-beta.12

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 +0 -2
  2. package/package.json +7 -7
package/lib/location.js CHANGED
@@ -1,4 +1,3 @@
1
- import "core-js/modules/es.string.replace.js";
2
1
  import { url } from '@ray-js/library';
3
2
  import router from '@ray-js/router';
4
3
 
@@ -20,7 +19,6 @@ const location = {
20
19
  search: '',
21
20
  basename: '/' // 只用于web端
22
21
  };
23
-
24
22
  Object.defineProperties(location, {
25
23
  href: {
26
24
  enumerable: true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ray-js/location",
3
- "version": "1.5.0-beta.11",
3
+ "version": "1.5.0-beta.12",
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.5.0-beta.11",
27
- "@ray-js/router": "^1.5.0-beta.11",
28
- "@ray-js/router-mp": "^1.5.0-beta.11"
26
+ "@ray-js/library": "^1.5.0-beta.12",
27
+ "@ray-js/router": "^1.5.0-beta.12",
28
+ "@ray-js/router-mp": "^1.5.0-beta.12"
29
29
  },
30
30
  "devDependencies": {
31
- "@ray-js/cli": "^1.5.0-beta.11",
32
- "@ray-js/types": "^1.5.0-beta.11"
31
+ "@ray-js/cli": "^1.5.0-beta.12",
32
+ "@ray-js/types": "^1.5.0-beta.12"
33
33
  },
34
34
  "publishConfig": {
35
35
  "access": "public",
36
36
  "registry": "https://registry.npmjs.org"
37
37
  },
38
- "gitHead": "4b672baff874f366149a5a3007366a2eba7e5132"
38
+ "gitHead": "7fb9ae94b8896c81a6b6556099107cb2daab9c9b"
39
39
  }