@blade-hq/agent-client 2610.0.0-beta.35 → 2610.0.0-beta.36
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
|
@@ -5404,7 +5404,7 @@ function resolveAuthToken(options) {
|
|
|
5404
5404
|
|
|
5405
5405
|
// src/version.ts
|
|
5406
5406
|
var SDK_NAME = "agent-client";
|
|
5407
|
-
var SDK_VERSION = true ? "2610.0.0-beta.
|
|
5407
|
+
var SDK_VERSION = true ? "2610.0.0-beta.36" : "1.1.1";
|
|
5408
5408
|
|
|
5409
5409
|
// src/socket.ts
|
|
5410
5410
|
function withSdkIdentity(auth) {
|