authy-client
Advanced tools
Comparing version 1.0.6 to 1.0.7
# Changelog | ||
## [v1.0.6](https://github.com/seegno/authy-client/tree/v1.0.6) (2016-09-28) | ||
[Full Changelog](https://github.com/seegno/authy-client/compare/v1.0.6...v1.0.6) | ||
## [v1.0.7](https://github.com/seegno/authy-client/tree/v1.0.7) (2016-10-19) | ||
[Full Changelog](https://github.com/seegno/authy-client/compare/v1.0.6...v1.0.7) | ||
**Merged pull requests:** | ||
- Add .npmignore to produce smaller packages [\#18](https://github.com/seegno/authy-client/pull/18) ([ruimarinho](https://github.com/ruimarinho)) | ||
- Update dependencies [\#17](https://github.com/seegno/authy-client/pull/17) ([ruimarinho](https://github.com/ruimarinho)) | ||
- Update device constraint to accept null values [\#21](https://github.com/seegno/authy-client/pull/21) ([ruimarinho](https://github.com/ruimarinho)) | ||
## [v1.0.6](https://github.com/seegno/authy-client/tree/v1.0.6) (2016-09-09) | ||
## [v1.0.6](https://github.com/seegno/authy-client/tree/v1.0.6) (2016-09-28) | ||
[Full Changelog](https://github.com/seegno/authy-client/compare/v1.0.5...v1.0.6) | ||
@@ -16,2 +15,4 @@ | ||
- Add .npmignore to produce smaller packages [\#18](https://github.com/seegno/authy-client/pull/18) ([ruimarinho](https://github.com/ruimarinho)) | ||
- Update dependencies [\#17](https://github.com/seegno/authy-client/pull/17) ([ruimarinho](https://github.com/ruimarinho)) | ||
- Update JSCS@3.0.7 [\#16](https://github.com/seegno/authy-client/pull/16) ([fixe](https://github.com/fixe)) | ||
@@ -18,0 +19,0 @@ - Fix tests not passing [\#15](https://github.com/seegno/authy-client/pull/15) ([pedrobranco](https://github.com/pedrobranco)) |
{ | ||
"name": "authy-client", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "A complete Authy client with support for TOTP, OneTouch, Phone Verification and Phone Intelligence APIs", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -572,3 +572,3 @@ 'use strict'; | ||
cellphone: [_validator.Assert.required(), _validator.Assert.string()], | ||
device: _validator.Assert.string(), | ||
device: _validator.Assert.nullOrString(), | ||
ignored: _validator.Assert.boolean(), | ||
@@ -630,3 +630,3 @@ message: [_validator.Assert.required(), _validator.Assert.string()] | ||
cellphone: [_validator.Assert.required(), _validator.Assert.string()], | ||
device: _validator.Assert.string(), | ||
device: _validator.Assert.nullOrString(), | ||
ignored: _validator.Assert.boolean(), | ||
@@ -633,0 +633,0 @@ message: [_validator.Assert.required(), _validator.Assert.string()] |
{ | ||
"name": "authy-client", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "A complete Authy client with support for TOTP, OneTouch, Phone Verification and Phone Intelligence APIs", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is too big to display
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
253864