shipmail 0.5.5 → 0.5.6

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
@@ -1699,7 +1699,7 @@ var Webhooks = class extends ApiResource {
1699
1699
  };
1700
1700
 
1701
1701
  // src/version.ts
1702
- var VERSION = "0.5.5";
1702
+ var VERSION = "0.5.6";
1703
1703
 
1704
1704
  // src/client.ts
1705
1705
  var DEFAULT_BASE_URL = "https://shipmail.to/api/v1";