Aw5739 Prepare to update

This commit is contained in:
2023-12-29 12:00:05 +01:00
parent 7943cefddf
commit d771fd5530
4 changed files with 97 additions and 42 deletions

View File

@@ -12,11 +12,11 @@
},
"peerDependencies": {
"@angular/core": ">=14.0.0",
"@farmmaps/ngx-openlayers": "file:dist/ngx-openlayers",
"@ngrx/effects": ">=14.0.0",
"@ngrx/router-store": ">=14.0.0",
"@ngrx/store": ">=14.0.0",
"ngrx-store-localstorage": ">=14.0.0",
"ngx-openlayers": "file:dist/ngx-openlayers",
"ol": ">=6.8.1",
"tassign": ">=1.0.0"
}

View File

@@ -14,7 +14,7 @@
"@angular/common": ">=14.0.0",
"@angular/core": ">=14.0.0",
"cesium": ">=1.82.1",
"ngx-openlayers": "1.0.0-next.19",
"ngx-openlayers": "file:dist/ngx-openlayers",
"ol-cesium": ">=2.13.0"
}
},

View File

@@ -0,0 +1,17 @@
{
"name": "ngx-openlayers",
"version": "2.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "ngx-openlayers",
"version": "2.0.0",
"peerDependencies": {
"@angular/common": ">=14.x.x",
"@angular/core": ">=14.x.x",
"ol": "^6.0.0"
}
}
}
}