@chrisns/iot-shorthand
Advanced tools
Comparing version 1.0.20 to 1.0.23
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); } | ||
return new (P || (P = Promise))(function (resolve, reject) { | ||
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } } | ||
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } } | ||
function step(result) { result.done ? resolve(result.value) : new P(function (resolve) { resolve(result.value); }).then(fulfilled, rejected); } | ||
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); } | ||
step((generator = generator.apply(thisArg, _arguments || [])).next()); | ||
@@ -7,0 +8,0 @@ }); |
{ | ||
"name": "@chrisns/iot-shorthand", | ||
"version": "1.0.20", | ||
"version": "1.0.23", | ||
"main": "index.js", | ||
@@ -33,19 +33,19 @@ "scripts": { | ||
"@types/mocha": "^5.2.7", | ||
"@types/node": "^11.13.15", | ||
"@types/node": "^11.13.19", | ||
"chai": "^4.2.0", | ||
"coveralls": "^3.0.4", | ||
"coveralls": "^3.0.6", | ||
"istanbul": "^0.4.5", | ||
"mocha": "^6.1.4", | ||
"mocha": "^6.2.0", | ||
"mocha-lcov-reporter": "^1.3.0", | ||
"nyc": "^13.3.0", | ||
"proxyquire": "^2.1.0", | ||
"sinon": "^7.3.2", | ||
"proxyquire": "^2.1.3", | ||
"sinon": "^7.4.1", | ||
"sinon-chai": "^3.3.0", | ||
"source-map-support": "^0.5.12", | ||
"source-map-support": "^0.5.13", | ||
"ts-node": "^8.3.0", | ||
"typescript": "^3.5.2" | ||
"typescript": "^3.6.2" | ||
}, | ||
"dependencies": { | ||
"aws-iot-device-sdk": "^2.2.1", | ||
"aws-sdk": "^2.485.0", | ||
"aws-sdk": "^2.519.0", | ||
"lodash.filter": "^4.6.0", | ||
@@ -52,0 +52,0 @@ "lodash.remove": "^4.7.0" |
10282
136
Updatedaws-sdk@^2.519.0