@fetchproxy/cli
Advanced tools
@@ -1,1 +0,1 @@ | ||
| export declare const VERSION = "1.10.0"; | ||
| export declare const VERSION = "1.11.0"; |
+1
-1
| // Managed by release-please (generic updater) — do not hand-edit. | ||
| export const VERSION = '1.10.0'; // x-release-please-version | ||
| export const VERSION = '1.11.0'; // x-release-please-version | ||
| //# sourceMappingURL=version.js.map |
+5
-5
| { | ||
| "name": "@fetchproxy/cli", | ||
| "version": "1.10.0", | ||
| "version": "1.11.0", | ||
| "description": "One-shot CLI for the fetchproxy bridge: authenticated fetches and session reads through the user's signed-in browser tab, scoped by per-service profiles.", | ||
@@ -33,9 +33,9 @@ "type": "module", | ||
| "dependencies": { | ||
| "@fetchproxy/bootstrap": "^1.10.0", | ||
| "@fetchproxy/protocol": "^1.10.0", | ||
| "@fetchproxy/server": "^1.10.0" | ||
| "@fetchproxy/bootstrap": "^1.11.0", | ||
| "@fetchproxy/protocol": "^1.11.0", | ||
| "@fetchproxy/server": "^1.11.0" | ||
| }, | ||
| "devDependencies": { | ||
| "@fetchproxy/test-helpers": "^1.10.0" | ||
| "@fetchproxy/test-helpers": "^1.11.0" | ||
| } | ||
| } |
Updated
Updated