@janiscommerce/api
Advanced tools
Comparing version 6.3.1-beta.0 to 6.4.0
@@ -9,2 +9,10 @@ # Changelog | ||
## [6.4.0] - 2021-11-11 | ||
### Added | ||
- Errors are not masqueraded any more | ||
- Added `rawData` getter and setter | ||
### Fixed | ||
- Now logs are saved with the original data | ||
## [6.3.0] - 2021-06-11 | ||
@@ -11,0 +19,0 @@ ### Added |
@@ -23,2 +23,3 @@ 'use strict'; | ||
* @property {*} data | ||
* @property {string} rawData | ||
* @property {Object<string, string>} headers | ||
@@ -25,0 +26,0 @@ * @property {Object<string, string>} cookies |
{ | ||
"name": "@janiscommerce/api", | ||
"version": "6.3.1-beta.0", | ||
"version": "6.4.0", | ||
"description": "A package for managing API from any origin", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -12,3 +12,3 @@ export = Dispatcher; | ||
pristineData: any; | ||
rawData: any; | ||
rawData: string; | ||
headers: { | ||
@@ -54,2 +54,3 @@ [x: string]: string; | ||
data: any; | ||
rawData: string; | ||
headers: { | ||
@@ -56,0 +57,0 @@ [x: string]: string; |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
38465
901
0