@wcstack/router 1.33.0 → 2.0.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
@@ -3642,7 +3642,7 @@ function bootstrapRouter(config, registry) {
3642
3642
  registerComponents(registry);
3643
3643
  }
3644
3644
 
3645
- var version = "1.33.0";
3645
+ var version = "2.0.0";
3646
3646
  var pkg = {
3647
3647
  version: version};
3648
3648
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wcstack/router",
3
- "version": "1.33.0",
3
+ "version": "2.0.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",