@usagetap/sdk 0.7.0 → 0.7.1

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.cjs CHANGED
@@ -128,7 +128,7 @@ var IDEMPOTENCY_HEADER = "idempotency-key";
128
128
  var SDK_HEADER = "x-usage-sdk";
129
129
  var USER_AGENT = "UsageTapClient";
130
130
  var CANONICAL_MEDIA_TYPE = "application/vnd.usagetap.v1+json";
131
- var SDK_VERSION = "0.7.0" ;
131
+ var SDK_VERSION = "0.7.1" ;
132
132
  var HAS_WINDOW = typeof globalThis !== "undefined" && typeof globalThis.window !== "undefined";
133
133
  var UsageTapClient = class {
134
134
  apiKey;
package/dist/index.mjs CHANGED
@@ -126,7 +126,7 @@ var IDEMPOTENCY_HEADER = "idempotency-key";
126
126
  var SDK_HEADER = "x-usage-sdk";
127
127
  var USER_AGENT = "UsageTapClient";
128
128
  var CANONICAL_MEDIA_TYPE = "application/vnd.usagetap.v1+json";
129
- var SDK_VERSION = "0.7.0" ;
129
+ var SDK_VERSION = "0.7.1" ;
130
130
  var HAS_WINDOW = typeof globalThis !== "undefined" && typeof globalThis.window !== "undefined";
131
131
  var UsageTapClient = class {
132
132
  apiKey;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@usagetap/sdk",
3
- "version": "0.7.0",
3
+ "version": "0.7.1",
4
4
  "description": "UsageTap SDK core client plus optional React helpers.",
5
5
  "license": "UNLICENSED",
6
6
  "type": "module",