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:
parent
3341d19673
commit
718eaa70ed
3 changed files with 5 additions and 4 deletions
|
@ -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
6
package-lock.json
generated
|
@ -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"
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue