@octokit/plugin-request-log
Advanced tools
@@ -1,4 +0,4 @@ | ||
| const VERSION = "5.3.1"; | ||
| const VERSION = "6.0.0"; | ||
| export { | ||
| VERSION | ||
| }; |
@@ -1,1 +0,1 @@ | ||
| export declare const VERSION = "5.3.1"; | ||
| export declare const VERSION = "6.0.0"; |
+13
-15
| { | ||
| "name": "@octokit/plugin-request-log", | ||
| "version": "5.3.1", | ||
| "version": "6.0.0", | ||
| "description": "Log all requests and request errors", | ||
@@ -19,15 +19,13 @@ "type": "module", | ||
| "devDependencies": { | ||
| "@octokit/core": "^6.0.0", | ||
| "@octokit/tsconfig": "^3.0.0", | ||
| "@types/fetch-mock": "^7.3.2", | ||
| "@types/jest": "^29.0.0", | ||
| "@types/node": "^20.0.0", | ||
| "esbuild": "^0.23.0", | ||
| "fetch-mock": "npm:@gr2m/fetch-mock@9.11.0-pull-request-644.1", | ||
| "glob": "^11.0.0", | ||
| "jest": "^29.0.0", | ||
| "prettier": "3.3.3", | ||
| "semantic-release-plugin-update-version-in-files": "^1.0.0", | ||
| "ts-jest": "^29.0.0", | ||
| "typescript": "^5.0.0" | ||
| "@octokit/core": "^7.0.0", | ||
| "@octokit/tsconfig": "^4.0.0", | ||
| "@types/node": "^22.0.0", | ||
| "@vitest/coverage-v8": "^3.1.4", | ||
| "esbuild": "^0.25.0", | ||
| "fetch-mock": "^11.0.0", | ||
| "prettier": "3.5.3", | ||
| "semantic-release-plugin-update-version-in-files": "^2.0.0", | ||
| "tinyglobby": "^0.2.13", | ||
| "typescript": "^5.0.0", | ||
| "vitest": "^3.1.4" | ||
| }, | ||
@@ -39,3 +37,3 @@ "publishConfig": { | ||
| "engines": { | ||
| "node": ">= 18" | ||
| "node": ">= 20" | ||
| }, | ||
@@ -42,0 +40,0 @@ "files": [ |
11
-15.38%5915
-1.43%