cloudbuild-task-contracts
Advanced tools
Comparing version
@@ -10,3 +10,3 @@ "use strict"; | ||
var __exportStar = (this && this.__exportStar) || function(m, exports) { | ||
for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p); | ||
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); | ||
}; | ||
@@ -13,0 +13,0 @@ Object.defineProperty(exports, "__esModule", { value: true }); |
{ | ||
"name": "cloudbuild-task-contracts", | ||
"version": "0.1.78-alpha", | ||
"version": "0.1.105-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.", | ||
@@ -28,8 +28,8 @@ "main": "lib/index.js", | ||
"@types/node": "^14.0.27", | ||
"jest": "^26.2.2", | ||
"jest": "^26.4.2", | ||
"jshint": "^2.12.0", | ||
"ts-jest": "^26.1.4", | ||
"ts-jest": "^26.3.0", | ||
"tslint": "^6.1.3", | ||
"typescript": "^3.9.7" | ||
"typescript": "^4.0.2" | ||
} | ||
} |
24152
0.1%