@igo2/integration 20.1.0-next.19 → 20.1.0-next.20

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/index.d.ts CHANGED
@@ -293,6 +293,7 @@ declare class DirectionsToolComponent implements OnInit {
293
293
  */
294
294
  get routesFeatureStore(): RoutesFeatureStore;
295
295
  get stepFeatureStore(): StepsFeatureStore;
296
+ get zoomToActiveRoute(): boolean;
296
297
  get authenticated$(): rxjs.BehaviorSubject<boolean>;
297
298
  /**
298
299
  * Map to measure on
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@igo2/integration",
3
- "version": "20.1.0-next.19",
3
+ "version": "20.1.0-next.20",
4
4
  "description": "IGO Library",
5
5
  "author": "IGO Community",
6
6
  "keywords": [
@@ -31,9 +31,9 @@
31
31
  "peerDependencies": {
32
32
  "@angular/common": "^20.0.0",
33
33
  "@angular/core": "^20.0.0",
34
- "@igo2/auth": "^20.1.0-next.19",
35
- "@igo2/context": "^20.1.0-next.19",
36
- "@igo2/geo": "^20.1.0-next.19",
34
+ "@igo2/auth": "^20.1.0-next.20",
35
+ "@igo2/context": "^20.1.0-next.20",
36
+ "@igo2/geo": "^20.1.0-next.20",
37
37
  "@turf/point-on-feature": "^7.2.0",
38
38
  "jspdf": "^4.0.0",
39
39
  "jspdf-autotable": "^5.0.0",