@wcstack/router 1.27.0 → 1.28.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.
package/dist/index.esm.js CHANGED
@@ -2319,7 +2319,7 @@ function bootstrapRouter(config) {
2319
2319
  registerComponents();
2320
2320
  }
2321
2321
 
2322
- var version = "1.27.0";
2322
+ var version = "1.28.0";
2323
2323
  var pkg = {
2324
2324
  version: version};
2325
2325
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wcstack/router",
3
- "version": "1.27.0",
3
+ "version": "1.28.0",
4
4
  "description": "Declarative SPA routing for Web Components with Navigation API support. Zero dependencies, buildless.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.esm.js",