@base-framework/base 3.5.25 → 3.5.26

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.
@@ -17,11 +17,6 @@ export class ComponentHelper {
17
17
  constructor(routeProxy: object, settings: object);
18
18
  route: any;
19
19
  template: any;
20
- /**
21
- * Store the original import function if this is an Import-based route.
22
- * This allows us to create fresh ImportWrapper instances on each activation.
23
- */
24
- importSrc: any;
25
20
  component: any;
26
21
  hasTemplate: boolean;
27
22
  setup: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@base-framework/base",
3
- "version": "3.5.25",
3
+ "version": "3.5.26",
4
4
  "description": "This is a javascript framework.",
5
5
  "main": "./dist/base.js",
6
6
  "type": "module",