@solongate/proxy 0.81.66 → 0.81.67
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/index.js +1 -1
- package/dist/tui/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -10233,7 +10233,7 @@ function SettingsPanel({
|
|
|
10233
10233
|
const id = editor.id;
|
|
10234
10234
|
setEditor(null);
|
|
10235
10235
|
if (id) run12("alert updated", () => api.settings.updateAlert(id, body), alertQ.reload);
|
|
10236
|
-
else run12(`${editor.channel} alert added`, () => api.settings.createAlert({ name: "
|
|
10236
|
+
else run12(`${editor.channel} alert added`, () => api.settings.createAlert({ name: "SolonGate alert", ...body }), alertQ.reload);
|
|
10237
10237
|
};
|
|
10238
10238
|
const activate = (r) => {
|
|
10239
10239
|
if (r.kind === "acct") {
|
package/dist/tui/index.js
CHANGED
|
@@ -3360,7 +3360,7 @@ function SettingsPanel({
|
|
|
3360
3360
|
const id = editor.id;
|
|
3361
3361
|
setEditor(null);
|
|
3362
3362
|
if (id) run("alert updated", () => api.settings.updateAlert(id, body), alertQ.reload);
|
|
3363
|
-
else run(`${editor.channel} alert added`, () => api.settings.createAlert({ name: "
|
|
3363
|
+
else run(`${editor.channel} alert added`, () => api.settings.createAlert({ name: "SolonGate alert", ...body }), alertQ.reload);
|
|
3364
3364
|
};
|
|
3365
3365
|
const activate = (r) => {
|
|
3366
3366
|
if (r.kind === "acct") {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@solongate/proxy",
|
|
3
|
-
"version": "0.81.
|
|
3
|
+
"version": "0.81.67",
|
|
4
4
|
"description": "AI tool security proxy: protect any AI tool server with customizable policies, path/command constraints, rate limiting, and audit logging. No code changes required.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|