@thi.ng/router 4.1.28 → 4.1.29

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.
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2025-05-15T22:34:06Z
3
+ - **Last updated**: 2025-05-18T17:03:01Z
4
4
  - **Generator**: [thi.ng/monopub](https://thi.ng/monopub)
5
5
 
6
6
  All notable changes to this project will be documented in this file.
package/README.md CHANGED
@@ -71,7 +71,7 @@ Browser ESM import:
71
71
 
72
72
  [JSDelivr documentation](https://www.jsdelivr.com/)
73
73
 
74
- Package sizes (brotli'd, pre-treeshake): ESM: 1.93 KB
74
+ Package sizes (brotli'd, pre-treeshake): ESM: 1.94 KB
75
75
 
76
76
  ## Dependencies
77
77
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/router",
3
- "version": "4.1.28",
3
+ "version": "4.1.29",
4
4
  "description": "Generic trie-based router with support for wildcards, route param validation/coercion, auth",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -99,5 +99,5 @@
99
99
  ],
100
100
  "year": 2014
101
101
  },
102
- "gitHead": "ba1e663a78bcf9ef7ecb23346333521e57de3c4b\n"
102
+ "gitHead": "99ea3cda41e61b66f3914c5c9c9b7bb60ee3ee84\n"
103
103
  }