Skip to content

Commit d0db510

Browse files
authored
Bump sauce connect (#197)
* Bumping Sauce Connect * Bumping Sauce Connect * Bumping Sauce Connect
1 parent b05f699 commit d0db510

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Node Sauce Labs [![Test Changes](https://github.com/saucelabs/node-saucelabs/actions/workflows/test.yml/badge.svg)](https://github.com/saucelabs/node-saucelabs/actions/workflows/test.yml)
22

3-
Wrapper around all Sauce Labs REST APIs for [Node.js](http://nodejs.org/) (v12 or higher) including support for [Sauce Connect Proxy](https://wiki.saucelabs.com/display/DOCS/Sauce+Connect+Proxy) and TypeScript definitions.
3+
Wrapper around all Sauce Labs REST APIs for [Node.js](http://nodejs.org/) (v14 or higher) including support for
4+
[Sauce Connect Proxy](https://docs.saucelabs.com/secure-connections/sauce-connect/) and TypeScript definitions.
45

56
## Install
67

src/constants.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import os from 'os';
33

44
import {version} from '../package.json';
55

6-
export const DEFAULT_SAUCE_CONNECT_VERSION = '4.9.0';
6+
export const DEFAULT_SAUCE_CONNECT_VERSION = '4.9.1';
77
export const SAUCE_CONNECT_BASE = 'https://saucelabs.com/downloads';
88
export const SAUCE_CONNECT_VERSIONS_ENDPOINT =
99
'https://saucelabs.com/versions.json';
@@ -46,7 +46,7 @@ for (const {paths, parameters, basePath, servers} of protocols) {
4646
for (const [method, description] of Object.entries(methods)) {
4747
let commandName = camelCase(description.operationId);
4848
/**
49-
* mark commands as depcrecated in the command names
49+
* mark commands as deprecated in the command names
5050
*/
5151
if (description.deprecated) {
5252
commandName += 'Deprecated';

0 commit comments

Comments
 (0)