@blade-hq/agent-client 1.1.9 → 1.1.10
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/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -3821,7 +3821,7 @@ function resolveAuthToken(options) {
|
|
|
3821
3821
|
|
|
3822
3822
|
// src/version.ts
|
|
3823
3823
|
var SDK_NAME = "agent-client";
|
|
3824
|
-
var SDK_VERSION = true ? "1.1.
|
|
3824
|
+
var SDK_VERSION = true ? "1.1.10" : "1.1.1";
|
|
3825
3825
|
|
|
3826
3826
|
// src/socket.ts
|
|
3827
3827
|
function withSdkIdentity(auth) {
|