code-push
Advanced tools
Comparing version 4.0.5 to 4.1.0
{ | ||
"name": "code-push", | ||
"version": "4.0.5", | ||
"version": "4.1.0", | ||
"description": "Management SDK for the CodePush service", | ||
@@ -26,6 +26,6 @@ "main": "script/index.js", | ||
"dependencies": { | ||
"appcenter-file-upload-client": "0.0.24", | ||
"appcenter-file-upload-client": "0.1.0", | ||
"recursive-fs": "^2.1.0", | ||
"slash": "^3.0.0", | ||
"superagent": "^6.1.0", | ||
"superagent": "^8.0.0", | ||
"superagent-proxy": "^3.0.0", | ||
@@ -40,4 +40,4 @@ "yazl": "^2.5.1" | ||
"@types/yazl": "^2.4.2", | ||
"mocha": "^9.1.1", | ||
"shx": "^0.3.3", | ||
"mocha": "^9.2.0", | ||
"shx": "^0.3.4", | ||
"superagent-mock": "^4.0.0", | ||
@@ -44,0 +44,0 @@ "typescript": "^4.4.3" |
@@ -181,1 +181,2 @@ "use strict"; | ||
} | ||
//# sourceMappingURL=acquisition-sdk.js.map |
@@ -69,1 +69,2 @@ "use strict"; | ||
exports.CodePushUnauthorizedError = CodePushUnauthorizedError; | ||
//# sourceMappingURL=code-push-error.js.map |
"use strict"; | ||
var AccountManager = require("./management-sdk"); | ||
module.exports = AccountManager; | ||
//# sourceMappingURL=index.js.map |
@@ -675,1 +675,2 @@ "use strict"; | ||
module.exports = AccountManager; | ||
//# sourceMappingURL=management-sdk.js.map |
@@ -9,1 +9,2 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=types.js.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=adapter-types.js.map |
@@ -352,4 +352,4 @@ "use strict"; | ||
releaseModification.is_disabled = legacyCodePushReleaseInfo.isDisabled; | ||
if (legacyCodePushReleaseInfo.isMandatory) | ||
releaseModification.is_mandatory = legacyCodePushReleaseInfo.isMandatory; | ||
if (legacyCodePushReleaseInfo.isMandatory !== undefined) | ||
releaseModification.is_mandatory = legacyCodePushReleaseInfo.isMandatory === true; | ||
if (legacyCodePushReleaseInfo.description) | ||
@@ -534,1 +534,2 @@ releaseModification.description = legacyCodePushReleaseInfo.description; | ||
module.exports = Adapter; | ||
//# sourceMappingURL=adapter.js.map |
@@ -109,1 +109,2 @@ "use strict"; | ||
module.exports = RequestManager; | ||
//# sourceMappingURL=request-manager.js.map |
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
129013
1585
+ Addedappcenter-file-upload-client@0.1.0(transitive)
+ Addedasap@2.0.6(transitive)
+ Addeddezalgo@1.0.4(transitive)
+ Addedform-data@4.0.1(transitive)
+ Addedformidable@2.1.2(transitive)
+ Addedhexoid@1.0.0(transitive)
+ Addedonce@1.4.0(transitive)
+ Addedsuperagent@8.1.2(transitive)
+ Addedwrappy@1.0.2(transitive)
- Removedappcenter-file-upload-client@0.0.24(transitive)
- Removedform-data@3.0.2(transitive)
- Removedsuperagent@6.1.0(transitive)
Updatedsuperagent@^8.0.0