@undp-data/geohub-cli
Advanced tools
Comparing version 2.0.0 to 2.0.1
# @undp-data/geohub-cli | ||
## 2.0.1 | ||
### Patch Changes | ||
- c8f5b2f1: chore: updated all npm packages except maplibre-gl | ||
## 2.0.0 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@undp-data/geohub-cli", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "This repository is to manage CLI tools for GeoHub", | ||
@@ -28,22 +28,22 @@ "main": "dist/index.js", | ||
"@types/cli-progress": "^3.11.0", | ||
"@types/node": "^18.14.0", | ||
"@types/pg": "^8.6.6", | ||
"@types/node": "^18.16.16", | ||
"@types/pg": "^8.10.2", | ||
"@types/pg-copy-streams": "^1.2.2", | ||
"@types/sleep": "^0.0.8", | ||
"@typescript-eslint/eslint-plugin": "^5.52.0", | ||
"@typescript-eslint/parser": "^5.52.0", | ||
"eslint": "^8.34.0", | ||
"eslint-config-prettier": "^8.6.0", | ||
"prettier": "^2.8.4", | ||
"rimraf": "^4.1.2", | ||
"@types/sleep": "^0.0.9", | ||
"@typescript-eslint/eslint-plugin": "^5.59.9", | ||
"@typescript-eslint/parser": "^5.59.9", | ||
"eslint": "^8.42.0", | ||
"eslint-config-prettier": "^8.8.0", | ||
"prettier": "^2.8.8", | ||
"rimraf": "^5.0.1", | ||
"ts-node": "^10.9.1", | ||
"typescript": "^4.9.5" | ||
"typescript": "^5.1.3" | ||
}, | ||
"dependencies": { | ||
"@azure/storage-blob": "^12.12.0", | ||
"commander": "^10.0.0", | ||
"@azure/storage-blob": "^12.14.0", | ||
"commander": "^10.0.1", | ||
"crypto": "^1.0.1", | ||
"pg": "^8.9.0", | ||
"pg-copy-streams": "^6.0.4", | ||
"pmtiles": "^2.7.0", | ||
"pg": "^8.11.0", | ||
"pg-copy-streams": "^6.0.5", | ||
"pmtiles": "^2.7.2", | ||
"sleep": "^6.3.0", | ||
@@ -50,0 +50,0 @@ "wkx": "^0.5.0" |
396425
Updated@azure/storage-blob@^12.14.0
Updatedcommander@^10.0.1
Updatedpg@^8.11.0
Updatedpg-copy-streams@^6.0.5
Updatedpmtiles@^2.7.2