Releases: jackdbd/calderone
Releases · jackdbd/calderone
@jackdbd/stripe-utils 1.1.0 (2022-09-09)
Features
- stripe-utils: add customersWithDuplicateEmails() (028c685)
- stripe-utils: remove debug and @jackdbd/utils from peerDependencies (622d7ed)
Bug Fixes
- stripe-utils: fix typings for Stripe errors (bcbb0d3)
- stripe-utils: forgot to export some TS interfaces and rebuild docs (93db125)
@jackdbd/secret-manager-utils 1.1.0 (2022-09-09)
Features
- secret-manager-utils: add function to initialize client from environment (8eabb58)
@jackdbd/schemas 1.1.2 (2022-09-09)
Bug Fixes
- schemas: export all modules (eaaab8d)
@jackdbd/schemas 1.1.1 (2022-09-09)
Bug Fixes
- schemas: forgot publishConfig in package.json (01b336d)
@jackdbd/firestore-utils 1.3.0 (2022-09-09)
Features
- firestore: add function to initialize client from environment (c73b1fd)
Dependencies
- @jackdbd/utils: upgraded to 1.3.0
@jackdbd/fattureincloud-client 1.0.3 (2022-09-09)
Bug Fixes
- fattureincloud-client: improve error message when creating/updating too many invoices (a9591b6)
@jackdbd/cloud-tasks-utils 1.0.0 (2022-09-09)
Features
- cloud-tasks-utils: add package (b6da73a)
@jackdbd/cloud-scheduler-utils 1.1.0 (2022-09-09)
Features
- cloud-scheduler-utils: add function to initialize client from environment (a33b93e)
@jackdbd/checks 2.0.0 (2022-09-09)
⚠ BREAKING CHANGES
- checks: after Brexit, a UK VAT number is no longer a European VAT
number, so when isEuropeanVat() is called with a UK VAT number, now it returns
false.
Features
- checks: add isBoolean(), isNumber() (1a7738c)
- checks: remove isUkVat() from isEuropeanVat() (19bea2c)
Bug Fixes
- checks: fix function isString() (c8ef31d)