shipmail 0.5.0 → 0.5.2

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
@@ -1685,7 +1685,7 @@ var Webhooks = class extends ApiResource {
1685
1685
  };
1686
1686
 
1687
1687
  // src/version.ts
1688
- var VERSION = "0.5.0";
1688
+ var VERSION = "0.5.2";
1689
1689
 
1690
1690
  // src/client.ts
1691
1691
  var DEFAULT_BASE_URL = "https://shipmail.to/api/v1";