@icreate/ics-chromely-js-sdk
Advanced tools
Comparing version 0.0.7-beat.5 to 0.0.7-beat.6
@@ -174,3 +174,3 @@ /*! ***************************************************************************** | ||
.then(function (res) { return __awaiter(_this, void 0, void 0, function () { | ||
var _a, _b, _c, error, body; | ||
var data, _a, _b, _c, error, body; | ||
return __generator(this, function (_d) { | ||
@@ -183,3 +183,6 @@ switch (_d.label) { | ||
return [4 /*yield*/, res.text()]; | ||
case 1: return [2 /*return*/, _b.apply(_a, [_d.sent()])]; | ||
case 1: | ||
data = _b.apply(_a, [_d.sent()]); | ||
data.config = config; | ||
return [2 /*return*/, data]; | ||
case 2: | ||
@@ -203,2 +206,3 @@ _c = { code: 200, message: 'ok' }; | ||
} | ||
error.config = config; | ||
return [2 /*return*/, Promise.reject(error)]; | ||
@@ -205,0 +209,0 @@ case 7: return [2 /*return*/]; |
@@ -180,3 +180,3 @@ (function (global, factory) { | ||
.then(function (res) { return __awaiter(_this, void 0, void 0, function () { | ||
var _a, _b, _c, error, body; | ||
var data, _a, _b, _c, error, body; | ||
return __generator(this, function (_d) { | ||
@@ -189,3 +189,6 @@ switch (_d.label) { | ||
return [4 /*yield*/, res.text()]; | ||
case 1: return [2 /*return*/, _b.apply(_a, [_d.sent()])]; | ||
case 1: | ||
data = _b.apply(_a, [_d.sent()]); | ||
data.config = config; | ||
return [2 /*return*/, data]; | ||
case 2: | ||
@@ -209,2 +212,3 @@ _c = { code: 200, message: 'ok' }; | ||
} | ||
error.config = config; | ||
return [2 /*return*/, Promise.reject(error)]; | ||
@@ -211,0 +215,0 @@ case 7: return [2 /*return*/]; |
@@ -141,3 +141,3 @@ "use strict"; | ||
.then(function (res) { return __awaiter(_this, void 0, void 0, function () { | ||
var _a, _b, _c, error, body; | ||
var data, _a, _b, _c, error, body; | ||
return __generator(this, function (_d) { | ||
@@ -150,3 +150,6 @@ switch (_d.label) { | ||
return [4 /*yield*/, res.text()]; | ||
case 1: return [2 /*return*/, _b.apply(_a, [_d.sent()])]; | ||
case 1: | ||
data = _b.apply(_a, [_d.sent()]); | ||
data.config = config; | ||
return [2 /*return*/, data]; | ||
case 2: | ||
@@ -170,2 +173,3 @@ _c = { code: 200, message: 'ok' }; | ||
} | ||
error.config = config; | ||
return [2 /*return*/, Promise.reject(error)]; | ||
@@ -172,0 +176,0 @@ case 7: return [2 /*return*/]; |
{ | ||
"name": "@icreate/ics-chromely-js-sdk", | ||
"version": "0.0.7-beat.5", | ||
"version": "0.0.7-beat.6", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "keywords": [], |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
75397
788