@node9/proxy 2.22.0 → 2.22.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli.js +1 -1
- package/dist/cli.mjs +1 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -60546,7 +60546,7 @@ var COLOR = {
|
|
|
60546
60546
|
medium: import_chalk32.default.yellow,
|
|
60547
60547
|
advisory: import_chalk32.default.gray
|
|
60548
60548
|
};
|
|
60549
|
-
var ACTION_URL = "https://github.com/marketplace/actions/node9-agent-security
|
|
60549
|
+
var ACTION_URL = "https://github.com/marketplace/actions/node9-agent-security?ref=cli_scan_repo";
|
|
60550
60550
|
function renderCta(res) {
|
|
60551
60551
|
const L = [];
|
|
60552
60552
|
L.push(import_chalk32.default.dim(" " + "\u2500".repeat(63)));
|
package/dist/cli.mjs
CHANGED
|
@@ -60535,7 +60535,7 @@ var COLOR = {
|
|
|
60535
60535
|
medium: chalk32.yellow,
|
|
60536
60536
|
advisory: chalk32.gray
|
|
60537
60537
|
};
|
|
60538
|
-
var ACTION_URL = "https://github.com/marketplace/actions/node9-agent-security
|
|
60538
|
+
var ACTION_URL = "https://github.com/marketplace/actions/node9-agent-security?ref=cli_scan_repo";
|
|
60539
60539
|
function renderCta(res) {
|
|
60540
60540
|
const L = [];
|
|
60541
60541
|
L.push(chalk32.dim(" " + "\u2500".repeat(63)));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@node9/proxy",
|
|
3
|
-
"version": "2.22.
|
|
3
|
+
"version": "2.22.1",
|
|
4
4
|
"description": "IAM for your AI agents. Set what Claude Code, Codex, Gemini, Cursor and any MCP server are allowed to do, review risky actions before they run, and keep every action on the record.",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.mjs",
|