@expo/eas-build-job
Advanced tools
Comparing version 1.0.56 to 1.0.57
@@ -7,2 +7,3 @@ import { BuildPhase } from './logs'; | ||
UNKNOWN_FASTLANE_ERROR = "EAS_BUILD_UNKNOWN_FASTLANE_ERROR", | ||
UNKNOWN_FASTLANE_RESIGN_ERROR = "EAS_BUILD_UNKNOWN_FASTLANE_RESIGN_ERROR", | ||
UNKNOWN_GRADLE_ERROR = "EAS_BUILD_UNKNOWN_GRADLE_ERROR", | ||
@@ -9,0 +10,0 @@ BUILD_TIMEOUT_ERROR = "EAS_BUILD_TIMEOUT_ERROR" |
@@ -11,2 +11,3 @@ "use strict"; | ||
ErrorCode["UNKNOWN_FASTLANE_ERROR"] = "EAS_BUILD_UNKNOWN_FASTLANE_ERROR"; | ||
ErrorCode["UNKNOWN_FASTLANE_RESIGN_ERROR"] = "EAS_BUILD_UNKNOWN_FASTLANE_RESIGN_ERROR"; | ||
ErrorCode["UNKNOWN_GRADLE_ERROR"] = "EAS_BUILD_UNKNOWN_GRADLE_ERROR"; | ||
@@ -13,0 +14,0 @@ ErrorCode["BUILD_TIMEOUT_ERROR"] = "EAS_BUILD_TIMEOUT_ERROR"; |
@@ -8,1 +8,2 @@ export * as Android from './android'; | ||
export * as errors from './errors'; | ||
export * from './artifacts'; |
@@ -45,2 +45,3 @@ "use strict"; | ||
exports.errors = __importStar(require("./errors")); | ||
__exportStar(require("./artifacts"), exports); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@expo/eas-build-job", | ||
"version": "1.0.56", | ||
"version": "1.0.57", | ||
"main": "dist/index.js", | ||
@@ -22,17 +22,17 @@ "types": "dist/index.d.ts", | ||
"devDependencies": { | ||
"@types/jest": "^29.5.3", | ||
"@types/node": "^18.11.18", | ||
"jest": "^29.6.2", | ||
"@types/jest": "^29.5.11", | ||
"@types/node": "20.11.0", | ||
"jest": "^29.7.0", | ||
"ts-jest": "^29.1.1", | ||
"typescript": "^5.1.6" | ||
"typescript": "^5.3.3" | ||
}, | ||
"dependencies": { | ||
"joi": "^17.9.2", | ||
"joi": "^17.11.0", | ||
"semver": "^7.5.4" | ||
}, | ||
"volta": { | ||
"node": "18.13.0", | ||
"yarn": "1.22.19" | ||
"node": "20.11.0", | ||
"yarn": "1.22.21" | ||
}, | ||
"gitHead": "92de9713aa41d8d04bf4bf1903ccf8928d29b0f1" | ||
"gitHead": "7304accf0b3da5670d1cacf8777db04a3bf16a91" | ||
} |
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
Sorry, the diff of this file is not supported yet
103023
30
1179
Updatedjoi@^17.11.0