@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.
@@ -766,7 +766,7 @@ var SDK_HEADER = "x-usage-sdk";
766
766
  var USER_AGENT = "UsageTapClient";
767
767
  var CANONICAL_MEDIA_TYPE = "application/vnd.usagetap.v1+json";
768
768
  var DEFAULT_BASE_URL = "https://api.usagetap.com";
769
- var SDK_VERSION = "1.3.1" ;
769
+ var SDK_VERSION = "1.3.2" ;
770
770
  var HAS_WINDOW = typeof globalThis !== "undefined" && typeof globalThis.window !== "undefined";
771
771
  var UsageTapClient = class {
772
772
  apiKey;