@team-internet/apiconnector
Advanced tools
Comparing version 10.0.4 to 10.0.5
@@ -0,1 +1,8 @@ | ||
## [10.0.5](https://github.com/centralnicgroup-opensource/rtldev-middleware-node-sdk/compare/v10.0.4...v10.0.5) (2025-01-09) | ||
### Bug Fixes | ||
* **deps:** bump idna-uts46-hx from 6.0.5 to 6.0.6 ([de3819f](https://github.com/centralnicgroup-opensource/rtldev-middleware-node-sdk/commit/de3819f3976789720bfb254d6e54ae1c3978106c)) | ||
## [10.0.4](https://github.com/centralnicgroup-opensource/rtldev-middleware-node-sdk/compare/v10.0.3...v10.0.4) (2025-01-08) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@team-internet/apiconnector", | ||
"description": "Node.js SDK for the insanely fast CentralNic Reseller (fka RRPProxy) API", | ||
"version": "10.0.4", | ||
"version": "10.0.5", | ||
"private": false, | ||
@@ -6,0 +6,0 @@ "publishConfig": { |
@@ -8,3 +8,3 @@ import fetch from "cross-fetch"; | ||
export const CNR_CONNECTION_URL_PROXY = "http://10.0.4.1/api/call.cgi"; | ||
export const CNR_CONNECTION_URL_PROXY = "http://10.0.5.1/api/call.cgi"; | ||
export const CNR_CONNECTION_URL_LIVE = "https://api.rrpproxy.net/api/call.cgi"; | ||
@@ -193,3 +193,3 @@ export const CNR_CONNECTION_URL_OTE = | ||
public getVersion(): string { | ||
return "10.0.4"; | ||
return "10.0.5"; | ||
} | ||
@@ -196,0 +196,0 @@ |
333315