@upyo/core 0.5.0-dev.154 → 0.5.0-dev.158

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/receipt.cjs CHANGED
@@ -16,7 +16,7 @@ function classifyHttpStatus(statusCode) {
16
16
  category: "timeout",
17
17
  retryable: true
18
18
  };
19
- if (statusCode === 409 || statusCode === 429) return {
19
+ if (statusCode === 429) return {
20
20
  category: "rate-limit",
21
21
  retryable: true
22
22
  };
package/dist/receipt.js CHANGED
@@ -15,7 +15,7 @@ function classifyHttpStatus(statusCode) {
15
15
  category: "timeout",
16
16
  retryable: true
17
17
  };
18
- if (statusCode === 409 || statusCode === 429) return {
18
+ if (statusCode === 429) return {
19
19
  category: "rate-limit",
20
20
  retryable: true
21
21
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@upyo/core",
3
- "version": "0.5.0-dev.154",
3
+ "version": "0.5.0-dev.158",
4
4
  "description": "Simple email sending library for Node.js, Deno, Bun, and edge functions",
5
5
  "keywords": [
6
6
  "email",