Skip to content

Commit 717d417

Browse files
fix(tests): refactor to minimize maintenance effort
1 parent e9f09dc commit 717d417

File tree

5 files changed

+485
-624
lines changed

5 files changed

+485
-624
lines changed

dist/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@hexonet/ispapi-apiconnector",
33
"description": "Node.js SDK for the insanely fast HEXONET API",
4-
"version": "7.0.6",
4+
"version": "7.0.7",
55
"private": false,
66
"author": {
77
"name": "Kai Schwarz",
@@ -67,7 +67,7 @@
6767
"@types/chai": "^4.2.22",
6868
"@types/chai-as-promised": "^7.1.4",
6969
"@types/mocha": "^9.0.0",
70-
"@types/node": "^16.11.7",
70+
"@types/node": "^17.0.5",
7171
"chai": "^4.3.4",
7272
"chai-as-promised": "^7.1.1",
7373
"cross-env": "^7.0.3",

dist/src/apiclient.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import { Logger } from "./logger";
22
import { Response } from "./response";
33
export declare const ISPAPI_CONNECTION_URL_PROXY = "http://127.0.0.1/api/call.cgi";
44
export declare const ISPAPI_CONNECTION_URL_LIVE = "https://api.ispapi.net/api/call.cgi";
5+
export declare const ISPAPI_CONNECTION_URL_OTE = "https://api-ote.ispapi.net/api/call.cgi";
56
export declare class APIClient {
67
static readonly socketTimeout: number;
78
private ua;

dist/src/apiclient.d.ts.map

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

0 commit comments

Comments
 (0)