@messagebird/sdk 0.7.5 → 0.7.6
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
|
@@ -2931,9 +2931,9 @@ var BirdClient = class {
|
|
|
2931
2931
|
this.#headers = {
|
|
2932
2932
|
...opts.defaultHeaders,
|
|
2933
2933
|
Authorization: `Bearer ${opts.apiKey}`,
|
|
2934
|
-
"User-Agent": `bird-sdk-js/0.7.
|
|
2934
|
+
"User-Agent": `bird-sdk-js/0.7.6`,
|
|
2935
2935
|
"Bird-Surface": "sdk-js",
|
|
2936
|
-
"Bird-Version": "0.7.
|
|
2936
|
+
"Bird-Version": "0.7.6"
|
|
2937
2937
|
};
|
|
2938
2938
|
const caller = detectCaller();
|
|
2939
2939
|
if (caller) this.#headers["Bird-Caller"] = caller;
|