@blade-hq/agent-client 1.1.6 → 1.1.7
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
|
@@ -3811,7 +3811,7 @@ function resolveAuthToken(options) {
|
|
|
3811
3811
|
|
|
3812
3812
|
// src/version.ts
|
|
3813
3813
|
var SDK_NAME = "agent-client";
|
|
3814
|
-
var SDK_VERSION = true ? "1.1.
|
|
3814
|
+
var SDK_VERSION = true ? "1.1.7" : "1.1.1";
|
|
3815
3815
|
|
|
3816
3816
|
// src/socket.ts
|
|
3817
3817
|
function withSdkIdentity(auth) {
|