@messagebird/sdk 0.48.0 → 0.49.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
|
@@ -7927,9 +7927,9 @@ var BirdClient = class {
|
|
|
7927
7927
|
this.#headers = {
|
|
7928
7928
|
...opts.defaultHeaders,
|
|
7929
7929
|
...opts.apiKey ? { Authorization: `Bearer ${opts.apiKey}` } : {},
|
|
7930
|
-
"User-Agent": `bird-sdk-js/0.
|
|
7930
|
+
"User-Agent": `bird-sdk-js/0.49.0`,
|
|
7931
7931
|
"Bird-Surface": "sdk-js",
|
|
7932
|
-
"Bird-Version": "0.
|
|
7932
|
+
"Bird-Version": "0.49.0"
|
|
7933
7933
|
};
|
|
7934
7934
|
const caller = detectCaller();
|
|
7935
7935
|
if (caller) this.#headers["Bird-Caller"] = caller;
|
package/package.json
CHANGED