Releases: DGAC/nmb2b-client-js
Releases · DGAC/nmb2b-client-js
v1.3.1
v1.3.0
v1.2.1
v1.2.0
Minor Changes
-
#152
efc9f0a
Thanks @kouak! - Safer B2B response types.Typings will now contain
null | undefined
when there's a risk a partial deserialization.A type helper
SafeB2BDeserializedResponse
is now exported, and will apply a safe type transformation to any typed exported from@dgac/nmb2b-client/*/types
.See #149 for more information.