@messagebird/sdk 0.21.1 → 0.21.2

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
@@ -5109,9 +5109,9 @@ var BirdClient = class {
5109
5109
  this.#headers = {
5110
5110
  ...opts.defaultHeaders,
5111
5111
  Authorization: `Bearer ${opts.apiKey}`,
5112
- "User-Agent": `bird-sdk-js/0.21.1`,
5112
+ "User-Agent": `bird-sdk-js/0.21.2`,
5113
5113
  "Bird-Surface": "sdk-js",
5114
- "Bird-Version": "0.21.1"
5114
+ "Bird-Version": "0.21.2"
5115
5115
  };
5116
5116
  const caller = detectCaller();
5117
5117
  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.21.1",
3
+ "version": "0.21.2",
4
4
  "description": "Official TypeScript SDK for the Bird API.",
5
5
  "license": "MIT",
6
6
  "author": "Bird",