oops
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good Details

2022.01
Willem Dantuma 2021-01-27 08:14:13 +01:00
parent dda82c8b09
commit a7402438a0
2 changed files with 4 additions and 2 deletions

4
package-lock.json generated
View File

@ -1773,7 +1773,9 @@
}
},
"@farmmaps/common": {
"version": "file:dist/common",
"version": "0.0.1-prerelease.504",
"resolved": "https://repository.akkerweb.nl/repository/npm-group/@farmmaps/common/-/common-0.0.1-prerelease.504.tgz",
"integrity": "sha512-OSD+SqSVqfZMqxygGQqy+pozcQOC8zk10S/Jv1Rq6ahtT+lnLD8AiM4zIwvKvZDzg9sBFeU82q+Wq6taeE+0oQ==",
"requires": {
"tslib": "^2.0.0"
}

View File

@ -19,7 +19,7 @@
"@angular/platform-browser": "~10.1.3",
"@angular/platform-browser-dynamic": "~10.1.3",
"@angular/router": "~10.1.3",
"@farmmaps/common": "file:dist/common",
"@farmmaps/common": ">=0.0.1-prerelease.504 <0.0.1",
"@farmmaps/common-map": ">=0.0.1-prerelease.504 <0.0.1",
"@farmmaps/common-map3d": ">=0.0.1-prerelease.504 <0.0.1",
"@microsoft/signalr": "^3.1.3",