@usagetap/sdk 1.3.1 → 1.3.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.
package/dist/index.mjs CHANGED
@@ -769,7 +769,7 @@ var SDK_HEADER = "x-usage-sdk";
769
769
  var USER_AGENT = "UsageTapClient";
770
770
  var CANONICAL_MEDIA_TYPE = "application/vnd.usagetap.v1+json";
771
771
  var DEFAULT_BASE_URL = "https://api.usagetap.com";
772
- var SDK_VERSION = "1.3.1" ;
772
+ var SDK_VERSION = "1.3.2" ;
773
773
  var HAS_WINDOW = typeof globalThis !== "undefined" && typeof globalThis.window !== "undefined";
774
774
  var UsageTapClient = class {
775
775
  apiKey;