@wcstack/router 3.0.0 → 3.2.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
@@ -3857,7 +3857,7 @@ function bootstrapRouter(config, registry) {
3857
3857
  registerComponents(registry);
3858
3858
  }
3859
3859
 
3860
- var version = "3.0.0";
3860
+ var version = "3.2.0";
3861
3861
  var pkg = {
3862
3862
  version: version};
3863
3863
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wcstack/router",
3
- "version": "3.0.0",
3
+ "version": "3.2.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",