cloudbuild-task-contracts
Advanced tools
Comparing version
{ | ||
"name": "cloudbuild-task-contracts", | ||
"version": "0.1.105-beta", | ||
"version": "0.1.122-beta", | ||
"description": "Abstractions that most/all cloud build services can fulfill in order to allow the development of tasks for submission to the various cloud build marketplaces while maintaining primarily just one codebase.", | ||
@@ -26,10 +26,10 @@ "main": "lib/index.js", | ||
"devDependencies": { | ||
"@types/jest": "^26.0.8", | ||
"@types/node": "^14.0.27", | ||
"@types/jest": "^26.0.20", | ||
"@types/node": "^14.14.31", | ||
"jest": "^26.4.2", | ||
"jshint": "^2.12.0", | ||
"ts-jest": "^26.3.0", | ||
"ts-jest": "^26.5.2", | ||
"tslint": "^6.1.3", | ||
"typescript": "^4.0.2" | ||
"typescript": "^4.2.2" | ||
} | ||
} |
24154
0.01%