@team-internet/apiconnector
Advanced tools
Comparing version 10.0.3 to 10.0.4
@@ -0,1 +1,8 @@ | ||
## [10.0.4](https://github.com/centralnicgroup-opensource/rtldev-middleware-node-sdk/compare/v10.0.3...v10.0.4) (2025-01-08) | ||
### Bug Fixes | ||
* **deps:** bump cross-fetch from 4.0.0 to 4.1.0 ([7d893ba](https://github.com/centralnicgroup-opensource/rtldev-middleware-node-sdk/commit/7d893ba723a8ef35cf351d9ffc9b05dce0bb914e)) | ||
## [10.0.3](https://github.com/centralnicgroup-opensource/rtldev-middleware-node-sdk/compare/v10.0.2...v10.0.3) (2024-12-23) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@team-internet/apiconnector", | ||
"description": "Node.js SDK for the insanely fast CentralNic Reseller (fka RRPProxy) API", | ||
"version": "10.0.3", | ||
"version": "10.0.4", | ||
"private": false, | ||
@@ -53,3 +53,3 @@ "publishConfig": { | ||
"compile": "rm -rf dist && tsc --version && tsc --declaration", | ||
"lint": "prettier --write .", | ||
"lint": "prettier --write . --ignore-path .prettierignore", | ||
"prepublish": "npm run compile", | ||
@@ -67,3 +67,2 @@ "documentation": "typedoc", | ||
"@types/mocha": "^10.0.9", | ||
"@types/nock": "^11.1.0", | ||
"@types/node": "^22.9.0", | ||
@@ -70,0 +69,0 @@ "c8": "^10.1.2", |
# CentralNic Reseller NODE-SDK | ||
[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](code_of_conduct.md) | ||
[![npm version](https://img.shields.io/npm/v/@cnr/apiconnector.svg?style=flat)](https://www.npmjs.com/package/@cnr/apiconnector) | ||
[![node](https://img.shields.io/node/v/@cnr/apiconnector.svg)](https://www.npmjs.com/package/@cnr/apiconnector) | ||
[![npm version](https://img.shields.io/npm/v/@team-internet/apiconnector.svg?style=flat)](https://www.npmjs.com/package/@team-internet/apiconnector) | ||
[![node](https://img.shields.io/node/v/@team-internet/apiconnector.svg)](https://www.npmjs.com/package/@team-internet/apiconnector) | ||
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release) | ||
@@ -7,0 +7,0 @@ [![Build Status](https://github.com/centralnicgroup-opensource/rtldev-middleware-node-sdk/workflows/Release/badge.svg?branch=master)](https://github.com/centralnicgroup-opensource/rtldev-middleware-node-sdk/workflows/Release/badge.svg?branch=master) |
@@ -8,3 +8,3 @@ import fetch from "cross-fetch"; | ||
export const CNR_CONNECTION_URL_PROXY = "http://10.0.3.1/api/call.cgi"; | ||
export const CNR_CONNECTION_URL_PROXY = "http://10.0.4.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.3"; | ||
return "10.0.4"; | ||
} | ||
@@ -196,0 +196,0 @@ |
{ | ||
"$schema": "https://typedoc.org/schema.json", | ||
"name": "@cnr/apiconnector", | ||
"name": "@team-internet/apiconnector", | ||
"readme": "./README.md", | ||
@@ -5,0 +5,0 @@ "entryPoints": ["src/*.ts"], |
332987
20