@team-internet/apiconnector
Advanced tools
Comparing version 10.0.2 to 10.0.3
@@ -0,1 +1,8 @@ | ||
## [10.0.3](https://github.com/centralnicgroup-opensource/rtldev-middleware-node-sdk/compare/v10.0.2...v10.0.3) (2024-12-23) | ||
### Bug Fixes | ||
* **deps:** bump cross-fetch from 4.0.0 to 4.1.0 ([2dbf37c](https://github.com/centralnicgroup-opensource/rtldev-middleware-node-sdk/commit/2dbf37caf76eda07971d050ec74051527862e99a)) | ||
## [10.0.2](https://github.com/centralnicgroup-opensource/rtldev-middleware-node-sdk/compare/v10.0.1...v10.0.2) (2024-11-19) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@team-internet/apiconnector", | ||
"description": "Node.js SDK for the insanely fast CentralNic Reseller (fka RRPProxy) API", | ||
"version": "10.0.2", | ||
"version": "10.0.3", | ||
"private": false, | ||
@@ -79,3 +79,3 @@ "publishConfig": { | ||
"tsx": "^4.19.2", | ||
"typedoc": "^0.26.11", | ||
"typedoc": "^0.27.0", | ||
"typescript": "^5.6.3" | ||
@@ -82,0 +82,0 @@ }, |
@@ -8,3 +8,3 @@ import fetch from "cross-fetch"; | ||
export const CNR_CONNECTION_URL_PROXY = "http://10.0.2.1/api/call.cgi"; | ||
export const CNR_CONNECTION_URL_PROXY = "http://10.0.3.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.2"; | ||
return "10.0.3"; | ||
} | ||
@@ -196,0 +196,0 @@ |
332611