@team-internet/apiconnector
Advanced tools
Comparing version 10.0.1 to 10.0.2
@@ -0,1 +1,8 @@ | ||
## [10.0.2](https://github.com/centralnicgroup-opensource/rtldev-middleware-node-sdk/compare/v10.0.1...v10.0.2) (2024-11-19) | ||
### Bug Fixes | ||
* **deps:** bump idna-uts46-hx from 6.0.5 to 6.0.6 ([0c3cdf2](https://github.com/centralnicgroup-opensource/rtldev-middleware-node-sdk/commit/0c3cdf2c3b8e7e0af66094ab0923ce4042183213)) | ||
## [10.0.1](https://github.com/centralnicgroup-opensource/rtldev-middleware-node-sdk/compare/v10.0.0...v10.0.1) (2024-11-15) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@team-internet/apiconnector", | ||
"description": "Node.js SDK for the insanely fast CentralNic Reseller (fka RRPProxy) API", | ||
"version": "10.0.1", | ||
"version": "10.0.2", | ||
"private": false, | ||
@@ -63,9 +63,9 @@ "publishConfig": { | ||
"@tsconfig/node20": "^20.1.4", | ||
"@types/chai": "^4.3.19", | ||
"@types/chai": "^5.0.1", | ||
"@types/chai-as-promised": "^8.0.1", | ||
"@types/mocha": "^10.0.9", | ||
"@types/nock": "^10.0.3", | ||
"@types/nock": "^11.1.0", | ||
"@types/node": "^22.9.0", | ||
"c8": "^10.1.2", | ||
"chai": "^5.1.1", | ||
"chai": "^5.1.2", | ||
"chai-as-promised": "^8.0.0", | ||
@@ -72,0 +72,0 @@ "cross-env": "^7.0.3", |
@@ -8,3 +8,3 @@ import fetch from "cross-fetch"; | ||
export const CNR_CONNECTION_URL_PROXY = "http://10.0.1.1/api/call.cgi"; | ||
export const CNR_CONNECTION_URL_PROXY = "http://10.0.2.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.1"; | ||
return "10.0.2"; | ||
} | ||
@@ -196,0 +196,0 @@ |
332286