@okxweb3/a2a-node 0.0.1-beta-38940d220c-260604115314 → 0.0.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 +2 -2
- package/dist/index.js +2 -2
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -82588,12 +82588,12 @@ async function runListenerWithLock(options, paths) {
|
|
|
82588
82588
|
}));
|
|
82589
82589
|
}
|
|
82590
82590
|
});
|
|
82591
|
-
service.setPluginVersion("0.0.1
|
|
82591
|
+
service.setPluginVersion("0.0.1");
|
|
82592
82592
|
await service.init();
|
|
82593
82593
|
const pluginVersionStatus = service.pluginVersionStatus;
|
|
82594
82594
|
if (pluginVersionStatus.unavailable) {
|
|
82595
82595
|
throw new Error(
|
|
82596
|
-
`@okxweb3/a2a-node v${"0.0.1
|
|
82596
|
+
`@okxweb3/a2a-node v${"0.0.1"} is below the required minimum v${pluginVersionStatus.minVersion}`
|
|
82597
82597
|
);
|
|
82598
82598
|
}
|
|
82599
82599
|
console.log(
|
package/dist/index.js
CHANGED
|
@@ -81334,12 +81334,12 @@ async function runListenerWithLock(options, paths) {
|
|
|
81334
81334
|
}));
|
|
81335
81335
|
}
|
|
81336
81336
|
});
|
|
81337
|
-
service.setPluginVersion("0.0.1
|
|
81337
|
+
service.setPluginVersion("0.0.1");
|
|
81338
81338
|
await service.init();
|
|
81339
81339
|
const pluginVersionStatus = service.pluginVersionStatus;
|
|
81340
81340
|
if (pluginVersionStatus.unavailable) {
|
|
81341
81341
|
throw new Error(
|
|
81342
|
-
`@okxweb3/a2a-node v${"0.0.1
|
|
81342
|
+
`@okxweb3/a2a-node v${"0.0.1"} is below the required minimum v${pluginVersionStatus.minVersion}`
|
|
81343
81343
|
);
|
|
81344
81344
|
}
|
|
81345
81345
|
console.log(
|
package/package.json
CHANGED