hellosign-embedded
Advanced tools
Comparing version 2.1.3 to 2.2.0
@@ -5,2 +5,17 @@ # Change Log | ||
<a name="2.2.0"></a> | ||
# [2.2.0](https://github.com/hellosign/hellosign-embedded/compare/v2.1.3...v2.2.0) (2019-01-25) | ||
### Bug Fixes | ||
* Transform modules via Babel to CommonJS instead of UMD ([48d560a](https://github.com/hellosign/hellosign-embedded/commit/48d560a)) | ||
### Features | ||
* add `testMode` as an alias to `skipDomainVerification` ([6d5178b](https://github.com/hellosign/hellosign-embedded/commit/6d5178b)) | ||
<a name="2.1.3"></a> | ||
@@ -7,0 +22,0 @@ ## [2.1.3](https://github.com/hellosign/hellosign-embedded/compare/v2.1.2...v2.1.3) (2019-01-24) |
{ | ||
"name": "hellosign-embedded", | ||
"version": "2.1.3", | ||
"version": "2.2.0", | ||
"description": "Embed HelloSign signature requests and templates from within your web application.", | ||
@@ -42,3 +42,3 @@ "main": "index.js", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.0.0", | ||
"@babel/plugin-transform-modules-umd": "^7.2.0", | ||
"@babel/plugin-transform-modules-commonjs": "^7.2.0", | ||
"@babel/preset-env": "^7.1.6", | ||
@@ -45,0 +45,0 @@ "@hellosign/eslint-config": "^1.4.0", |
@@ -52,3 +52,3 @@ # HelloSign Embedded | ||
© 2018 [HelloSign][external_hellosign]. All rights reserved. | ||
© 2019 [HelloSign][external_hellosign]. All rights reserved. | ||
@@ -76,2 +76,2 @@ | ||
[external_npm]: https://npmjs.org/package/hellosign-embedded | ||
[external_travis]: https://travis-ci.org/hellosign/hellosign-embedded.svg?branch=master | ||
[external_travis]: https://travis-ci.org/hellosign/hellosign-embedded?branch=master |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
780111
7026