Update applause-cli

This commit is contained in:
Starbeamrainbowlabs 2020-07-16 17:17:26 +01:00
parent 724a80240d
commit 4d15f4f6df
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
3 changed files with 5 additions and 4 deletions

View File

@ -17,6 +17,7 @@ npm install --save terrain50-cli
## Unreleased
- Add new `--use-regex` flag to `validate` subcommand
## v1.3
- Added new `identify` subcommand
- Added new `stream-slice` subcommand

6
package-lock.json generated
View File

@ -10,9 +10,9 @@
"integrity": "sha512-trnsAYxU3xnS1gPHPyU961coFyLkh4gAD/0zQ5mymY4yOZ+CYvsPqUbOFSw0aDM4y0tV7tiFxL/1XfXPNC6IPg=="
},
"applause-cli": {
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/applause-cli/-/applause-cli-1.3.0.tgz",
"integrity": "sha512-dGT5l0+Bwj0Sj/MwManYZ37XMs1DwAFRAl3iNpMIMbgYI+UcuTbKA+GXvi80rV9muUbV7NdqozkB9i+crC6qvQ=="
"version": "1.3.2",
"resolved": "https://registry.npmjs.org/applause-cli/-/applause-cli-1.3.2.tgz",
"integrity": "sha512-r7TTk6fL8+RPOrSBQeXY0y9F21b6tH7Qeo3Sw/ZVgza1qQrD7ZidM5nVVZDMG5c0CyqTKQMAgVaBYiBSbXohrg=="
},
"arr-flatten": {
"version": "1.1.0",

View File

@ -33,7 +33,7 @@
"homepage": "https://github.com/sbrl/terrain50-cli#readme",
"dependencies": {
"@iarna/toml": "^2.2.5",
"applause-cli": "^1.3.0",
"applause-cli": "^1.3.2",
"chroma-js": "^2.1.0",
"image-encode": "^1.3.0",
"nexline": "^1.2.0",