code-push
Advanced tools
Comparing version 4.2.0 to 4.2.1
{ | ||
"name": "code-push", | ||
"version": "4.2.0", | ||
"version": "4.2.1", | ||
"description": "Management SDK for the CodePush service", | ||
@@ -13,3 +13,4 @@ "main": "script/index.js", | ||
"prebuild:release": "npm run clean", | ||
"build:release": "tsc -p ./tsconfig-release.json && npm run content", | ||
"build:release": "tsc -p ./tsconfig-release.json && npm run check:release && npm run content", | ||
"check:release" : "npx ts-node .github/scripts/check-for-declaration.ts", | ||
"test": "npm run build && mocha --recursive bin/test", | ||
@@ -16,0 +17,0 @@ "test:debugger": "mocha --recursive --inspect-brk=0.0.0.0 bin/test", |
@@ -180,2 +180,1 @@ "use strict"; | ||
} | ||
//# sourceMappingURL=acquisition-sdk.js.map |
@@ -69,2 +69,1 @@ "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 |
@@ -679,2 +679,1 @@ "use strict"; | ||
module.exports = AccountManager; | ||
//# sourceMappingURL=management-sdk.js.map |
@@ -9,2 +9,1 @@ "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 |
@@ -533,2 +533,1 @@ "use strict"; | ||
module.exports = Adapter; | ||
//# sourceMappingURL=adapter.js.map |
@@ -109,2 +109,1 @@ "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
2038
106325