@okxweb3/a2a-node 0.0.6-beta-38940d220c-260612164622 → 0.0.6
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 +4 -4
- package/dist/index.js +4 -4
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -18444,7 +18444,7 @@ var init_sentry_config = __esm({
|
|
|
18444
18444
|
environment = process.env.SENTRY_ENV === "dev" ? "dev" : "prod";
|
|
18445
18445
|
SENTRY_CONFIG = {
|
|
18446
18446
|
projectName: "okx/openclaw-okx-a2a-extension",
|
|
18447
|
-
release: "0.0.6
|
|
18447
|
+
release: "0.0.6",
|
|
18448
18448
|
environment
|
|
18449
18449
|
};
|
|
18450
18450
|
}
|
|
@@ -84847,12 +84847,12 @@ async function runListenerWithLock(options, paths) {
|
|
|
84847
84847
|
}));
|
|
84848
84848
|
}
|
|
84849
84849
|
});
|
|
84850
|
-
service.setPluginVersion("0.0.6
|
|
84850
|
+
service.setPluginVersion("0.0.6");
|
|
84851
84851
|
await service.init();
|
|
84852
84852
|
const pluginVersionStatus = service.pluginVersionStatus;
|
|
84853
84853
|
if (pluginVersionStatus.unavailable) {
|
|
84854
84854
|
throw new Error(
|
|
84855
|
-
`@okxweb3/a2a-node v${"0.0.6
|
|
84855
|
+
`@okxweb3/a2a-node v${"0.0.6"} is below the required minimum v${pluginVersionStatus.minVersion}`
|
|
84856
84856
|
);
|
|
84857
84857
|
}
|
|
84858
84858
|
const systemConfig = service.getSystemConfig();
|
|
@@ -84870,7 +84870,7 @@ async function runListenerWithLock(options, paths) {
|
|
|
84870
84870
|
onchainosAgentId: "*",
|
|
84871
84871
|
reason: "system-config missing sentryDsn",
|
|
84872
84872
|
pluginId: "@okxweb3/a2a-node",
|
|
84873
|
-
pluginVersion: "0.0.6
|
|
84873
|
+
pluginVersion: "0.0.6"
|
|
84874
84874
|
});
|
|
84875
84875
|
}
|
|
84876
84876
|
console.log(
|
package/dist/index.js
CHANGED
|
@@ -83434,7 +83434,7 @@ function startUserAttentionWatcherCoordinator(options) {
|
|
|
83434
83434
|
var environment = process.env.SENTRY_ENV === "dev" ? "dev" : "prod";
|
|
83435
83435
|
var SENTRY_CONFIG = {
|
|
83436
83436
|
projectName: "okx/openclaw-okx-a2a-extension",
|
|
83437
|
-
release: "0.0.6
|
|
83437
|
+
release: "0.0.6",
|
|
83438
83438
|
environment
|
|
83439
83439
|
};
|
|
83440
83440
|
|
|
@@ -83553,12 +83553,12 @@ async function runListenerWithLock(options, paths) {
|
|
|
83553
83553
|
}));
|
|
83554
83554
|
}
|
|
83555
83555
|
});
|
|
83556
|
-
service.setPluginVersion("0.0.6
|
|
83556
|
+
service.setPluginVersion("0.0.6");
|
|
83557
83557
|
await service.init();
|
|
83558
83558
|
const pluginVersionStatus = service.pluginVersionStatus;
|
|
83559
83559
|
if (pluginVersionStatus.unavailable) {
|
|
83560
83560
|
throw new Error(
|
|
83561
|
-
`@okxweb3/a2a-node v${"0.0.6
|
|
83561
|
+
`@okxweb3/a2a-node v${"0.0.6"} is below the required minimum v${pluginVersionStatus.minVersion}`
|
|
83562
83562
|
);
|
|
83563
83563
|
}
|
|
83564
83564
|
const systemConfig = service.getSystemConfig();
|
|
@@ -83576,7 +83576,7 @@ async function runListenerWithLock(options, paths) {
|
|
|
83576
83576
|
onchainosAgentId: "*",
|
|
83577
83577
|
reason: "system-config missing sentryDsn",
|
|
83578
83578
|
pluginId: "@okxweb3/a2a-node",
|
|
83579
|
-
pluginVersion: "0.0.6
|
|
83579
|
+
pluginVersion: "0.0.6"
|
|
83580
83580
|
});
|
|
83581
83581
|
}
|
|
83582
83582
|
console.log(
|
package/package.json
CHANGED