@lytjs/router 6.0.0 → 6.4.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 (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lytjs/router",
3
- "version": "6.0.0",
3
+ "version": "6.4.0",
4
4
  "description": "LytJS declarative routing system with support for nested routes, navigation guards, and history modes",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -31,9 +31,9 @@
31
31
  "dependencies": {
32
32
  "@lytjs/common-is": "^6.0.0",
33
33
  "@lytjs/common-env": "^6.0.0",
34
- "@lytjs/reactivity": "^6.0.0",
35
- "@lytjs/component": "^6.0.0",
36
- "@lytjs/vdom": "^6.0.0"
34
+ "@lytjs/reactivity": "^6.1.0",
35
+ "@lytjs/component": "^6.1.0",
36
+ "@lytjs/vdom": "^6.1.0"
37
37
  },
38
38
  "devDependencies": {
39
39
  "tsup": "^8.0.0",