shipmail 0.4.20 → 0.4.21

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
@@ -1651,7 +1651,7 @@ var Webhooks = class extends ApiResource {
1651
1651
  };
1652
1652
 
1653
1653
  // src/version.ts
1654
- var VERSION = "0.4.20";
1654
+ var VERSION = "0.4.21";
1655
1655
 
1656
1656
  // src/client.ts
1657
1657
  var DEFAULT_BASE_URL = "https://shipmail.to/api/v1";