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

@alwaysmeticulous/client

Package Overview
Dependencies
Maintainers
5
Versions
109
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@alwaysmeticulous/client - npm Package Compare versions

Comparing version 2.118.0 to 2.119.0

3

dist/api/test-run.api.d.ts

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

logicalEnvironmentVersion?: number;
useCloudReplayEnvironmentVersion?: boolean;
}
export declare const getLatestTestRunResults: ({ client, commitSha, logicalEnvironmentVersion, }: GetLatestTestRunOptions) => Promise<TestRun | null>;
export declare const getLatestTestRunResults: ({ client, commitSha, logicalEnvironmentVersion, useCloudReplayEnvironmentVersion, }: GetLatestTestRunOptions) => Promise<TestRun | null>;

@@ -30,3 +30,3 @@ "use strict";

exports.getTestRun = getTestRun;
const getLatestTestRunResults = async ({ client, commitSha, logicalEnvironmentVersion, }) => {
const getLatestTestRunResults = async ({ client, commitSha, logicalEnvironmentVersion, useCloudReplayEnvironmentVersion, }) => {
var _a;

@@ -42,2 +42,5 @@ const { data } = await client

: {}),
...(useCloudReplayEnvironmentVersion
? { useCloudReplayEnvironmentVersion: true }
: {}),
},

@@ -44,0 +47,0 @@ })

{
"name": "@alwaysmeticulous/client",
"version": "2.118.0",
"version": "2.119.0",
"description": "Helper methods for using the Meticulous backend API",

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

},
"gitHead": "79e655fd5fcec9617b2a4b31640ede21ab112981"
"gitHead": "aa958ab3498dbc599f137ba129710e2fa88ad2db"
}

Sorry, the diff of this file is not supported yet

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