@messagebird/sdk 0.8.2 → 0.8.3

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.
Files changed (2) hide show
  1. package/dist/index.mjs +2 -2
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -3153,9 +3153,9 @@ var BirdClient = class {
3153
3153
  this.#headers = {
3154
3154
  ...opts.defaultHeaders,
3155
3155
  Authorization: `Bearer ${opts.apiKey}`,
3156
- "User-Agent": `bird-sdk-js/0.8.2`,
3156
+ "User-Agent": `bird-sdk-js/0.8.3`,
3157
3157
  "Bird-Surface": "sdk-js",
3158
- "Bird-Version": "0.8.2"
3158
+ "Bird-Version": "0.8.3"
3159
3159
  };
3160
3160
  const caller = detectCaller();
3161
3161
  if (caller) this.#headers["Bird-Caller"] = caller;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@messagebird/sdk",
3
- "version": "0.8.2",
3
+ "version": "0.8.3",
4
4
  "description": "Official TypeScript SDK for the Bird API.",
5
5
  "license": "MIT",
6
6
  "author": "Bird",