Compare commits

..

No commits in common. "7392c6170c910f35417e8624b27b5b15bf9f3254" and "5efd5b78c9b4b90a7a84a9946c32dbe25e9b972c" have entirely different histories.

4 changed files with 203 additions and 1222 deletions

1419
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -23,7 +23,6 @@
"@farmmaps/common": "file:dist/common",
"@farmmaps/common-map": "file:dist/common-map",
"@farmmaps/common-map3d": "file:dist/common-map3d",
"@farmmaps/ng-openlayers": "file:dist/ng-openlayers",
"@microsoft/signalr": "^3.1.16",
"@ng-bootstrap/ng-bootstrap": "^17.0.1",
"@ngrx/effects": "^18.0.2",
@ -39,6 +38,7 @@
"core-js": "^2.6.12",
"https-browserify": "^1.0.0",
"moment": "^2.29.4",
"ng-openlayers": "file:dist/ng-openlayers",
"ngrx-store-localstorage": "^18.0.0",
"ngx-avatars": "^1.8.0",
"ngx-clipboard": "^16.0.0",

View File

@ -1,5 +1,5 @@
{
"name": "@farmmaps/ng-openlayers",
"name": "ng-openlayers",
"version": "18.0.0",
"description": "OpenLayers library for Angular (migrated from angular 17 to 18)",
"author": "Kamil Furtak (kamil.furtak@gmail.com) / Farmmaps",

View File

@ -1,5 +1,5 @@
{
"name": "@farmmaps/ng-openlayers",
"name": "ng-openlayers",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"projectType": "library",
"sourceRoot": "libs/ng-openlayers/src",