aur-openlayers 19.6.6 → 19.6.9

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.
@@ -15,6 +15,7 @@ export declare class ArrowDecorationManager {
15
15
  private readonly parentLayer;
16
16
  private readonly parentApi;
17
17
  private readonly moveEndKey;
18
+ private readonly visibilityKey;
18
19
  private readonly unsubCollection;
19
20
  private readonly unsubChanges;
20
21
  private rafId;
@@ -15,6 +15,7 @@ export declare class BufferDecorationManager {
15
15
  private readonly parentLayer;
16
16
  private readonly parentApi;
17
17
  private readonly moveEndKey;
18
+ private readonly visibilityKey;
18
19
  private readonly unsubCollection;
19
20
  private readonly unsubChanges;
20
21
  private rafId;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aur-openlayers",
3
- "version": "19.6.6",
3
+ "version": "19.6.9",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^19.2.0",
6
6
  "@angular/core": "^19.2.0",