@blade-hq/agent-client 2610.0.0-beta.20 → 2610.0.0-beta.21
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
|
@@ -4651,7 +4651,7 @@ function resolveAuthToken(options) {
|
|
|
4651
4651
|
|
|
4652
4652
|
// src/version.ts
|
|
4653
4653
|
var SDK_NAME = "agent-client";
|
|
4654
|
-
var SDK_VERSION = true ? "2610.0.0-beta.
|
|
4654
|
+
var SDK_VERSION = true ? "2610.0.0-beta.21" : "1.1.1";
|
|
4655
4655
|
|
|
4656
4656
|
// src/socket.ts
|
|
4657
4657
|
function withSdkIdentity(auth) {
|