1
0
Fork 0
mirror of https://github.com/sbrl/terrain50-cli.git synced 2024-11-26 07:33:00 +00:00

Update terrain50 library

This commit is contained in:
Starbeamrainbowlabs 2020-10-14 17:52:53 +01:00
parent 3341d19673
commit 718eaa70ed
Signed by: sbrl
GPG key ID: 1BE5172E637709C2
3 changed files with 5 additions and 4 deletions

View file

@ -16,6 +16,7 @@ npm install --save terrain50-cli
## Unreleased ## Unreleased
- `split`: Fix invalid gzip file generation - `split`: Fix invalid gzip file generation
- Update terrain50
## v1.6 ## v1.6

6
package-lock.json generated
View file

@ -338,9 +338,9 @@
} }
}, },
"terrain50": { "terrain50": {
"version": "1.8.2", "version": "1.8.4",
"resolved": "https://registry.npmjs.org/terrain50/-/terrain50-1.8.2.tgz", "resolved": "https://registry.npmjs.org/terrain50/-/terrain50-1.8.4.tgz",
"integrity": "sha512-2gdPikCZJFSKhbH/3B7uMQvvHB37GEjIaaqTIrdWZsxczd+l/CQtJviwyQ3nkWiQ5o7bs8fW0bVwKY7easjG5A==", "integrity": "sha512-AM7BnE4NI77iYJeJYfklTGCA954OAXkYbwQ0o93pVQIsjWxojlqOIieqLwmLQxGJT5g32+Gjwwf0Q+F7gtpZUg==",
"requires": { "requires": {
"nexline": "^1.2.1", "nexline": "^1.2.1",
"nnng": "^1.0.0" "nnng": "^1.0.0"

View file

@ -37,7 +37,7 @@
"chroma-js": "^2.1.0", "chroma-js": "^2.1.0",
"image-encode": "^1.3.0", "image-encode": "^1.3.0",
"nexline": "^1.2.1", "nexline": "^1.2.1",
"terrain50": "^1.8.2" "terrain50": "^1.8.4"
}, },
"bin": { "bin": {
"terrain50": "./src/index.mjs" "terrain50": "./src/index.mjs"