@blade-hq/agent-client 2610.0.0-beta.43 → 2610.0.0-beta.44
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
|
@@ -5895,7 +5895,7 @@ function resolveServiceUrl(endpoints, name, path = "") {
|
|
|
5895
5895
|
|
|
5896
5896
|
// src/version.ts
|
|
5897
5897
|
var SDK_NAME = "agent-client";
|
|
5898
|
-
var SDK_VERSION = true ? "2610.0.0-beta.
|
|
5898
|
+
var SDK_VERSION = true ? "2610.0.0-beta.44" : "1.1.1";
|
|
5899
5899
|
|
|
5900
5900
|
// src/commands/protocol.ts
|
|
5901
5901
|
function isCommandEnvelope(value) {
|