@alwaysmeticulous/sdk-bundles-api
Advanced tools
Comparing version 2.33.0 to 2.34.0
@@ -10,3 +10,3 @@ /** Result of replaying user interactions */ | ||
length: "short"; | ||
reason: "max events" | "max duration"; | ||
reason: "max events" | "max duration" | "full page navigation" | "error"; | ||
} | ||
@@ -13,0 +13,0 @@ export interface BeforeUserEventOptions { |
@@ -1,2 +0,2 @@ | ||
import { SessionData, ReplayTimelineEntry } from "@alwaysmeticulous/api"; | ||
import { SessionData, SDKReplayTimelineEntry } from "@alwaysmeticulous/api"; | ||
import type { LogLevelDesc } from "loglevel"; | ||
@@ -41,3 +41,3 @@ import type { Page } from "puppeteer"; | ||
}; | ||
export type OnReplayTimelineEventFn = (entry: ReplayTimelineEntry) => void; | ||
export type OnReplayTimelineEventFn = (entry: SDKReplayTimelineEntry) => void; | ||
export type OnBeforeUserEventFn = (options: BeforeUserEventOptions) => Promise<void>; | ||
@@ -44,0 +44,0 @@ export interface NetworkStubbingOptions { |
{ | ||
"name": "@alwaysmeticulous/sdk-bundles-api", | ||
"version": "2.33.0", | ||
"version": "2.34.0", | ||
"description": "Meticulous common types", | ||
@@ -21,3 +21,3 @@ "license": "ISC", | ||
"devDependencies": { | ||
"@alwaysmeticulous/api": "^2.33.0" | ||
"@alwaysmeticulous/api": "^2.34.0" | ||
}, | ||
@@ -53,3 +53,3 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "59fcb43a3781892cc3d2e9ce8c3340de8e246108" | ||
"gitHead": "239b51bf54a4114e6134d1a4d38bb1f992284af4" | ||
} |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
9586
1