@fidacy/openclaw-plugin 0.4.1 → 0.4.2
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 +3 -3
- package/openclaw.plugin.json +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -4739,7 +4739,7 @@ function resolveMandateRules(cfg) {
|
|
|
4739
4739
|
}
|
|
4740
4740
|
|
|
4741
4741
|
// ../mcp/src/telemetry.ts
|
|
4742
|
-
var CLIENT_VERSION = true ? "0.4.
|
|
4742
|
+
var CLIENT_VERSION = true ? "0.4.2" : "dev";
|
|
4743
4743
|
function bandOf(amount) {
|
|
4744
4744
|
if (typeof amount !== "number" || !Number.isFinite(amount) || amount <= 0) return void 0;
|
|
4745
4745
|
if (amount < 10) return "lt10";
|
|
@@ -4927,7 +4927,7 @@ function requestUpgrade() {
|
|
|
4927
4927
|
}
|
|
4928
4928
|
|
|
4929
4929
|
// ../mcp/src/provision.ts
|
|
4930
|
-
var CLIENT_VERSION2 = true ? "0.4.
|
|
4930
|
+
var CLIENT_VERSION2 = true ? "0.4.2" : "dev";
|
|
4931
4931
|
function provisionEnabled() {
|
|
4932
4932
|
const v = (process.env.FIDACY_DISABLE_PROVISION ?? "").trim().toLowerCase();
|
|
4933
4933
|
return !(v === "1" || v === "true" || v === "yes");
|
|
@@ -5069,7 +5069,7 @@ function trialCountdownLine(keyOverride) {
|
|
|
5069
5069
|
}
|
|
5070
5070
|
|
|
5071
5071
|
// ../mcp/src/register.ts
|
|
5072
|
-
var CLIENT_VERSION3 = true ? "0.4.
|
|
5072
|
+
var CLIENT_VERSION3 = true ? "0.4.2" : "dev";
|
|
5073
5073
|
function endpoint3() {
|
|
5074
5074
|
const base = (process.env.FIDACY_ENGINE_URL ?? "https://api.fidacy.com").replace(/\/$/, "");
|
|
5075
5075
|
return `${base}/v1/register`;
|
package/openclaw.plugin.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"name": "Fidacy AI Agent Firewall",
|
|
4
4
|
"description": "A signed, independently-verifiable verdict on every money-moving agent action. Blocks wrong/lookalike payee, over-cap, and duplicate-invoice fraud before money moves. Non-custodial, local-first, deny-by-default.",
|
|
5
5
|
"icon": "https://fidacy.com/logo.png",
|
|
6
|
-
"version": "0.4.
|
|
6
|
+
"version": "0.4.2",
|
|
7
7
|
"contracts": {
|
|
8
8
|
"tools": [
|
|
9
9
|
"request_payment",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fidacy/openclaw-plugin",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.2",
|
|
4
4
|
"description": "Fidacy payment firewall as a native OpenClaw plugin: signed, verifiable verdicts on every money-moving agent action, in-process (no MCP subprocess).",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": "Fidacy (ZeepCode Group Technology LLC) <hello@fidacy.com> (https://fidacy.com)",
|