@blade-hq/agent-client 2610.0.0-beta.46 → 2610.0.0-beta.47
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
|
@@ -5924,7 +5924,7 @@ function resolveServiceUrl(endpoints, name, path = "") {
|
|
|
5924
5924
|
|
|
5925
5925
|
// src/version.ts
|
|
5926
5926
|
var SDK_NAME = "agent-client";
|
|
5927
|
-
var SDK_VERSION = true ? "2610.0.0-beta.
|
|
5927
|
+
var SDK_VERSION = true ? "2610.0.0-beta.47" : "1.1.1";
|
|
5928
5928
|
|
|
5929
5929
|
// src/commands/protocol.ts
|
|
5930
5930
|
function isCommandEnvelope(value) {
|