-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- @voxable/[email protected] - @voxable/[email protected] - @voxable/[email protected] - @voxable/[email protected] - @voxable/[email protected]
- Loading branch information
Matt Buck
committed
Jul 1, 2021
1 parent
619fdf0
commit 103dae5
Showing
8 changed files
with
33 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@voxable/cli", | ||
"description": "A client for the Voxable conversation design platform's API.", | ||
"version": "0.1.6", | ||
"version": "0.1.7", | ||
"author": "Voxable, Inc. <[email protected]>", | ||
"bin": { | ||
"voxable": "./bin/run" | ||
|
@@ -11,8 +11,8 @@ | |
"@oclif/plugin-help": "^3.2.2", | ||
"@oclif/plugin-plugins": "1.10.0", | ||
"@types/cli-table": "0.3.0", | ||
"@voxable/client": "^0.1.4", | ||
"@voxable/command": "^0.1.3", | ||
"@voxable/client": "^0.1.5", | ||
"@voxable/command": "^0.1.4", | ||
"chalk": "4.1.1", | ||
"cli-table": "0.3.6", | ||
"cli-ux": "5.5.1", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
{ | ||
"name": "@voxable/plugin-bespoken", | ||
"description": "Bespoken plugin for the Voxable CLI.", | ||
"version": "0.1.5", | ||
"version": "0.2.0", | ||
"author": "Voxable, Inc. <[email protected]>", | ||
"main": "lib/", | ||
"bugs": "https://github.com/voxable/cli/issues", | ||
"dependencies": { | ||
"@oclif/command": "^1", | ||
"@oclif/config": "^1", | ||
"@voxable/client": "^0.1.4", | ||
"@voxable/command": "^0.1.3", | ||
"@voxable/client": "^0.1.5", | ||
"@voxable/command": "^0.1.4", | ||
"cli-ux": "5.5.1", | ||
"cosmiconfig": "7.0.0", | ||
"tslib": "^1" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
{ | ||
"name": "@voxable/plugin-colang", | ||
"description": "Colang plugin for the Voxable CLI.", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"author": "RoboSelf Techonology SRL <[email protected]>", | ||
"main": "lib/", | ||
"bugs": "https://github.com/voxable/cli/issues", | ||
"dependencies": { | ||
"@oclif/command": "^1", | ||
"@oclif/config": "^1", | ||
"@voxable/client": "^0.1.4", | ||
"@voxable/command": "^0.1.3", | ||
"@voxable/client": "^0.1.5", | ||
"@voxable/command": "^0.1.4", | ||
"cli-ux": "5.5.1", | ||
"cosmiconfig": "7.0.0", | ||
"tslib": "^1" | ||
|