@messagebird/sdk 0.25.1 → 0.26.0
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.mjs +2 -2
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -5238,9 +5238,9 @@ var BirdClient = class {
|
|
|
5238
5238
|
this.#headers = {
|
|
5239
5239
|
...opts.defaultHeaders,
|
|
5240
5240
|
Authorization: `Bearer ${opts.apiKey}`,
|
|
5241
|
-
"User-Agent": `bird-sdk-js/0.
|
|
5241
|
+
"User-Agent": `bird-sdk-js/0.26.0`,
|
|
5242
5242
|
"Bird-Surface": "sdk-js",
|
|
5243
|
-
"Bird-Version": "0.
|
|
5243
|
+
"Bird-Version": "0.26.0"
|
|
5244
5244
|
};
|
|
5245
5245
|
const caller = detectCaller();
|
|
5246
5246
|
if (caller) this.#headers["Bird-Caller"] = caller;
|
package/package.json
CHANGED