@dotdev/apparel21-sdk
Advanced tools
Comparing version 0.0.62 to 0.0.63
@@ -5,2 +5,9 @@ # Changelog | ||
### [0.0.63](https://gitlab.com/dotdevv/packages/apparel21-sdk/compare/v0.0.62...v0.0.63) (2023-09-22) | ||
### Bug Fixes | ||
* query params not working with getPerson ([e5f1227](https://gitlab.com/dotdevv/packages/apparel21-sdk/commit/e5f122755bda161a0ead5ba7ae5786e547096d81)) | ||
### [0.0.62](https://gitlab.com/dotdevv/packages/apparel21-sdk/compare/v0.0.61...v0.0.62) (2023-09-19) | ||
@@ -7,0 +14,0 @@ |
@@ -46,3 +46,6 @@ "use strict"; | ||
uri: url, | ||
...(id && query), | ||
query: { | ||
...query, | ||
...(query?.customData ? { customData: 'true' } : {}), | ||
}, | ||
}); | ||
@@ -49,0 +52,0 @@ return persons_1.formatPersons([Person])[0]; |
{ | ||
"name": "@dotdev/apparel21-sdk", | ||
"version": "0.0.62", | ||
"version": "0.0.63", | ||
"license": "UNLICENSED", | ||
@@ -5,0 +5,0 @@ "description": "Apparel21 Interface Library", |
Sorry, the diff of this file is not supported yet
237900
3577