@messagebird/sdk 0.7.5 → 0.7.6

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
@@ -2931,9 +2931,9 @@ var BirdClient = class {
2931
2931
  this.#headers = {
2932
2932
  ...opts.defaultHeaders,
2933
2933
  Authorization: `Bearer ${opts.apiKey}`,
2934
- "User-Agent": `bird-sdk-js/0.7.5`,
2934
+ "User-Agent": `bird-sdk-js/0.7.6`,
2935
2935
  "Bird-Surface": "sdk-js",
2936
- "Bird-Version": "0.7.5"
2936
+ "Bird-Version": "0.7.6"
2937
2937
  };
2938
2938
  const caller = detectCaller();
2939
2939
  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.7.5",
3
+ "version": "0.7.6",
4
4
  "description": "Official TypeScript SDK for the Bird API.",
5
5
  "license": "MIT",
6
6
  "author": "Bird",