cloudbuild-task-contracts
Advanced tools
Comparing version
"use strict"; | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||
var desc = Object.getOwnPropertyDescriptor(m, k); | ||
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { | ||
desc = { enumerable: true, get: function() { return m[k]; } }; | ||
} | ||
Object.defineProperty(o, k2, desc); | ||
}) : (function(o, m, k, k2) { | ||
@@ -6,0 +10,0 @@ if (k2 === undefined) k2 = k; |
{ | ||
"name": "cloudbuild-task-contracts", | ||
"version": "0.1.122-beta", | ||
"version": "0.1.185-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.", | ||
"main": "lib/index.js", | ||
"engines": { | ||
"node": ">= 10.0" | ||
"node": ">= 18.0" | ||
}, | ||
@@ -26,10 +26,11 @@ "scripts": { | ||
"devDependencies": { | ||
"@types/jest": "^26.0.20", | ||
"@types/node": "^14.14.31", | ||
"jest": "^26.4.2", | ||
"jshint": "^2.12.0", | ||
"ts-jest": "^26.5.2", | ||
"@types/jest": "^29.5.2", | ||
"@types/node": "^18.16.3", | ||
"jest": "^29.5.0", | ||
"jshint": "^2.13.6", | ||
"ts-jest": "^29.1.0", | ||
"tslint": "^6.1.3", | ||
"typescript": "^4.2.2" | ||
} | ||
"typescript": "^5.0.4" | ||
}, | ||
"stableVersion": "0.1.0-alpha" | ||
} |
Sorry, the diff of this file is not supported yet
24358
0.84%414
0.98%