Skip to content

Commit b536b4e

Browse files
author
Jeff Shillitto
committed
Update to latest API and product features
1 parent 09ad2b5 commit b536b4e

File tree

115 files changed

+27337
-10224
lines changed

Some content is hidden

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

115 files changed

+27337
-10224
lines changed

package-lock.json

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

package.json

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
{
22
"name": "shotstack-sdk",
3-
"version": "0.2.2",
3+
"version": "0.2.6",
44
"description": "Official Node SDK for the Shotstack Cloud Video Editing API",
55
"license": "MIT",
66
"main": "src/index.js",
7-
"scripts": {
8-
"test": "mocha --recursive"
9-
},
107
"repository": {
118
"type" : "git",
129
"url" : "https://github.com/shotstack/shotstack-sdk-node"
@@ -24,11 +21,7 @@
2421
"fs": false
2522
},
2623
"dependencies": {
27-
"superagent": "5.1.0"
28-
},
29-
"devDependencies": {
30-
"expect.js": "^0.3.1",
31-
"mocha": "^5.2.0",
32-
"sinon": "^7.2.0"
24+
"@babel/cli": "^7.0.0",
25+
"superagent": "^5.3.0"
3326
}
3427
}

0 commit comments

Comments
 (0)