@base-framework/base 3.7.57 → 3.7.58

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.
@@ -233,9 +233,6 @@ export class Router {
233
233
  } | {
234
234
  type: string;
235
235
  selector?: undefined;
236
- } | {
237
- type: string;
238
- selector?: undefined;
239
236
  };
240
237
  /**
241
238
  * Checks all switch groups against the given path.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@base-framework/base",
3
- "version": "3.7.57",
3
+ "version": "3.7.58",
4
4
  "description": "This is a javascript framework.",
5
5
  "main": "./dist/base.js",
6
6
  "type": "module",