shipmail 0.4.1 → 0.4.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
@@ -1485,7 +1485,7 @@ var Webhooks = class extends ApiResource {
1485
1485
  };
1486
1486
 
1487
1487
  // src/version.ts
1488
- var VERSION = "0.4.1";
1488
+ var VERSION = "0.4.2";
1489
1489
 
1490
1490
  // src/client.ts
1491
1491
  var DEFAULT_BASE_URL = "https://shipmail.to/api/v1";