@vonage/cli-plugin-numbers
Advanced tools
Comparing version 1.0.0-alpha.16 to 1.0.0-alpha.17
@@ -1,1 +0,1 @@ | ||
{"version":"1.0.0-alpha.16","commands":{"number:buy":{"id":"number:buy","description":"manage Vonage numbers","pluginName":"@vonage/cli-plugin-numbers","pluginType":"core","aliases":[],"examples":[],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false},"apiKey":{"name":"apiKey","type":"option","hidden":true},"apiSecret":{"name":"apiSecret","type":"option","hidden":true}},"args":[{"name":"number","required":false},{"name":"countryCode","required":false}]},"number:cancel":{"id":"number:cancel","description":"manage Vonage numbers","pluginName":"@vonage/cli-plugin-numbers","pluginType":"core","aliases":[],"examples":[],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false},"apiKey":{"name":"apiKey","type":"option","hidden":true},"apiSecret":{"name":"apiSecret","type":"option","hidden":true}},"args":[{"name":"number","required":false},{"name":"countryCode","required":false}]},"number":{"id":"number","description":"manage Vonage numbers","pluginName":"@vonage/cli-plugin-numbers","pluginType":"core","aliases":[],"examples":["$ vonage number\nlist all numbers\n"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false},"apiKey":{"name":"apiKey","type":"option","hidden":true},"apiSecret":{"name":"apiSecret","type":"option","hidden":true}},"args":[]},"number:search":{"id":"number:search","description":"manage Vonage numbers","pluginName":"@vonage/cli-plugin-numbers","pluginType":"core","aliases":[],"examples":[],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false},"apiKey":{"name":"apiKey","type":"option","hidden":true},"apiSecret":{"name":"apiSecret","type":"option","hidden":true},"type":{"name":"type","type":"option","description":"","options":["landline","mobile-lvn","landline-toll-free"]},"startsWith":{"name":"startsWith","type":"option","description":""},"endsWith":{"name":"endsWith","type":"option","description":""},"contains":{"name":"contains","type":"option","description":""},"features":{"name":"features","type":"option","description":""}},"args":[{"name":"countryCode","required":false}]}}} | ||
{"version":"1.0.0-alpha.17","commands":{"number:buy":{"id":"number:buy","description":"manage Vonage numbers","pluginName":"@vonage/cli-plugin-numbers","pluginType":"core","aliases":[],"examples":[],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false},"apiKey":{"name":"apiKey","type":"option","hidden":true},"apiSecret":{"name":"apiSecret","type":"option","hidden":true}},"args":[{"name":"number","required":false},{"name":"countryCode","required":false}]},"number:cancel":{"id":"number:cancel","description":"manage Vonage numbers","pluginName":"@vonage/cli-plugin-numbers","pluginType":"core","aliases":[],"examples":[],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false},"apiKey":{"name":"apiKey","type":"option","hidden":true},"apiSecret":{"name":"apiSecret","type":"option","hidden":true}},"args":[{"name":"number","required":false},{"name":"countryCode","required":false}]},"number":{"id":"number","description":"manage Vonage numbers","pluginName":"@vonage/cli-plugin-numbers","pluginType":"core","aliases":[],"examples":["$ vonage number\nlist all numbers\n"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false},"apiKey":{"name":"apiKey","type":"option","hidden":true},"apiSecret":{"name":"apiSecret","type":"option","hidden":true}},"args":[]},"number:search":{"id":"number:search","description":"manage Vonage numbers","pluginName":"@vonage/cli-plugin-numbers","pluginType":"core","aliases":[],"examples":[],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false},"apiKey":{"name":"apiKey","type":"option","hidden":true},"apiSecret":{"name":"apiSecret","type":"option","hidden":true},"type":{"name":"type","type":"option","description":"","options":["landline","mobile-lvn","landline-toll-free"]},"startsWith":{"name":"startsWith","type":"option","description":""},"endsWith":{"name":"endsWith","type":"option","description":""},"contains":{"name":"contains","type":"option","description":""},"features":{"name":"features","type":"option","description":""}},"args":[{"name":"countryCode","required":false}]}}} |
{ | ||
"name": "@vonage/cli-plugin-numbers", | ||
"version": "1.0.0-alpha.16", | ||
"version": "1.0.0-alpha.17", | ||
"author": "Vonage Dev Rel <devrel@vonage.com>", | ||
@@ -10,11 +10,11 @@ "bugs": "https://github.com/Vonage/vonage-cli/issues", | ||
"@oclif/parser": "^3.8.5", | ||
"@vonage/cli-utils": "^1.0.0-alpha.16", | ||
"@types/inquirer": "^7.3.1", | ||
"@vonage/cli-utils": "^1.0.0-alpha.17", | ||
"chalk": "^2.4.2", | ||
"lodash": "^4.17.20", | ||
"prompts": "^2.4.0", | ||
"tslib": "^2.1.0", | ||
"typescript": "^4.2.2" | ||
"tslib": "^2.1.0" | ||
}, | ||
"engines": { | ||
"node": ">=8.0.0" | ||
"node": ">=12.0.0" | ||
}, | ||
@@ -50,6 +50,3 @@ "files": [ | ||
}, | ||
"devDependencies": { | ||
"@types/inquirer": "^7.3.1" | ||
}, | ||
"gitHead": "3d4e087319e57ebfd90866d9d837c24acc7204f3" | ||
"gitHead": "88670489c7d38930f10a838560c99946ba96a47f" | ||
} |
@@ -22,3 +22,3 @@ @vonage/cli-plugin-numbers | ||
$ oclif-example (-v|--version|version) | ||
@vonage/cli-plugin-numbers/1.0.0-alpha.16 linux-x64 node-v12.18.2 | ||
@vonage/cli-plugin-numbers/1.0.0-alpha.17 linux-x64 node-v12.18.2 | ||
$ oclif-example --help [COMMAND] | ||
@@ -53,3 +53,3 @@ USAGE | ||
_See code: [dist/commands/number/index.js](https://github.com/Vonage/vonage-cli/blob/v1.0.0-alpha.16/dist/commands/number/index.js)_ | ||
_See code: [dist/commands/number/index.js](https://github.com/Vonage/vonage-cli/blob/v1.0.0-alpha.17/dist/commands/number/index.js)_ | ||
@@ -68,3 +68,3 @@ ## `oclif-example number:buy [NUMBER] [COUNTRYCODE]` | ||
_See code: [dist/commands/number/buy.js](https://github.com/Vonage/vonage-cli/blob/v1.0.0-alpha.16/dist/commands/number/buy.js)_ | ||
_See code: [dist/commands/number/buy.js](https://github.com/Vonage/vonage-cli/blob/v1.0.0-alpha.17/dist/commands/number/buy.js)_ | ||
@@ -83,3 +83,3 @@ ## `oclif-example number:cancel [NUMBER] [COUNTRYCODE]` | ||
_See code: [dist/commands/number/cancel.js](https://github.com/Vonage/vonage-cli/blob/v1.0.0-alpha.16/dist/commands/number/cancel.js)_ | ||
_See code: [dist/commands/number/cancel.js](https://github.com/Vonage/vonage-cli/blob/v1.0.0-alpha.17/dist/commands/number/cancel.js)_ | ||
@@ -103,3 +103,3 @@ ## `oclif-example number:search [COUNTRYCODE]` | ||
_See code: [dist/commands/number/search.js](https://github.com/Vonage/vonage-cli/blob/v1.0.0-alpha.16/dist/commands/number/search.js)_ | ||
_See code: [dist/commands/number/search.js](https://github.com/Vonage/vonage-cli/blob/v1.0.0-alpha.17/dist/commands/number/search.js)_ | ||
<!-- commandsstop --> |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
0
26809
+ Added@types/inquirer@^7.3.1
+ Added@types/inquirer@7.3.3(transitive)
+ Added@types/node@22.9.1(transitive)
+ Added@types/through@0.0.33(transitive)
+ Addedrxjs@6.6.7(transitive)
+ Addedtslib@1.14.1(transitive)
+ Addedundici-types@6.19.8(transitive)
- Removedtypescript@^4.2.2
- Removedtypescript@4.9.5(transitive)