@geogirafe/lib-geoportal 1.0.2178932894 → 1.0.2183159772

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/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "name": "GeoGirafe PSC",
6
6
  "url": "https://doc.geomapfish.dev"
7
7
  },
8
- "version": "1.0.2178932894",
8
+ "version": "1.0.2183159772",
9
9
  "type": "module",
10
10
  "engines": {
11
11
  "node": ">=20.19.0"
@@ -1 +1 @@
1
- {"version":"1.0.2178932894", "build":"2178932894", "date":"25/11/2025"}
1
+ {"version":"1.0.2183159772", "build":"2183159772", "date":"27/11/2025"}
@@ -1,7 +1,8 @@
1
+ import GeoGirafeAppComponent from './geogirafe-component';
1
2
  export default class GeoGirafeApp {
2
3
  private readonly readyPromise;
3
4
  private resolveReady;
4
- private mainComponent;
5
+ protected mainComponent: GeoGirafeAppComponent;
5
6
  private readonly isIframe;
6
7
  protected get context(): import("../main").IGirafeContext;
7
8
  constructor(isIframe?: boolean);