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