shipmail 0.4.18 → 0.4.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -1636,7 +1636,7 @@ var Webhooks = class extends ApiResource {
1636
1636
  };
1637
1637
 
1638
1638
  // src/version.ts
1639
- var VERSION = "0.4.18";
1639
+ var VERSION = "0.4.19";
1640
1640
 
1641
1641
  // src/client.ts
1642
1642
  var DEFAULT_BASE_URL = "https://shipmail.to/api/v1";