@upyo/mock 0.5.0-dev.81 → 0.5.0-dev.86
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/README.md +1 -1
- 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
|
|
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.
|
|
3
|
+
"version": "0.5.0-dev.86",
|
|
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.
|
|
57
|
+
"@upyo/core": "0.5.0-dev.86+2a12a704"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
60
60
|
"@dotenvx/dotenvx": "^1.47.3",
|