diff --git a/README.md b/README.md index 2722d0a..2fc8bfb 100644 --- a/README.md +++ b/README.md @@ -135,7 +135,7 @@ OPTIONS -s, --storage=storage (required) storage path ``` -_See code: [src/commands/dump.ts](https://github.com/jonohill/deadtous/blob/v1.0.0/src/commands/dump.ts)_ +_See code: [src/commands/dump.ts](https://github.com/jonohill/deadtous/blob/v1.0.1/src/commands/dump.ts)_ ## `deadtous help [COMMAND]` @@ -166,7 +166,7 @@ OPTIONS -s, --storage=storage (required) storage path ``` -_See code: [src/commands/import.ts](https://github.com/jonohill/deadtous/blob/v1.0.0/src/commands/import.ts)_ +_See code: [src/commands/import.ts](https://github.com/jonohill/deadtous/blob/v1.0.1/src/commands/import.ts)_ ## `deadtous server` @@ -182,7 +182,7 @@ OPTIONS --tokens=tokens (required) ``` -_See code: [src/commands/server.ts](https://github.com/jonohill/deadtous/blob/v1.0.0/src/commands/server.ts)_ +_See code: [src/commands/server.ts](https://github.com/jonohill/deadtous/blob/v1.0.1/src/commands/server.ts)_ ## `deadtous speak [USER]` @@ -197,7 +197,7 @@ OPTIONS -s, --storage=storage (required) storage path ``` -_See code: [src/commands/speak.ts](https://github.com/jonohill/deadtous/blob/v1.0.0/src/commands/speak.ts)_ +_See code: [src/commands/speak.ts](https://github.com/jonohill/deadtous/blob/v1.0.1/src/commands/speak.ts)_ diff --git a/oclif.manifest.json b/oclif.manifest.json index b5003e5..2573194 100644 --- a/oclif.manifest.json +++ b/oclif.manifest.json @@ -1 +1 @@ -{"version":"1.0.0","commands":{"dump":{"id":"dump","description":"read a file from storage","pluginName":"deadtous","pluginType":"core","aliases":[],"flags":{"storage":{"name":"storage","type":"option","char":"s","description":"storage path","required":true}},"args":[{"name":"key"}]},"import":{"id":"import","description":"import a Slack export archive file","pluginName":"deadtous","pluginType":"core","aliases":[],"flags":{"storage":{"name":"storage","type":"option","char":"s","description":"storage path","required":true}},"args":[{"name":"slack_export_file"}]},"server":{"id":"server","description":"run a Slack webhook HTTP server","pluginName":"deadtous","pluginType":"core","aliases":[],"flags":{"storage":{"name":"storage","type":"option","char":"s","description":"storage path","required":true},"port":{"name":"port","type":"option","default":8080},"tokens":{"name":"tokens","type":"option","required":true}},"args":[]},"speak":{"id":"speak","description":"make a dead user say something","pluginName":"deadtous","pluginType":"core","aliases":[],"flags":{"storage":{"name":"storage","type":"option","char":"s","description":"storage path","required":true},"list":{"name":"list","type":"boolean","char":"l","allowNo":false}},"args":[{"name":"user"}]}}} \ No newline at end of file +{"version":"1.0.1","commands":{"dump":{"id":"dump","description":"read a file from storage","pluginName":"deadtous","pluginType":"core","aliases":[],"flags":{"storage":{"name":"storage","type":"option","char":"s","description":"storage path","required":true}},"args":[{"name":"key"}]},"import":{"id":"import","description":"import a Slack export archive file","pluginName":"deadtous","pluginType":"core","aliases":[],"flags":{"storage":{"name":"storage","type":"option","char":"s","description":"storage path","required":true}},"args":[{"name":"slack_export_file"}]},"server":{"id":"server","description":"run a Slack webhook HTTP server","pluginName":"deadtous","pluginType":"core","aliases":[],"flags":{"storage":{"name":"storage","type":"option","char":"s","description":"storage path","required":true},"port":{"name":"port","type":"option","default":8080},"tokens":{"name":"tokens","type":"option","required":true}},"args":[]},"speak":{"id":"speak","description":"make a dead user say something","pluginName":"deadtous","pluginType":"core","aliases":[],"flags":{"storage":{"name":"storage","type":"option","char":"s","description":"storage path","required":true},"list":{"name":"list","type":"boolean","char":"l","allowNo":false}},"args":[{"name":"user"}]}}} \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 7957216..ad64e65 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "deadtous", - "version": "0.0.3", + "version": "1.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -395,6 +395,13 @@ "@oclif/linewrap": "^1.0.0", "chalk": "^2.4.2", "tslib": "^1.9.3" + }, + "dependencies": { + "tslib": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", + "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==" + } } }, "@oclif/plugin-help": { @@ -5252,6 +5259,14 @@ "dev": true, "requires": { "tslib": "^1.9.0" + }, + "dependencies": { + "tslib": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", + "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", + "dev": true + } } }, "safe-buffer": { @@ -5990,9 +6005,9 @@ } }, "tslib": { - "version": "1.14.1", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", - "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==" + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.0.tgz", + "integrity": "sha512-N82ooyxVNm6h1riLCoyS9e3fuJ3AMG2zIZs2Gd1ATcSFjSA23Q0fzjjZeh0jbJvWVDZ0cJT8yaNNaaXHzueNjg==" }, "tsutils": { "version": "3.21.0", @@ -6001,6 +6016,14 @@ "dev": true, "requires": { "tslib": "^1.8.1" + }, + "dependencies": { + "tslib": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", + "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", + "dev": true + } } }, "tunnel-agent": { diff --git a/package.json b/package.json index 555da04..5b3e77c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "deadtous", - "version": "1.0.0", + "version": "1.0.1", "author": "Jono Hill @jonohill", "bin": { "deadtous": "./bin/run" @@ -16,7 +16,7 @@ "node-stream-zip": "^1.13.6", "node-worker-threads-pool": "^1.5.0", "serverless-http": "^2.7.0", - "tslib": "^1.14.1", + "tslib": "^2.0.0", "wu": "^2.1.0" }, "devDependencies": {