@base-framework/base 3.7.56 → 3.7.57

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,6 +233,9 @@ export class Router {
233
233
  } | {
234
234
  type: string;
235
235
  selector?: undefined;
236
+ } | {
237
+ type: string;
238
+ selector?: undefined;
236
239
  };
237
240
  /**
238
241
  * 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.56",
3
+ "version": "3.7.57",
4
4
  "description": "This is a javascript framework.",
5
5
  "main": "./dist/base.js",
6
6
  "type": "module",