@unifold/analytics 0.1.73 → 0.1.74
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.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -324,6 +324,6 @@ declare function generateKSUID(): string;
|
|
|
324
324
|
*/
|
|
325
325
|
declare function generatePrefixedKSUID(prefix: string): string;
|
|
326
326
|
|
|
327
|
-
declare const PACKAGE_VERSION = "0.1.
|
|
327
|
+
declare const PACKAGE_VERSION = "0.1.74";
|
|
328
328
|
|
|
329
329
|
export { type AnalyticsConfig, type AnalyticsContext, type AnalyticsEvent, type AnalyticsEventName, AnalyticsEvents, type AnalyticsProperties, Emitter, EventTracker, PACKAGE_VERSION, createEventTracker, forwardEvent, generateKSUID, generatePrefixedKSUID };
|
package/dist/index.d.ts
CHANGED
|
@@ -324,6 +324,6 @@ declare function generateKSUID(): string;
|
|
|
324
324
|
*/
|
|
325
325
|
declare function generatePrefixedKSUID(prefix: string): string;
|
|
326
326
|
|
|
327
|
-
declare const PACKAGE_VERSION = "0.1.
|
|
327
|
+
declare const PACKAGE_VERSION = "0.1.74";
|
|
328
328
|
|
|
329
329
|
export { type AnalyticsConfig, type AnalyticsContext, type AnalyticsEvent, type AnalyticsEventName, AnalyticsEvents, type AnalyticsProperties, Emitter, EventTracker, PACKAGE_VERSION, createEventTracker, forwardEvent, generateKSUID, generatePrefixedKSUID };
|
package/dist/index.js
CHANGED
package/dist/index.mjs
CHANGED
package/package.json
CHANGED