testing-farm
Advanced tools
Comparing version 1.4.1 to 1.4.2
{ | ||
"name": "testing-farm", | ||
"version": "1.4.1", | ||
"version": "1.4.2", | ||
"description": "A NodeJS module to access Testing Farm instances through the REST API.", | ||
@@ -17,3 +17,3 @@ "main": "dist/index.js", | ||
}, | ||
"packageManager": "yarn@3.5.1", | ||
"packageManager": "yarn@3.6.4", | ||
"repository": { | ||
@@ -33,10 +33,10 @@ "type": "git", | ||
"devDependencies": { | ||
"@types/node": "18.16.16", | ||
"@typescript-eslint/eslint-plugin": "5.59.9", | ||
"@typescript-eslint/parser": "5.59.9", | ||
"@vitest/coverage-c8": "^0.29.7", | ||
"eslint": "8.42.0", | ||
"prettier": "2.8.8", | ||
"typescript": "5.1.3", | ||
"vitest": "^0.29.7" | ||
"@types/node": "18.18.3", | ||
"@typescript-eslint/eslint-plugin": "6.7.4", | ||
"@typescript-eslint/parser": "6.7.4", | ||
"@vitest/coverage-v8": "^0.34.6", | ||
"eslint": "8.50.0", | ||
"prettier": "3.0.3", | ||
"typescript": "5.2.2", | ||
"vitest": "^0.34.0" | ||
}, | ||
@@ -43,0 +43,0 @@ "dependencies": { |
90920