@blade-hq/agent-client 2610.0.0-beta.57 → 2610.0.0-beta.58
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
|
@@ -6588,7 +6588,7 @@ function resolveServiceUrl(endpoints, name, path = "") {
|
|
|
6588
6588
|
|
|
6589
6589
|
// src/version.ts
|
|
6590
6590
|
var SDK_NAME = "agent-client";
|
|
6591
|
-
var SDK_VERSION = true ? "2610.0.0-beta.
|
|
6591
|
+
var SDK_VERSION = true ? "2610.0.0-beta.58" : "1.1.1";
|
|
6592
6592
|
|
|
6593
6593
|
// src/commands/protocol.ts
|
|
6594
6594
|
function isCommandEnvelope(value) {
|