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
2.0.0
to
2.1.0
+1
-1
dist/version.d.ts

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

export declare const VERSION = "2.0.0";
export declare const VERSION = "2.1.0";
// Managed by release-please (generic updater) — do not hand-edit.
export const VERSION = '2.0.0'; // x-release-please-version
export const VERSION = '2.1.0'; // x-release-please-version
//# sourceMappingURL=version.js.map
{
"name": "@fetchproxy/cli",
"version": "2.0.0",
"version": "2.1.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": "^2.0.0",
"@fetchproxy/protocol": "^2.0.0",
"@fetchproxy/server": "^2.0.0"
"@fetchproxy/bootstrap": "^2.1.0",
"@fetchproxy/protocol": "^2.1.0",
"@fetchproxy/server": "^2.1.0"
},
"devDependencies": {
"@fetchproxy/test-helpers": "^2.0.0"
"@fetchproxy/test-helpers": "^2.1.0"
}
}