@hexonet/ispapi-apiconnector
Advanced tools
Comparing version 9.0.5 to 9.0.6
{ | ||
"name": "@hexonet/ispapi-apiconnector", | ||
"description": "Node.js SDK for the insanely fast HEXONET API", | ||
"version": "9.0.5", | ||
"version": "9.0.6", | ||
"private": false, | ||
@@ -55,6 +55,4 @@ "author": { | ||
"@semantic-release/changelog": "^6.0.3", | ||
"@semantic-release/exec": "^6.0.3", | ||
"@semantic-release/git": "^10.0.1", | ||
"@tsconfig/node20": "^20.1.4", | ||
"@tsconfig/recommended": "^1.0.6", | ||
"@types/chai": "^4.3.1", | ||
@@ -68,4 +66,2 @@ "@types/mocha": "^10.0.0", | ||
"docco": "^0.9.1", | ||
"jsdoc": "^4.0.0", | ||
"jsdoc-oblivion": "^0.0.9", | ||
"mocha": "^10.0.0", | ||
@@ -75,5 +71,6 @@ "nock": "^13.2.7", | ||
"semantic-release": "^23.0.0", | ||
"semantic-release-replace-plugin": "^1.2.7", | ||
"semantic-release-teams-notify-plugin": "github:centralnicgroup-opensource/rtldev-middleware-semantic-release-notify-plugin#RSRMID-1010-gulp-task-migration", | ||
"tsx": "^4.7.2", | ||
"typedoc": "^0.25.0", | ||
"typedoc": "^0.25.13", | ||
"typescript": "^5.3.2" | ||
@@ -80,0 +77,0 @@ }, |
@@ -7,3 +7,3 @@ import fetch from "cross-fetch"; | ||
export const ISPAPI_CONNECTION_URL_PROXY = "http://127.0.0.1/api/call.cgi"; | ||
export const ISPAPI_CONNECTION_URL_PROXY = "http://9.0.6.1/api/call.cgi"; | ||
export const ISPAPI_CONNECTION_URL_LIVE = "https://api.ispapi.net/api/call.cgi"; | ||
@@ -191,3 +191,3 @@ export const ISPAPI_CONNECTION_URL_OTE = | ||
public getVersion(): string { | ||
return "9.0.5"; | ||
return "9.0.6"; | ||
} | ||
@@ -194,0 +194,0 @@ |
226764
20