@messagebird/sdk 0.37.0 → 0.37.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/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -7132,9 +7132,9 @@ var BirdClient = class {
|
|
|
7132
7132
|
this.#headers = {
|
|
7133
7133
|
...opts.defaultHeaders,
|
|
7134
7134
|
Authorization: `Bearer ${opts.apiKey}`,
|
|
7135
|
-
"User-Agent": `bird-sdk-js/0.37.
|
|
7135
|
+
"User-Agent": `bird-sdk-js/0.37.1`,
|
|
7136
7136
|
"Bird-Surface": "sdk-js",
|
|
7137
|
-
"Bird-Version": "0.37.
|
|
7137
|
+
"Bird-Version": "0.37.1"
|
|
7138
7138
|
};
|
|
7139
7139
|
const caller = detectCaller();
|
|
7140
7140
|
if (caller) this.#headers["Bird-Caller"] = caller;
|
package/package.json
CHANGED