@expo/eas-build-job
Advanced tools
Comparing version 0.2.24 to 0.2.25
@@ -9,3 +9,3 @@ export declare enum BuildPhase { | ||
INSTALL_DEPENDENCIES = "INSTALL_DEPENDENCIES", | ||
EJECT = "EJECT", | ||
PREBUILD = "PREBUILD", | ||
PREPARE_CREDENTIALS = "PREPARE_CREDENTIALS", | ||
@@ -12,0 +12,0 @@ CONFIGURE_EXPO_UPDATES = "CONFIGURE_EXPO_UPDATES", |
@@ -13,3 +13,3 @@ "use strict"; | ||
BuildPhase["INSTALL_DEPENDENCIES"] = "INSTALL_DEPENDENCIES"; | ||
BuildPhase["EJECT"] = "EJECT"; | ||
BuildPhase["PREBUILD"] = "PREBUILD"; | ||
BuildPhase["PREPARE_CREDENTIALS"] = "PREPARE_CREDENTIALS"; | ||
@@ -16,0 +16,0 @@ BuildPhase["CONFIGURE_EXPO_UPDATES"] = "CONFIGURE_EXPO_UPDATES"; |
{ | ||
"name": "@expo/eas-build-job", | ||
"version": "0.2.24", | ||
"version": "0.2.25", | ||
"main": "dist/index.js", | ||
@@ -11,15 +11,11 @@ "types": "dist/index.d.ts", | ||
"start": "yarn watch", | ||
"watch": "yarn compile --watch --preserveWatchOutput", | ||
"build": "npm run clean && npm run compile", | ||
"clean": "rm -rf ./dist", | ||
"clean-all": "yarn clean && rm -rf node_modules", | ||
"compile": "tsc -p tsconfig.build.json", | ||
"prepublishOnly": "npm run build", | ||
"test:unit": "./resources/jest --config jest.config.unit.js", | ||
"test:unit:watch": "./resources/jest --config jest.config.unit.js --watch" | ||
"watch": "tsc --watch --preserveWatchOutput", | ||
"build": "tsc", | ||
"prepack": "rm -rf dist && tsc -p tsconfig.build.json", | ||
"test": "jest --config jest.config.js", | ||
"test:watch": "jest --config jest.config.js --watch" | ||
}, | ||
"volta": { | ||
"node": "14.15.1", | ||
"yarn": "1.22.10" | ||
}, | ||
"author": "Expo <support@expo.io>", | ||
"bugs": "https://github.com/expo/eas-build/issues", | ||
"license": "MIT", | ||
"devDependencies": { | ||
@@ -26,0 +22,0 @@ "@types/jest": "^26.0.20", |
Sorry, the diff of this file is not supported yet
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No License Found
License(Experimental) License information could not be found.
Found 1 instance in 1 package
0
1
65523