@firsthandjs/router 0.3.0 → 0.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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -8,7 +8,7 @@ Nested routes, real links, and route code that arrives when the route does.
8
8
  npm install @firsthandjs/router
9
9
  ```
10
10
 
11
- 3.36 kB gzip. No dependencies other than `@firsthandjs/core` and `@firsthandjs/dom`.
11
+ 3.44 kB gzip. No dependencies other than `@firsthandjs/core` and `@firsthandjs/dom`.
12
12
 
13
13
  ## The shape of it
14
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firsthandjs/router",
3
- "version": "0.3.0",
3
+ "version": "0.4.0",
4
4
  "description": "Routing for Firsthand: nested routes, params, and route code loaded on demand.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -19,8 +19,8 @@
19
19
  "LICENSE"
20
20
  ],
21
21
  "dependencies": {
22
- "@firsthandjs/core": "0.3.0",
23
- "@firsthandjs/dom": "0.3.0"
22
+ "@firsthandjs/core": "0.4.0",
23
+ "@firsthandjs/dom": "0.4.0"
24
24
  },
25
25
  "engines": {
26
26
  "node": ">=20.11.0"