@wcstack/router 2.1.0 → 2.1.1

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
@@ -3678,7 +3678,7 @@ function bootstrapRouter(config, registry) {
3678
3678
  registerComponents(registry);
3679
3679
  }
3680
3680
 
3681
- var version = "2.1.0";
3681
+ var version = "2.1.1";
3682
3682
  var pkg = {
3683
3683
  version: version};
3684
3684
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wcstack/router",
3
- "version": "2.1.0",
3
+ "version": "2.1.1",
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",