@alwaysmeticulous/common
Advanced tools
Comparing version 1.7.4 to 1.7.6
@@ -7,3 +7,3 @@ export { defer, Deferred, DeferredStatus } from "./defer"; | ||
export type { CreateReplayDebuggerFn, ReplayDebuggerDependencies, ReplayDebuggerOptions, } from "./types/replay-debugger.types"; | ||
export type { BaseReplayEventsDependencies, ReplayEventsDependencies, ReplayEventsDependency, ReplayEventsFn, ReplayEventsOptions, } from "./types/replay.types"; | ||
export type { Replay, BaseReplayEventsDependencies, ReplayEventsDependencies, ReplayEventsDependency, ReplayEventsFn, ReplayEventsOptions, } from "./types/replay.types"; | ||
export type { RecordedSession, SessionData } from "./types/session.types"; |
@@ -41,1 +41,5 @@ import { RecordedSession, SessionData } from "./session.types"; | ||
}>; | ||
export interface Replay { | ||
id: string; | ||
[key: string]: any; | ||
} |
{ | ||
"name": "@alwaysmeticulous/common", | ||
"version": "1.7.4", | ||
"version": "1.7.6", | ||
"description": "Meticulous common utilities", | ||
@@ -41,3 +41,3 @@ "license": "ISC", | ||
}, | ||
"gitHead": "9a93d602b676b23114a48afeec0880574719014a" | ||
"gitHead": "488984f4377633ef28643d8a46d08b574da7ef51" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
74846
298