@messagebird/sdk 0.12.0 → 0.12.1
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/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -4743,9 +4743,9 @@ var BirdClient = class {
|
|
|
4743
4743
|
this.#headers = {
|
|
4744
4744
|
...opts.defaultHeaders,
|
|
4745
4745
|
Authorization: `Bearer ${opts.apiKey}`,
|
|
4746
|
-
"User-Agent": `bird-sdk-js/0.12.
|
|
4746
|
+
"User-Agent": `bird-sdk-js/0.12.1`,
|
|
4747
4747
|
"Bird-Surface": "sdk-js",
|
|
4748
|
-
"Bird-Version": "0.12.
|
|
4748
|
+
"Bird-Version": "0.12.1"
|
|
4749
4749
|
};
|
|
4750
4750
|
const caller = detectCaller();
|
|
4751
4751
|
if (caller) this.#headers["Bird-Caller"] = caller;
|