Comparing version 4.1.0 to 4.2.0
@@ -5,2 +5,9 @@ # Changelog | ||
## Release 4.2.0 | ||
- CHANGED: Bump mocha from 7.1.2 to 8.0.1 | ||
- CHANGED: Bump js-yaml from 3.13.1 to 3.14.0 | ||
- CHANGED: Domain object deprecates `expires_on` attribute in favor of `expires_at`. (dnsimple/dnsimple-node#43) | ||
- CHANGED: Certificate object deprecates `expires_on` attribute in favor of `expires_at`. (dnsimple/dnsimple-node#45) | ||
## Release 4.1.0 | ||
@@ -11,2 +18,3 @@ | ||
- NEW: Added `registrar.cancelDomainTransfer` to cancel an in progress domain transfer. (dnsimple/dnsimple-node#40) | ||
- CHANGED: Bump mocha from 7.1.1 to 7.1.2 | ||
@@ -13,0 +21,0 @@ ## Release 4.0.0 |
@@ -21,3 +21,3 @@ 'use strict'; | ||
Dnsimple.VERSION = '4.1.0'; | ||
Dnsimple.VERSION = '4.2.0'; | ||
Dnsimple.DEFAULT_TIMEOUT = 120000; | ||
@@ -24,0 +24,0 @@ Dnsimple.DEFAULT_BASE_URL = 'https://api.dnsimple.com'; |
{ | ||
"name": "dnsimple", | ||
"version": "4.1.0", | ||
"version": "4.2.0", | ||
"description": "A Node.JS client for the DNSimple API.", | ||
@@ -35,3 +35,3 @@ "keywords": [ | ||
"lodash": ">=4.17.13", | ||
"mocha": "^7.1.0", | ||
"mocha": "^8.0.1", | ||
"nock": "^12.0.2", | ||
@@ -38,0 +38,0 @@ "semistandard": "^14.2.0", |
@@ -7,2 +7,4 @@ # DNSimple Node.JS Client | ||
[![js-semistandard-style](https://img.shields.io/badge/code%20style-semistandard-brightgreen.svg?style=flat-square)](https://github.com/standard/semistandard) | ||
[![npm version](https://badge.fury.io/js/dnsimple.svg)](https://badge.fury.io/js/dnsimple) | ||
[![npm downloads](https://img.shields.io/npm/dm/dnsimple.svg)]() | ||
@@ -9,0 +11,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
104125
118