Sign In

@fetchproxy/cli

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fetchproxy/cli - npm Package Compare versions

Comparing version
1.10.0
to
1.11.0
+1
-1
dist/version.d.ts

@@ -1,1 +0,1 @@

export declare const VERSION = "1.10.0";
export declare const VERSION = "1.11.0";
// 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
{
"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"
}
}