arky-sdk 0.7.71 → 0.7.72
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.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/types.cjs.map +1 -1
- package/dist/types.d.cts +1 -1
- package/dist/types.d.ts +1 -1
- package/dist/types.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -165,7 +165,7 @@ declare global {
|
|
|
165
165
|
}
|
|
166
166
|
declare function track(eventName: string, params?: Record<string, any>): void;
|
|
167
167
|
|
|
168
|
-
declare const SDK_VERSION = "0.7.
|
|
168
|
+
declare const SDK_VERSION = "0.7.72";
|
|
169
169
|
declare const SUPPORTED_FRAMEWORKS: readonly ["astro", "react", "vue", "svelte", "vanilla"];
|
|
170
170
|
interface ApiConfig {
|
|
171
171
|
httpClient: any;
|
package/dist/index.d.ts
CHANGED
|
@@ -165,7 +165,7 @@ declare global {
|
|
|
165
165
|
}
|
|
166
166
|
declare function track(eventName: string, params?: Record<string, any>): void;
|
|
167
167
|
|
|
168
|
-
declare const SDK_VERSION = "0.7.
|
|
168
|
+
declare const SDK_VERSION = "0.7.72";
|
|
169
169
|
declare const SUPPORTED_FRAMEWORKS: readonly ["astro", "react", "vue", "svelte", "vanilla"];
|
|
170
170
|
interface ApiConfig {
|
|
171
171
|
httpClient: any;
|
package/dist/index.js
CHANGED