@augment-vir/node-js
Advanced tools
Comparing version 14.2.2 to 14.3.0
@@ -18,3 +18,3 @@ "use strict"; | ||
ColorKey["success"] = "success"; | ||
})(ColorKey = exports.ColorKey || (exports.ColorKey = {})); | ||
})(ColorKey || (exports.ColorKey = ColorKey = {})); | ||
exports.logColors = { | ||
@@ -55,3 +55,3 @@ [ColorKey.bold]: ansi_colors_1.styles.bold.open, | ||
LogType["success"] = "success"; | ||
})(LogType = exports.LogType || (exports.LogType = {})); | ||
})(LogType || (exports.LogType = LogType = {})); | ||
exports.log = { | ||
@@ -58,0 +58,0 @@ [LogType.info]: (...args) => { |
{ | ||
"name": "@augment-vir/node-js", | ||
"version": "14.2.2", | ||
"version": "14.3.0", | ||
"homepage": "https://github.com/electrovir/augment-vir/tree/main/packages/node-js", | ||
@@ -25,3 +25,3 @@ "bugs": { | ||
"dependencies": { | ||
"@augment-vir/common": "^14.2.2", | ||
"@augment-vir/common": "^14.3.0", | ||
"ansi-colors": "^4.1.3", | ||
@@ -34,3 +34,3 @@ "axios": "^1.4.0", | ||
"devDependencies": { | ||
"@augment-vir/chai": "^14.2.2", | ||
"@augment-vir/chai": "^14.3.0", | ||
"@electrovir/nyc": "^15.1.0-fix0", | ||
@@ -41,3 +41,3 @@ "@istanbuljs/nyc-config-typescript": "^1.0.2", | ||
"@types/mocha": "^10.0.1", | ||
"@types/node": "^18.16.0", | ||
"@types/node": "^20.2.5", | ||
"chai": "^4.3.7", | ||
@@ -48,3 +48,3 @@ "istanbul-smart-text-reporter": "^1.1.2", | ||
"ts-node": "^10.9.1", | ||
"typescript": "^5.0.4" | ||
"typescript": "^5.1.3" | ||
}, | ||
@@ -51,0 +51,0 @@ "publishConfig": { |
36220
Updated@augment-vir/common@^14.3.0