@messagebird/sdk 0.25.1 → 0.26.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.
Files changed (2) hide show
  1. package/dist/index.mjs +2 -2
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -5238,9 +5238,9 @@ var BirdClient = class {
5238
5238
  this.#headers = {
5239
5239
  ...opts.defaultHeaders,
5240
5240
  Authorization: `Bearer ${opts.apiKey}`,
5241
- "User-Agent": `bird-sdk-js/0.25.1`,
5241
+ "User-Agent": `bird-sdk-js/0.26.0`,
5242
5242
  "Bird-Surface": "sdk-js",
5243
- "Bird-Version": "0.25.1"
5243
+ "Bird-Version": "0.26.0"
5244
5244
  };
5245
5245
  const caller = detectCaller();
5246
5246
  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.25.1",
3
+ "version": "0.26.0",
4
4
  "description": "The official TypeScript SDK for the Bird API: email, SMS, WhatsApp, verification, and Realtime on one typed client.",
5
5
  "license": "MIT",
6
6
  "author": "Bird",