@blade-hq/agent-client 2610.0.0-beta.55 → 2610.0.0-beta.56
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/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -6560,7 +6560,7 @@ function resolveServiceUrl(endpoints, name, path = "") {
|
|
|
6560
6560
|
|
|
6561
6561
|
// src/version.ts
|
|
6562
6562
|
var SDK_NAME = "agent-client";
|
|
6563
|
-
var SDK_VERSION = true ? "2610.0.0-beta.
|
|
6563
|
+
var SDK_VERSION = true ? "2610.0.0-beta.56" : "1.1.1";
|
|
6564
6564
|
|
|
6565
6565
|
// src/commands/protocol.ts
|
|
6566
6566
|
function isCommandEnvelope(value) {
|