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.js CHANGED
@@ -1481,7 +1481,7 @@ var Webhooks = class extends ApiResource {
1481
1481
  };
1482
1482
 
1483
1483
  // src/version.ts
1484
- var VERSION = "0.4.1";
1484
+ var VERSION = "0.4.2";
1485
1485
 
1486
1486
  // src/client.ts
1487
1487
  var DEFAULT_BASE_URL = "https://shipmail.to/api/v1";