Skip to content

Releases: jackdbd/calderone

@jackdbd/[email protected]

09 Sep 10:43
Compare
Choose a tag to compare

@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/[email protected]

09 Sep 10:40
Compare
Choose a tag to compare

@jackdbd/secret-manager-utils 1.1.0 (2022-09-09)

Features

  • secret-manager-utils: add function to initialize client from environment (8eabb58)

@jackdbd/[email protected]

09 Sep 14:29
Compare
Choose a tag to compare

@jackdbd/schemas 1.1.2 (2022-09-09)

Bug Fixes

  • schemas: export all modules (eaaab8d)

@jackdbd/[email protected]

09 Sep 13:59
Compare
Choose a tag to compare

@jackdbd/schemas 1.1.1 (2022-09-09)

Bug Fixes

  • schemas: forgot publishConfig in package.json (01b336d)

@jackdbd/[email protected]

09 Sep 10:49
Compare
Choose a tag to compare

@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/[email protected]

09 Sep 10:38
Compare
Choose a tag to compare

@jackdbd/fattureincloud-client 1.0.3 (2022-09-09)

Bug Fixes

  • fattureincloud-client: improve error message when creating/updating too many invoices (a9591b6)

@jackdbd/[email protected]

09 Sep 10:31
Compare
Choose a tag to compare

@jackdbd/cloud-tasks-utils 1.0.0 (2022-09-09)

Features

  • cloud-tasks-utils: add package (b6da73a)

@jackdbd/[email protected]

09 Sep 10:29
Compare
Choose a tag to compare

@jackdbd/cloud-scheduler-utils 1.1.0 (2022-09-09)

Features

  • cloud-scheduler-utils: add function to initialize client from environment (a33b93e)

@jackdbd/[email protected]

09 Sep 10:28
Compare
Choose a tag to compare

@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)

@jackdbd/[email protected]

09 Sep 09:59
Compare
Choose a tag to compare
Pre-release

@jackdbd/utils 1.3.0-canary.1 (2022-09-09)

Features

  • utils: add makeWaitMs() (203c28e)