@upyo/mock 0.5.0-dev.81 → 0.5.0-dev.87

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -19,7 +19,7 @@ functionality without actually sending emails.
19
19
  Features
20
20
  --------
21
21
 
22
- - *Memory-based storage*: Stores "sent" messages in memory for verification
22
+ - *Memory-based storage*: Stores sent messages in memory for verification
23
23
  - *Configurable behavior*: Simulate delays, failures, and custom responses
24
24
  - *Rich testing API*: Query, filter, and wait for messages in tests
25
25
  - *Type-safe*: Full TypeScript support with readonly interfaces
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@upyo/mock",
3
- "version": "0.5.0-dev.81+b3482a5e",
3
+ "version": "0.5.0-dev.87",
4
4
  "description": "Mock transport for Upyo email library—useful for testing",
5
5
  "keywords": [
6
6
  "email",
@@ -54,7 +54,7 @@
54
54
  },
55
55
  "sideEffects": false,
56
56
  "peerDependencies": {
57
- "@upyo/core": "0.5.0-dev.81+b3482a5e"
57
+ "@upyo/core": "0.5.0-dev.87+50b9f2d4"
58
58
  },
59
59
  "devDependencies": {
60
60
  "@dotenvx/dotenvx": "^1.47.3",