jetr 0.6.9 → 0.7.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/license.txt +1 -1
  2. package/package.json +2 -2
package/license.txt CHANGED
@@ -1,6 +1,6 @@
1
1
  License
2
2
 
3
- Copyright © 2020-2023 by Oleksandr Krayilo
3
+ Copyright © 2020-2024 by Oleksandr Krayilo
4
4
 
5
5
  Permission to use, copy, modify, and/or distribute this software for any
6
6
  purpose with or without fee is hereby granted, provided that the above
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jetr",
3
- "version": "0.6.9",
3
+ "version": "0.7.0",
4
4
  "description": "Jet.js Router.",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -13,6 +13,6 @@
13
13
  "author": "Oleksandr Krayilo",
14
14
  "license": "ISC",
15
15
  "dependencies": {
16
- "jete": "^0.10.6"
16
+ "jete": "^0.11.0"
17
17
  }
18
18
  }