@blade-hq/agent-client 2608.0.8-beta.0 → 2608.0.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 +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -4383,7 +4383,7 @@ function resolveAuthToken(options) {
|
|
|
4383
4383
|
|
|
4384
4384
|
// src/version.ts
|
|
4385
4385
|
var SDK_NAME = "agent-client";
|
|
4386
|
-
var SDK_VERSION = true ? "2608.0.
|
|
4386
|
+
var SDK_VERSION = true ? "2608.0.9" : "1.1.1";
|
|
4387
4387
|
|
|
4388
4388
|
// src/socket.ts
|
|
4389
4389
|
function withSdkIdentity(auth) {
|
|
@@ -4577,7 +4577,7 @@ var BladeClient = class {
|
|
|
4577
4577
|
const response = await (this.options.fetchImpl ?? fetch)(url.toString(), {
|
|
4578
4578
|
method,
|
|
4579
4579
|
body: init.body,
|
|
4580
|
-
credentials: init.credentials ?? "
|
|
4580
|
+
credentials: init.credentials ?? "same-origin",
|
|
4581
4581
|
headers: this.buildHeaders(url, init.headers),
|
|
4582
4582
|
signal: init.signal
|
|
4583
4583
|
});
|