@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 +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
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.
|
|
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.
|
|
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;
|