@messagebird/sdk 0.31.0 → 0.32.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
|
@@ -7128,9 +7128,9 @@ var BirdClient = class {
|
|
|
7128
7128
|
this.#headers = {
|
|
7129
7129
|
...opts.defaultHeaders,
|
|
7130
7130
|
Authorization: `Bearer ${opts.apiKey}`,
|
|
7131
|
-
"User-Agent": `bird-sdk-js/0.
|
|
7131
|
+
"User-Agent": `bird-sdk-js/0.32.0`,
|
|
7132
7132
|
"Bird-Surface": "sdk-js",
|
|
7133
|
-
"Bird-Version": "0.
|
|
7133
|
+
"Bird-Version": "0.32.0"
|
|
7134
7134
|
};
|
|
7135
7135
|
const caller = detectCaller();
|
|
7136
7136
|
if (caller) this.#headers["Bird-Caller"] = caller;
|
package/package.json
CHANGED