@unifold/analytics 0.1.78 → 0.1.80
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
|
@@ -345,6 +345,6 @@ declare function generateKSUID(): string;
|
|
|
345
345
|
*/
|
|
346
346
|
declare function generatePrefixedKSUID(prefix: string): string;
|
|
347
347
|
|
|
348
|
-
declare const PACKAGE_VERSION = "0.1.
|
|
348
|
+
declare const PACKAGE_VERSION = "0.1.80";
|
|
349
349
|
|
|
350
350
|
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
|
@@ -345,6 +345,6 @@ declare function generateKSUID(): string;
|
|
|
345
345
|
*/
|
|
346
346
|
declare function generatePrefixedKSUID(prefix: string): string;
|
|
347
347
|
|
|
348
|
-
declare const PACKAGE_VERSION = "0.1.
|
|
348
|
+
declare const PACKAGE_VERSION = "0.1.80";
|
|
349
349
|
|
|
350
350
|
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