@janiscommerce/api-save
Advanced tools
Comparing version 2.1.0 to 2.1.1
@@ -10,2 +10,6 @@ # Changelog | ||
## [2.1.1] - 2019-07-31 | ||
### Fixed | ||
- Default struct fixed so it now returns no relationships | ||
## [2.1.0] - 2019-07-26 | ||
@@ -12,0 +16,0 @@ ### Added |
@@ -14,3 +14,3 @@ 'use strict'; | ||
main: struct('object'), | ||
relationships: struct('object') | ||
relationships: struct.partial({}) | ||
}); | ||
@@ -17,0 +17,0 @@ } |
{ | ||
"name": "@janiscommerce/api-save", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "A package to handle JANIS Views Save APIs", | ||
@@ -5,0 +5,0 @@ "main": "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
15022