@janiscommerce/api-save
Advanced tools
Comparing version 4.0.0 to 4.1.0
@@ -10,2 +10,6 @@ # Changelog | ||
## [4.1.0] - 2019-10-08 | ||
### Added | ||
- Now `format` method can be asynchronous | ||
## [4.0.0] - 2019-10-02 | ||
@@ -12,0 +16,0 @@ ### Changed |
@@ -46,3 +46,3 @@ 'use strict'; | ||
if(this.format) | ||
this.dataToSave.main = this.format(this.dataToSave.main); | ||
this.dataToSave.main = await this.format(this.dataToSave.main); | ||
@@ -49,0 +49,0 @@ const apiSaveMain = new ApiSaveMain(this); |
{ | ||
"name": "@janiscommerce/api-save", | ||
"version": "4.0.0", | ||
"version": "4.1.0", | ||
"description": "A package to handle JANIS Views Save APIs", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
17901