Skip to content

Commit defd4a3

Browse files
author
williamd5
authored
Merge branch 'main' into dependabot/npm_and_yarn/terser-5.16.8
2 parents 16e344b + e2fa989 commit defd4a3

File tree

8 files changed

+13
-13
lines changed

8 files changed

+13
-13
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Cloudnode API SDK
22

3-
![Client Version: 1.10.0](https://img.shields.io/badge/Client%20Version-1.10.0-%2316a34a)
4-
![API Version: 5.11.2](https://img.shields.io/badge/API%20Version-5.11.2-%232563eb)
3+
![Client Version: 1.10.1](https://img.shields.io/badge/Client%20Version-1.10.1-%2316a34a)
4+
![API Version: 5.11.3](https://img.shields.io/badge/API%20Version-5.11.3-%232563eb)
55
![build: passing](https://img.shields.io/badge/build-passing-%2316a34a)
66
![npm downloads](https://img.shields.io/npm/dt/cloudnode-ts?label=downloads)
77

browser/Cloudnode.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ class Cloudnode {
3232
/**
3333
* API version
3434
*/
35-
#apiVersion = `5.11.2`;
35+
#apiVersion = `5.11.3`;
3636
/**
3737
* Client user agent
3838
*/
39-
#userAgent = `cloudnode/1.9.1`;
39+
#userAgent = `cloudnode/1.10.1`;
4040
/**
4141
* Construct a new Cloudnode API client
4242
* @param token API token to use for requests

browser/Cloudnode.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gen/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"name": "Cloudnode",
33
"instanceName": "cloudnode",
44
"baseUrl": "https://api.cloudnode.pro/v5/",
5-
"apiVersion": "5.11.2",
5+
"apiVersion": "5.11.3",
66
"browserSdkUrl": "https://cdn.jsdelivr.net/npm/cloudnode-ts@latest/browser/Cloudnode.min.js"
77
}

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cloudnode-ts",
3-
"version": "1.10.0",
3+
"version": "1.10.1",
44
"description": "A client SDK for the Cloudnode API, written in TypeScript. [Documentation](https://github.com/cloudnode-pro/ts-client#documentation)",
55
"main": "src/Cloudnode.js",
66
"type": "module",

src/Cloudnode.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ class Cloudnode {
3232
/**
3333
* API version
3434
*/
35-
#apiVersion = `5.11.2`;
35+
#apiVersion = `5.11.3`;
3636
/**
3737
* Client user agent
3838
*/
39-
#userAgent = `cloudnode/1.9.1`;
39+
#userAgent = `cloudnode/1.10.1`;
4040
/**
4141
* Construct a new Cloudnode API client
4242
* @param token API token to use for requests

src/Cloudnode.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ class Cloudnode {
3838
/**
3939
* API version
4040
*/
41-
readonly #apiVersion = `5.11.2`;
41+
readonly #apiVersion = `5.11.3`;
4242

4343
/**
4444
* Client user agent
4545
*/
46-
readonly #userAgent = `cloudnode/1.9.1`;
46+
readonly #userAgent = `cloudnode/1.10.1`;
4747

4848
/**
4949
* Construct a new Cloudnode API client

0 commit comments

Comments
 (0)