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.69.0 to 2.70.0

dist/api/apply-default-execution-options-from-project.d.ts

7

dist/index.d.ts

@@ -0,5 +1,6 @@

export { applyDefaultExecutionOptionsFromProject } from "./api/apply-default-execution-options-from-project";
export { getProject } from "./api/project.api";
export { getReplay, getReplayDownloadUrl } from "./api/replay.api";
export { getRecordedSession, getRecordedSessionData, getRecordingCommandId, postSessionIdNotification, } from "./api/session.api";
export { getLatestTestRunResults, GetLatestTestRunOptions, } from "./api/test-run.api";
export { getReplay, getReplayDownloadUrl } from "./api/replay.api";
export { createClient, ClientOptions } from "./client";
export { GetLatestTestRunOptions, getLatestTestRunResults, } from "./api/test-run.api";
export { ClientOptions, createClient } from "./client";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.createClient = exports.getReplayDownloadUrl = exports.getReplay = exports.getLatestTestRunResults = exports.postSessionIdNotification = exports.getRecordingCommandId = exports.getRecordedSessionData = exports.getRecordedSession = exports.getProject = void 0;
exports.createClient = exports.getLatestTestRunResults = exports.postSessionIdNotification = exports.getRecordingCommandId = exports.getRecordedSessionData = exports.getRecordedSession = exports.getReplayDownloadUrl = exports.getReplay = exports.getProject = exports.applyDefaultExecutionOptionsFromProject = void 0;
var apply_default_execution_options_from_project_1 = require("./api/apply-default-execution-options-from-project");
Object.defineProperty(exports, "applyDefaultExecutionOptionsFromProject", { enumerable: true, get: function () { return apply_default_execution_options_from_project_1.applyDefaultExecutionOptionsFromProject; } });
var project_api_1 = require("./api/project.api");
Object.defineProperty(exports, "getProject", { enumerable: true, get: function () { return project_api_1.getProject; } });
var replay_api_1 = require("./api/replay.api");
Object.defineProperty(exports, "getReplay", { enumerable: true, get: function () { return replay_api_1.getReplay; } });
Object.defineProperty(exports, "getReplayDownloadUrl", { enumerable: true, get: function () { return replay_api_1.getReplayDownloadUrl; } });
var session_api_1 = require("./api/session.api");

@@ -13,7 +18,4 @@ Object.defineProperty(exports, "getRecordedSession", { enumerable: true, get: function () { return session_api_1.getRecordedSession; } });

Object.defineProperty(exports, "getLatestTestRunResults", { enumerable: true, get: function () { return test_run_api_1.getLatestTestRunResults; } });
var replay_api_1 = require("./api/replay.api");
Object.defineProperty(exports, "getReplay", { enumerable: true, get: function () { return replay_api_1.getReplay; } });
Object.defineProperty(exports, "getReplayDownloadUrl", { enumerable: true, get: function () { return replay_api_1.getReplayDownloadUrl; } });
var client_1 = require("./client");
Object.defineProperty(exports, "createClient", { enumerable: true, get: function () { return client_1.createClient; } });
//# sourceMappingURL=index.js.map
{
"name": "@alwaysmeticulous/client",
"version": "2.69.0",
"version": "2.70.0",
"description": "Helper methods for using the Meticulous backend API",

@@ -22,4 +22,5 @@ "license": "ISC",

"dependencies": {
"@alwaysmeticulous/api": "^2.69.0",
"@alwaysmeticulous/common": "^2.69.0",
"@alwaysmeticulous/api": "^2.70.0",
"@alwaysmeticulous/common": "^2.70.0",
"@alwaysmeticulous/sdk-bundles-api": "^2.70.0",
"axios": "^1.2.6",

@@ -46,3 +47,3 @@ "axios-retry": "^3.5.0",

},
"gitHead": "21e126bd937dbad568c8923ed95ba1f1ccb026f8"
"gitHead": "f6b1b6f2e2f513d53c3cb427644bbb2afa928741"
}

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