@blade-hq/agent-client 2608.0.7 → 2608.0.8
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
|
@@ -4222,7 +4222,7 @@ function resolveAuthToken(options) {
|
|
|
4222
4222
|
|
|
4223
4223
|
// src/version.ts
|
|
4224
4224
|
var SDK_NAME = "agent-client";
|
|
4225
|
-
var SDK_VERSION = true ? "2608.0.
|
|
4225
|
+
var SDK_VERSION = true ? "2608.0.8" : "1.1.1";
|
|
4226
4226
|
|
|
4227
4227
|
// src/socket.ts
|
|
4228
4228
|
function withSdkIdentity(auth) {
|