shipmail 0.4.14 → 0.4.15

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
@@ -1613,7 +1613,7 @@ var Webhooks = class extends ApiResource {
1613
1613
  };
1614
1614
 
1615
1615
  // src/version.ts
1616
- var VERSION = "0.4.14";
1616
+ var VERSION = "0.4.15";
1617
1617
 
1618
1618
  // src/client.ts
1619
1619
  var DEFAULT_BASE_URL = "https://shipmail.to/api/v1";