Skip to content

Commit d35a785

Browse files
authored
Merge branch 'master' into 16-typo-uniqueName-should-be-unique-name-in-description
2 parents 0297b33 + a6a86c0 commit d35a785

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+2136
-1145
lines changed

README.md

Lines changed: 214 additions & 279 deletions
Large diffs are not rendered by default.

package-lock.json

Lines changed: 260 additions & 148 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,33 @@
11
{
22
"name": "@dabblelab/plugin-autopilot",
33
"description": "Create, Update, Delete, List, Simulate, Import and Export Twilio Autopilot Assistant",
4-
"version": "1.0.0-beta.17",
4+
"version": "1.0.0-rc.5",
55
"author": "Steve Tingiris",
66
"bugs": "https://github.com/tingiris/twilio-cli-autopilot-plugin/issues",
77
"dependencies": {
8-
"@dabblelab/autopilot-core": "^1.0.0-beta.11",
8+
"@dabblelab/autopilot-core": "^1.0.0-beta.12",
99
"@oclif/command": "^1.5.19",
1010
"@oclif/config": "^1.13.3",
11-
"@oclif/plugin-help": "^2.2.1",
12-
"@twilio/cli-core": "^3.0.3",
13-
"csv-parse": "^4.6.5",
11+
"@twilio/cli-core": "^4.4.0",
12+
"csv-parse": "^4.8.2",
1413
"extract-zip": "^1.6.7",
1514
"ora": "^3.4.0",
1615
"pkg-install": "^1.0.0",
1716
"pretty-json-stringify": "0.0.2",
18-
"request-promise": "^4.2.4",
19-
"simple-git": "^1.124.0",
17+
"request": "^2.88.0",
18+
"request-promise": "^4.2.5",
19+
"simple-git": "^1.129.0",
2020
"twilio-run": "^2.1.1",
2121
"underscore": "^1.9.1"
2222
},
2323
"devDependencies": {
2424
"@oclif/dev-cli": "^1.22.2",
2525
"@oclif/test": "^1.2.5",
26+
"@oclif/plugin-help": "^2.2.3",
2627
"chai": "^4.2.0",
2728
"eslint": "^5.16.0",
2829
"eslint-config-oclif": "^3.1.0",
2930
"globby": "^10.0.1",
30-
"keytar": "^4.13.0",
3131
"mocha": "^5.2.0",
3232
"nyc": "^14.1.1",
3333
"rimraf": "^3.0.0"

0 commit comments

Comments
 (0)