@ray-js/router-mp 1.5.0-beta.11 → 1.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/lib/Router.js +1 -0
  2. package/package.json +8 -8
package/lib/Router.js CHANGED
@@ -43,6 +43,7 @@ export class Router {
43
43
  _defineProperty(this, "scheduler", new RouterScheduler());
44
44
  }
45
45
  // functional
46
+
46
47
  /**
47
48
  * setUrlPrefix
48
49
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ray-js/router-mp",
3
- "version": "1.5.0-beta.11",
3
+ "version": "1.5.0",
4
4
  "description": "Ray Core",
5
5
  "keywords": [
6
6
  "ray"
@@ -23,20 +23,20 @@
23
23
  "watch": "tsc -p ./tsconfig.build.json --module esnext --outDir lib --watch"
24
24
  },
25
25
  "dependencies": {
26
- "@ray-js/api": "^1.5.0-beta.11",
27
- "@ray-js/env": "^1.5.0-beta.11",
28
- "@ray-js/library": "^1.5.0-beta.11",
29
- "@ray-js/types": "^1.5.0-beta.11",
30
- "@react-navigation/core": "^6.4.9",
26
+ "@ray-js/api": "1.5.0",
27
+ "@ray-js/env": "1.5.0",
28
+ "@ray-js/library": "1.5.0",
29
+ "@ray-js/types": "1.5.0",
30
+ "@react-navigation/core": "^6.4.16",
31
31
  "path-to-regexp": "^6.2.1",
32
32
  "slash": "^5.1.0"
33
33
  },
34
34
  "devDependencies": {
35
- "@ray-js/cli": "^1.5.0-beta.11"
35
+ "@ray-js/cli": "1.5.0"
36
36
  },
37
37
  "publishConfig": {
38
38
  "access": "public",
39
39
  "registry": "https://registry.npmjs.org"
40
40
  },
41
- "gitHead": "4b672baff874f366149a5a3007366a2eba7e5132"
41
+ "gitHead": "acb0b960e4f0cda492b34c950bf9cd8d5b27ec8a"
42
42
  }