@node9/proxy 1.51.0 → 1.52.0
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 +708 -574
- package/dist/cli.mjs +1557 -1423
- package/dist/dashboard.mjs +1 -1
- package/package.json +1 -1
package/dist/dashboard.mjs
CHANGED
|
@@ -3685,7 +3685,7 @@ var init_setup_pi_shim = __esm({
|
|
|
3685
3685
|
|
|
3686
3686
|
// src/setup.ts
|
|
3687
3687
|
import chalk2 from "chalk";
|
|
3688
|
-
import { confirm } from "@inquirer/prompts";
|
|
3688
|
+
import { confirm as rawConfirm } from "@inquirer/prompts";
|
|
3689
3689
|
import { parse as parseToml, stringify as stringifyToml } from "smol-toml";
|
|
3690
3690
|
import * as yaml from "yaml";
|
|
3691
3691
|
var init_setup = __esm({
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@node9/proxy",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.52.0",
|
|
4
4
|
"description": "The Sudo Command for AI Agents. Execution Security for Claude Code, Codex, Gemini, Cursor, Opencode, Pi, and any MCP server.",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.mjs",
|