@blade-hq/agent-client 1.2.0-beta.2 → 1.2.1-alpha.1
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/dist/types/socket-events.d.ts +2 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -3953,7 +3953,7 @@ function resolveAuthToken(options) {
|
|
|
3953
3953
|
|
|
3954
3954
|
// src/version.ts
|
|
3955
3955
|
var SDK_NAME = "agent-client";
|
|
3956
|
-
var SDK_VERSION = true ? "1.2.
|
|
3956
|
+
var SDK_VERSION = true ? "1.2.1-alpha.1" : "1.1.1";
|
|
3957
3957
|
|
|
3958
3958
|
// src/socket.ts
|
|
3959
3959
|
function withSdkIdentity(auth) {
|