Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@alwaysmeticulous/sdk-bundles-api

Package Overview
Dependencies
Maintainers
0
Versions
154
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@alwaysmeticulous/sdk-bundles-api - npm Package Compare versions

Comparing version 2.176.0 to 2.177.0

dist/replay-orchestrator/bundle-to-sdk/execute-scheduled-test-run-chunk.d.ts

4

dist/index.d.ts

@@ -7,4 +7,6 @@ export { RecordConfig, RecordSettings } from "./record";

export { ExecuteScheduledTestRunOptions } from "./replay-orchestrator/sdk-to-bundle/execute-scheduled-test-run";
export { ExecuteTestRunResult, TestRunExecution, RunningTestRunExecution, FinishedTestRunExecution, TestRunProgress, DetailedTestCaseResult, } from "./replay-orchestrator/bundle-to-sdk/execute-test-run";
export { ExecuteScheduledTestRunChunkOptions } from "./replay-orchestrator/sdk-to-bundle/execute-scheduled-test-run-chunk";
export { ExecuteTestRunResult, ExecutionProgress, TestRunExecution, RunningTestRunExecution, FinishedTestRunExecution, TestRunProgress, DetailedTestCaseResult, } from "./replay-orchestrator/bundle-to-sdk/execute-test-run";
export { InProgressTestRun } from "./replay-orchestrator/bundle-to-sdk/execute-scheduled-test-run";
export { InProgressTestRunChunk, ExecuteTestRunChunkResult, TestRunChunkExecution, } from "./replay-orchestrator/bundle-to-sdk/execute-scheduled-test-run-chunk";
export { ReplayAndStoreResultsResult, ReplayExecution, BeforeUserEventResult, IndexedReplayableEvent, } from "./replay-orchestrator/bundle-to-sdk/execute-replay";

@@ -11,0 +13,0 @@ export { ScreenshotDiffData } from "./replay-orchestrator/bundle-to-sdk/execute-replay";

@@ -11,3 +11,3 @@ import { Project, TestCaseResult, TestRunStatus } from "@alwaysmeticulous/api";

project: Project;
progress: TestRunProgress;
progress: ExecutionProgress;
url: string;

@@ -31,3 +31,3 @@ }

}
export interface TestRunProgress {
export interface ExecutionProgress {
failedTestCases: number;

@@ -38,2 +38,6 @@ flakedTestCases: number;

}
/**
* @deprecated Use `ExecutionProgress` instead.
*/
export type TestRunProgress = ExecutionProgress;
export interface DetailedTestCaseResult extends TestCaseResult {

@@ -40,0 +44,0 @@ screenshotDiffDataByBaseReplayId: Record<string, ScreenshotDiffData>;

{
"name": "@alwaysmeticulous/sdk-bundles-api",
"version": "2.176.0",
"version": "2.177.0",
"description": "Meticulous common types",

@@ -22,3 +22,3 @@ "license": "ISC",

"devDependencies": {
"@alwaysmeticulous/api": "^2.175.0"
"@alwaysmeticulous/api": "^2.177.0"
},

@@ -50,3 +50,3 @@ "peerDependencies": {

},
"gitHead": "c925c0c59a21297a179f3369ac9980b8eab714a5"
"gitHead": "99b38cab406ba8de7e0fde5fd53cd98a81449ed1"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc