@viewfly/router 1.2.4 → 1.2.6

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 (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@viewfly/router",
3
- "version": "1.2.4",
3
+ "version": "1.2.6",
4
4
  "description": "A routing library based on the Viewfly framework that can be run in the browser or Nodejs background.",
5
5
  "main": "./bundles/index.js",
6
6
  "module": "./bundles/index.esm.js",
@@ -15,7 +15,7 @@
15
15
  "keywords": [],
16
16
  "dependencies": {
17
17
  "@tanbo/stream": "^1.2.4",
18
- "@viewfly/core": "^1.2.3",
18
+ "@viewfly/core": "^1.2.6",
19
19
  "url": "^0.11.1"
20
20
  },
21
21
  "devDependencies": {
@@ -37,5 +37,5 @@
37
37
  "bugs": {
38
38
  "url": "https://github.com/viewfly/viewfly.git/issues"
39
39
  },
40
- "gitHead": "d78f03ea6af622486130e87ede9f82c634c227bf"
40
+ "gitHead": "74a32054799e20584e3c9eb12c5bf28f7e20efc3"
41
41
  }