@blade-hq/agent-client 1.2.1-beta.15 → 1.2.1-beta.17
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
|
@@ -4213,7 +4213,7 @@ function resolveAuthToken(options) {
|
|
|
4213
4213
|
|
|
4214
4214
|
// src/version.ts
|
|
4215
4215
|
var SDK_NAME = "agent-client";
|
|
4216
|
-
var SDK_VERSION = true ? "1.2.1-beta.
|
|
4216
|
+
var SDK_VERSION = true ? "1.2.1-beta.17" : "1.1.1";
|
|
4217
4217
|
|
|
4218
4218
|
// src/socket.ts
|
|
4219
4219
|
function withSdkIdentity(auth) {
|