diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c2e396..a9698be 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [10.0.1](https://github.com/centralnicgroup-opensource/rtldev-middleware-node-sdk/compare/v10.0.0...v10.0.1) (2024-11-15) + + +### Bug Fixes + +* **readme.md:** reviewed readme.md ([a0d7f7c](https://github.com/centralnicgroup-opensource/rtldev-middleware-node-sdk/commit/a0d7f7c007f059c8a1cef6977d13101646f15a30)) + # [10.0.0](https://github.com/centralnicgroup-opensource/rtldev-middleware-node-sdk/compare/v9.0.8...v10.0.0) (2024-11-15) diff --git a/docs/classes/apiclient.APIClient.html b/docs/classes/apiclient.APIClient.html index 9360f8b..61dc41c 100644 --- a/docs/classes/apiclient.APIClient.html +++ b/docs/classes/apiclient.APIClient.html @@ -1,5 +1,5 @@ APIClient | @cnr/apiconnector

APIClient class

-

Constructors

Constructors

Properties

socketTimeout: number = 300000

API connection timeout setting

-

Methods

  • Disable Debug Output

    +

Constructors

Properties

socketTimeout: number = 300000

API connection timeout setting

+

Methods

  • Serialize given command for POST request including connection configuration data

    +
  • Serialize given command for POST request including connection configuration data

    Parameters

    • cmd: any

      API command to encode

    • secured: boolean = false

    Returns string

    encoded POST data string

    -
  • Get the proxy server configuration

    +
  • Get the proxy server configuration

    Returns null | string

    proxy server configuration value or null if not set

    -
  • Get the referer configuration

    +
  • Get the referer configuration

    Returns null | string

    referer configuration value or null if not set

    -
  • Get the API connection url that is currently set

    +
  • Get the API connection url that is currently set

    Returns string

    API connection url currently in use

    -
  • Get the User Agent

    Returns string

    User Agent string

    -
  • Get the current module version

    Returns string

    module version

    -
  • Perform API login to start session-based communication

    Returns Promise<Response>

    Promise resolving with API Response

    -
  • Perform API logout to close API session in use

    Returns Promise<Response>

    Promise resolving with API Response

    -
  • Perform API request using the given command

    Parameters

    • cmd: any

      API command to request

    • setUserView: boolean = true

    Returns Promise<Response>

    Promise resolving with API Response

    -
  • Request all pages/entries for the given query command

    +
  • Request all pages/entries for the given query command

    Parameters

    • cmd: any

      API list command to use

    Returns Promise<Response[]>

    Promise resolving with array of API Responses

    -
  • Request the next page of list entries for the current list query +

  • Request the next page of list entries for the current list query Useful for tables

    Parameters

    • rr: Response

      API Response of current page

    Returns Promise<null | Response>

    Promise resolving with API Response or null in case there are no further list entries

    -
  • Use existing configuration out of ClientRequest session to rebuild and reuse connection settings

    Parameters

    • session: any

      ClientRequest session instance

    Returns APIClient

    Current APIClient instance for method chaining

    -
  • Apply session data (session id and system entity) to given client request session

    +
  • Apply session data (session id and system entity) to given client request session

    Parameters

    • session: any

      ClientRequest session instance

    Returns APIClient

    Current APIClient instance for method chaining

    -
  • Set Credentials to be used for API communication

    Parameters

    • uid: string

      account name

    • pw: string = ""

      account password

    Returns APIClient

    Current APIClient instance for method chaining

    -
  • set custom logger to use instead of default one

    Parameters

    Returns APIClient

    Current APIClient instance for method chaining

    -
  • Set Persistent to request session id for API communication

    Returns APIClient

    Current APIClient instance for method chaining

    -
  • Set the proxy server to use for API communication

    Parameters

    • proxy: string

      proxy server to use for communicatio

    Returns APIClient

    Current APIClient instance for method chaining

    -
  • Set the referer to use for API communication

    Parameters

    • referer: string

      Referer

    Returns APIClient

    Current APIClient instance for method chaining

    -
  • Set Credentials to be used for API communication

    Parameters

    • uid: string

      account name

    • role: string

      role user id

    • pw: string = ""

      role user password

    Returns APIClient

    Current APIClient instance for method chaining

    -
  • Set another connection url to be used for API communication

    Parameters

    • value: string

      API connection url to set

    Returns APIClient

    Current APIClient instance for method chaining

    -
  • Possibility to customize default user agent to fit your needs

    +
  • Possibility to customize default user agent to fit your needs

    Parameters

    • str: string

      user agent label

    • rv: string

      revision of user agent

    • modules: any = []

      further modules to add to user agent string, format: ["/", "/", ... ]

    Returns APIClient

    Current APIClient instance for method chaining

    -
  • Set a data view to a given subuser

    Parameters

    • uid: string

      subuser account name

    Returns APIClient

    Current APIClient instance for method chaining

    -
  • Activate Default Connection Setup (the default)

    Returns APIClient

    Current APIClient instance for method chaining

    -
  • Set LIVE System for API communication (this is the default setting)

    +
+
diff --git a/docs/classes/column.Column.html b/docs/classes/column.Column.html index ee438f9..4498fea 100644 --- a/docs/classes/column.Column.html +++ b/docs/classes/column.Column.html @@ -1,15 +1,15 @@ Column | @cnr/apiconnector

Column class

-

Constructors

Constructors

Properties

Methods

Constructors

Properties

length: number

count of column data entries

-

Methods

  • Get column data

    +

Constructors

Properties

length: number

count of column data entries

+

Methods

  • Get column data

    Returns string[]

    column data

    -
  • Get column data at given index

    +
  • Get column data at given index

    Parameters

    • idx: number

      data index

    Returns null | string

    data at given index

    -
  • Get column name

    Returns string

    column name

    -
+
diff --git a/docs/classes/customlogger.CustomLogger.html b/docs/classes/customlogger.CustomLogger.html index d570d18..a661577 100644 --- a/docs/classes/customlogger.CustomLogger.html +++ b/docs/classes/customlogger.CustomLogger.html @@ -1,9 +1,9 @@ CustomLogger | @cnr/apiconnector

Logger class

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Methods

Constructors

Methods

+
diff --git a/docs/classes/logger.Logger.html b/docs/classes/logger.Logger.html index d3cef8c..8d049b3 100644 --- a/docs/classes/logger.Logger.html +++ b/docs/classes/logger.Logger.html @@ -1,9 +1,9 @@ Logger | @cnr/apiconnector

Logger class

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Methods

Constructors

Methods

  • output/log given data

    Parameters

    • post: string

      request string used

    • r: Response

      Response object

    • error: null | string = null

      error message or null

    Returns Logger

    current Logger instance for method chaining

    -
+
diff --git a/docs/classes/record.Record.html b/docs/classes/record.Record.html index bfce60f..73f70c8 100644 --- a/docs/classes/record.Record.html +++ b/docs/classes/record.Record.html @@ -1,12 +1,12 @@ Record | @cnr/apiconnector

Record class

-

Constructors

Constructors

Methods

Constructors

  • Constructor

    Parameters

    • data: any

      data object (use column names as object keys)

      -

    Returns Record

Methods

  • get row data

    +

Returns Record

Methods

  • get row data

    Returns any

    row data

    -
  • get row data for given column

    +
  • get row data for given column

    Parameters

    • key: string

      column name

    Returns null | string

    row data for given column or null if column does not exist

    -
+
diff --git a/docs/classes/response.Response.html b/docs/classes/response.Response.html index 6c13756..02ff1d6 100644 --- a/docs/classes/response.Response.html +++ b/docs/classes/response.Response.html @@ -1,5 +1,5 @@ Response | @cnr/apiconnector

Response Class

-

Constructors

Constructors

Properties

Methods

addColumn @@ -43,91 +43,91 @@

Parameters

  • raw: string

    API plain response

  • cmd: any = {}

    API command used within this request

  • ph: any = {}

    placeholder array to get vars in response description dynamically replaced

    -

Returns Response

Properties

hash: any

hash representation of plain API response

-
raw: string

plain API response

-

Methods

  • Add a column to the column list

    +

Returns Response

Properties

hash: any

hash representation of plain API response

+
raw: string

plain API response

+

Methods

  • Add a column to the column list

    Parameters

    • key: string

      column name

    • data: string[]

      array of column data

    Returns Response

    Current Response Instance for method chaining

    -
  • Add a record to the record list

    Parameters

    • h: any

      row hash data

    Returns Response

    Current Response Instance for method chaining

    -
  • Get API response code

    Returns number

    API response code

    -
  • Get column by column name

    Parameters

    • key: string

      column name

    Returns null | Column

    column instance or null if column does not exist

    -
  • Get Data by Column Name and Index

    +
  • Get Data by Column Name and Index

    Parameters

    • colkey: string

      column name

    • index: number

      column data index

    Returns null | string

    column data at index or null if not found

    -
  • Get Column Names

    Returns string[]

    Array of Column Names

    -
  • Get Command used in this request

    +
  • Get Command used in this request

    Returns any

    command

    -
  • Get Command used in this request in plain text format

    +
  • Get Command used in this request in plain text format

    Returns string

    command as plain text

    -
  • Get Page Number of current List Query

    +
  • Get Page Number of current List Query

    Returns null | number

    page number or null in case of a non-list response

    -
  • Get Record of current record index

    Returns null | Record

    Record or null in case of a non-list response

    -
  • Get API response description

    +
  • Get API response description

    Returns string

    API response description

    -
  • Get Index of first row in this response

    +
  • Get Index of first row in this response

    Returns null | number

    first row index

    -
  • Get API response as Hash

    Returns any

    API response hash

    -
  • Get last record index of the current list query

    +
  • Get last record index of the current list query

    Returns null | number

    record index or null for a non-list response

    -
  • Get Response as List Hash including useful meta data for tables

    +
  • Get Response as List Hash including useful meta data for tables

    Returns any

    hash including list meta data and array of rows in hash notation

    -
  • Get Page Number of next list query

    +
  • Get Page Number of next list query

    Returns null | number

    page number or null if there's no next page

    -
  • Get next record in record list

    Returns null | Record

    Record or null in case there's no further record

    -
  • Get the number of pages available for this list query

    +
  • Get the number of pages available for this list query

    Returns number

    number of pages

    -
  • Get object containing all paging data

    +
  • Get object containing all paging data

    Returns any

    paginator data

    -
  • Get Plain API response

    Returns string

    Plain API response

    -
  • Get Page Number of previous list query

    +
  • Get Page Number of previous list query

    Returns null | number

    page number or null if there's no previous page

    -
  • Get previous record in record list

    Returns null | Record

    Record or null if there's no previous record

    -
  • Get Queuetime of API response

    +
  • Get Queuetime of API response

    Returns number

    Queuetime of API response

    -
  • Get Record at given index

    Parameters

    • idx: number

      record index

    Returns null | Record

    Record or null if index does not exist

    -
  • Get count of rows in this response

    +
  • Get count of rows in this response

    Returns number

    count of rows

    -
  • Get limit(ation) setting of the current list query +

  • Get limit(ation) setting of the current list query This is the count of requested rows

    Returns number

    limit setting or count requested rows

    -
  • Get total count of records available for the list query

    +
  • Get total count of records available for the list query

    Returns number

    total count of records or count of records for a non-list response

    -
  • Get Runtime of API response

    +
  • Get Runtime of API response

    Returns number

    Runtime of API response

    -
  • Check if this list query has a next page

    +
  • Check if this list query has a next page

    Returns boolean

    boolean result

    -
  • Check if this list query has a previous page

    +
  • Check if this list query has a previous page

    Returns boolean

    boolean result

    -
  • Check if current API response represents an error case +

  • Check if current API response represents an error case API response code is an 5xx code

    Returns boolean

    boolean result

    -
  • Check if current operation is returned as pending

    +
  • Check if current operation is returned as pending

    Returns boolean

    boolean result

    -
  • Check if current API response represents a success case +

  • Check if current API response represents a success case API response code is an 2xx code

    Returns boolean

    boolean result

    -
  • Check if current API response represents a temporary error case +

  • Check if current API response represents a temporary error case API response code is an 4xx code

    Returns boolean

    boolean result

    -
  • Reset index in record list back to zero

    Returns Response

    Current Response Instance for method chaining

    -
+
diff --git a/docs/classes/responsetemplatemanager.ResponseTemplateManager.html b/docs/classes/responsetemplatemanager.ResponseTemplateManager.html index 675341d..c6d4865 100644 --- a/docs/classes/responsetemplatemanager.ResponseTemplateManager.html +++ b/docs/classes/responsetemplatemanager.ResponseTemplateManager.html @@ -1,5 +1,5 @@ ResponseTemplateManager | @cnr/apiconnector

ResponseTemplateManager Singleton Class

-

Properties

Properties

templates: any

template container

-

Methods

Methods

  • Generate API response template string for given code and description

    +
  • Generate API response template string for given code and description

    Parameters

    • code: string

      API response code

    • description: string

      API response description

    Returns string

    generate response template string

    -
  • Return all available response templates

    Returns any

    all available response template instances

    -
  • Check if given template exists in template container

    Parameters

    • id: string

      template id

    Returns boolean

    boolean result

    -
  • Check if given API response hash matches a given template by code and description

    +
  • Check if given API response hash matches a given template by code and description

    Parameters

    • tpl2: any

      api response hash

    • id: string

      template id

    Returns boolean

    boolean result

    -
  • Check if given API plain response matches a given template by code and description

    +
  • Check if given API plain response matches a given template by code and description

    Parameters

    • plain: string

      API plain response

    • id: string

      template id

    Returns boolean

    boolean result

    -
+
diff --git a/docs/classes/responsetranslator.ResponseTranslator.html b/docs/classes/responsetranslator.ResponseTranslator.html index 83fc989..4da8064 100644 --- a/docs/classes/responsetranslator.ResponseTranslator.html +++ b/docs/classes/responsetranslator.ResponseTranslator.html @@ -1,5 +1,5 @@ ResponseTranslator | @cnr/apiconnector

ResponseTranslator class

-

Constructors

Constructors

Methods

Constructors

Methods

  • Finds a match in the given text and performs replacements based on patterns and placeholders.

    @@ -11,9 +11,9 @@
  • cmd: any = {}

    The command data containing replacements, if applicable.

  • ph: any = {}

    An array of placeholder values for further replacements.

Returns string

Returns non-empty string if replacements were performed, empty string otherwise.

-
  • translate a raw api response

    Parameters

    • raw: string

      API raw response

    • cmd: any

      requested API command

    • ph: any = {}

      list of place holder vars

    Returns string

    new translated raw response

    -
+
diff --git a/docs/classes/socketconfig.SocketConfig.html b/docs/classes/socketconfig.SocketConfig.html index de6eb61..8d309a8 100644 --- a/docs/classes/socketconfig.SocketConfig.html +++ b/docs/classes/socketconfig.SocketConfig.html @@ -1,5 +1,5 @@ SocketConfig | @cnr/apiconnector

SocketConfig Class

-

Constructors

Constructors

Methods

  • Get account login to use

    +

Constructors

Methods

  • Get account login to use

    Returns string

    Current login

    -
  • Create POST data string out of connection data

    +
  • Create POST data string out of connection data

    Returns string

    POST data string

    -
  • Get API Session ID in use

    Returns string

    API Session ID

    -
+
diff --git a/docs/functions/socketconfig.fixedURLEnc.html b/docs/functions/socketconfig.fixedURLEnc.html index 168c7d5..408b071 100644 --- a/docs/functions/socketconfig.fixedURLEnc.html +++ b/docs/functions/socketconfig.fixedURLEnc.html @@ -1 +1 @@ -fixedURLEnc | @cnr/apiconnector
  • Parameters

    • str: string

    Returns string

+fixedURLEnc | @cnr/apiconnector
  • Parameters

    • str: string

    Returns string

diff --git a/docs/index.html b/docs/index.html index 529928b..5ee7e03 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1,11 +1,11 @@ -@cnr/apiconnector

@cnr/apiconnector

node-sdk

Contributor Covenant +@cnr/apiconnector

@cnr/apiconnector

CentralNic Reseller NODE-SDK

Contributor Covenant npm version node semantic-release Build Status License: MIT PRs welcome

-

This module is a connector library for the insanely fast CentralNic Reseller Backend API. For further informations visit our homepage and do not hesitate to contact us.

+

This module is a connector library for the insanely fast CentralNic Reseller (formerly RRPProxy) Backend API. For further informations visit our homepage and do not hesitate to contact us.

This SDK succeeds the deprecated Hexonet Node.js SDK. It is an enhanced version that builds upon the foundation laid by the Hexonet SDK, offering improved features and performance. Hexonet is migrating to CentralNic Reseller, ensuring continued support and development under the new branding.

ESM/CJS Support: We followed the ESM-NODE Guide of TypeScript.

MIT

-
+
diff --git a/docs/modules/apiclient.html b/docs/modules/apiclient.html index e64d71f..95009d8 100644 --- a/docs/modules/apiclient.html +++ b/docs/modules/apiclient.html @@ -1,4 +1,4 @@ -apiclient | @cnr/apiconnector

Index

Classes

APIClient +apiclient | @cnr/apiconnector

Index

Classes

Variables

CNR_CONNECTION_URL_LIVE CNR_CONNECTION_URL_OTE CNR_CONNECTION_URL_PROXY diff --git a/docs/modules/column.html b/docs/modules/column.html index 14dd40f..56d16ad 100644 --- a/docs/modules/column.html +++ b/docs/modules/column.html @@ -1,2 +1,2 @@ -column | @cnr/apiconnector

Index

Classes

Column +column | @cnr/apiconnector

Index

Classes

diff --git a/docs/modules/customlogger.html b/docs/modules/customlogger.html index 32dc274..cc59a09 100644 --- a/docs/modules/customlogger.html +++ b/docs/modules/customlogger.html @@ -1,2 +1,2 @@ -customlogger | @cnr/apiconnector

Index

Classes

CustomLogger +customlogger | @cnr/apiconnector

Index

Classes

diff --git a/docs/modules/index.html b/docs/modules/index.html index 5646233..e8c9737 100644 --- a/docs/modules/index.html +++ b/docs/modules/index.html @@ -1,4 +1,4 @@ -index | @cnr/apiconnector

References

APIClient +index | @cnr/apiconnector

References

Re-exports APIClient
Re-exports Response
Re-exports ResponseTemplateManager
diff --git a/docs/modules/logger.html b/docs/modules/logger.html index 89cdb6a..0acf6b6 100644 --- a/docs/modules/logger.html +++ b/docs/modules/logger.html @@ -1,2 +1,2 @@ -logger | @cnr/apiconnector

Index

Classes

Logger +logger | @cnr/apiconnector

Index

Classes

diff --git a/docs/modules/record.html b/docs/modules/record.html index 1fcdfeb..3cec3c8 100644 --- a/docs/modules/record.html +++ b/docs/modules/record.html @@ -1,2 +1,2 @@ -record | @cnr/apiconnector

Index

Classes

Record +record | @cnr/apiconnector

Index

Classes

diff --git a/docs/modules/response.html b/docs/modules/response.html index 8888354..a806bab 100644 --- a/docs/modules/response.html +++ b/docs/modules/response.html @@ -1,2 +1,2 @@ -response | @cnr/apiconnector

Index

Classes

Response +response | @cnr/apiconnector

Index

Classes

diff --git a/docs/modules/responseparser.html b/docs/modules/responseparser.html index cd18440..1ae0e29 100644 --- a/docs/modules/responseparser.html +++ b/docs/modules/responseparser.html @@ -1,2 +1,2 @@ -responseparser | @cnr/apiconnector

Module responseparser

Index

Variables

ResponseParser +responseparser | @cnr/apiconnector

Module responseparser

Index

Variables

diff --git a/docs/modules/responsetemplatemanager.html b/docs/modules/responsetemplatemanager.html index a59d2f2..088bfd7 100644 --- a/docs/modules/responsetemplatemanager.html +++ b/docs/modules/responsetemplatemanager.html @@ -1,2 +1,2 @@ -responsetemplatemanager | @cnr/apiconnector

Module responsetemplatemanager

Index

Classes

ResponseTemplateManager +responsetemplatemanager | @cnr/apiconnector
diff --git a/docs/modules/responsetranslator.html b/docs/modules/responsetranslator.html index cd71b79..e2c47e5 100644 --- a/docs/modules/responsetranslator.html +++ b/docs/modules/responsetranslator.html @@ -1,2 +1,2 @@ -responsetranslator | @cnr/apiconnector

Module responsetranslator

Index

Classes

ResponseTranslator +responsetranslator | @cnr/apiconnector
diff --git a/docs/modules/socketconfig.html b/docs/modules/socketconfig.html index c12a43c..40ce3ad 100644 --- a/docs/modules/socketconfig.html +++ b/docs/modules/socketconfig.html @@ -1,3 +1,3 @@ -socketconfig | @cnr/apiconnector

Index

Classes

SocketConfig +socketconfig | @cnr/apiconnector

Index

Classes

Functions

diff --git a/docs/variables/apiclient.CNR_CONNECTION_URL_LIVE.html b/docs/variables/apiclient.CNR_CONNECTION_URL_LIVE.html index 8403fcf..db431aa 100644 --- a/docs/variables/apiclient.CNR_CONNECTION_URL_LIVE.html +++ b/docs/variables/apiclient.CNR_CONNECTION_URL_LIVE.html @@ -1 +1 @@ -CNR_CONNECTION_URL_LIVE | @cnr/apiconnector

Variable CNR_CONNECTION_URL_LIVEConst

CNR_CONNECTION_URL_LIVE = "https://api.rrpproxy.net/api/call.cgi"
+CNR_CONNECTION_URL_LIVE | @cnr/apiconnector

Variable CNR_CONNECTION_URL_LIVEConst

CNR_CONNECTION_URL_LIVE = "https://api.rrpproxy.net/api/call.cgi"
diff --git a/docs/variables/apiclient.CNR_CONNECTION_URL_OTE.html b/docs/variables/apiclient.CNR_CONNECTION_URL_OTE.html index a412c3e..651651d 100644 --- a/docs/variables/apiclient.CNR_CONNECTION_URL_OTE.html +++ b/docs/variables/apiclient.CNR_CONNECTION_URL_OTE.html @@ -1 +1 @@ -CNR_CONNECTION_URL_OTE | @cnr/apiconnector

Variable CNR_CONNECTION_URL_OTEConst

CNR_CONNECTION_URL_OTE = "https://api-ote.rrpproxy.net/api/call.cgi"
+CNR_CONNECTION_URL_OTE | @cnr/apiconnector

Variable CNR_CONNECTION_URL_OTEConst

CNR_CONNECTION_URL_OTE = "https://api-ote.rrpproxy.net/api/call.cgi"
diff --git a/docs/variables/apiclient.CNR_CONNECTION_URL_PROXY.html b/docs/variables/apiclient.CNR_CONNECTION_URL_PROXY.html index 886b1bb..b3c64ba 100644 --- a/docs/variables/apiclient.CNR_CONNECTION_URL_PROXY.html +++ b/docs/variables/apiclient.CNR_CONNECTION_URL_PROXY.html @@ -1 +1 @@ -CNR_CONNECTION_URL_PROXY | @cnr/apiconnector

Variable CNR_CONNECTION_URL_PROXYConst

CNR_CONNECTION_URL_PROXY = "http://127.0.0.1/api/call.cgi"
+CNR_CONNECTION_URL_PROXY | @cnr/apiconnector

Variable CNR_CONNECTION_URL_PROXYConst

CNR_CONNECTION_URL_PROXY = "http://127.0.0.1/api/call.cgi"
diff --git a/docs/variables/responseparser.ResponseParser.html b/docs/variables/responseparser.ResponseParser.html index ba56f7e..09069de 100644 --- a/docs/variables/responseparser.ResponseParser.html +++ b/docs/variables/responseparser.ResponseParser.html @@ -1 +1 @@ -ResponseParser | @cnr/apiconnector
ResponseParser: any = ...
+ResponseParser | @cnr/apiconnector
ResponseParser: any = ...
diff --git a/package-lock.json b/package-lock.json index f7095a5..b68d282 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@cnr/apiconnector", - "version": "10.0.0", + "version": "10.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@cnr/apiconnector", - "version": "10.0.0", + "version": "10.0.1", "license": "MIT", "dependencies": { "cross-fetch": "^4.0.0", diff --git a/package.json b/package.json index 55f35d9..ad08e30 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@team-internet/apiconnector", "description": "Node.js SDK for the insanely fast CentralNic Reseller (fka RRPProxy) API", - "version": "10.0.0", + "version": "10.0.1", "private": false, "publishConfig": { "access": "public"