shipmail 0.4.23 → 0.4.24

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
@@ -1693,7 +1693,7 @@ var Webhooks = class extends ApiResource {
1693
1693
  };
1694
1694
 
1695
1695
  // src/version.ts
1696
- var VERSION = "0.4.23";
1696
+ var VERSION = "0.4.24";
1697
1697
 
1698
1698
  // src/client.ts
1699
1699
  var DEFAULT_BASE_URL = "https://shipmail.to/api/v1";