@blade-hq/agent-client 1.2.1-beta.7 → 1.2.1-beta.9
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
|
@@ -4131,7 +4131,7 @@ function resolveAuthToken(options) {
|
|
|
4131
4131
|
|
|
4132
4132
|
// src/version.ts
|
|
4133
4133
|
var SDK_NAME = "agent-client";
|
|
4134
|
-
var SDK_VERSION = true ? "1.2.1-beta.
|
|
4134
|
+
var SDK_VERSION = true ? "1.2.1-beta.9" : "1.1.1";
|
|
4135
4135
|
|
|
4136
4136
|
// src/socket.ts
|
|
4137
4137
|
function withSdkIdentity(auth) {
|