@upyo/mock 0.4.0 → 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 +5 -4
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -6,19 +6,20 @@
|
|
|
6
6
|
[![JSR][JSR badge]][JSR]
|
|
7
7
|
[![npm][npm badge]][npm]
|
|
8
8
|
|
|
9
|
-
Mock transport for the [Upyo] email library - perfect for testing email
|
|
9
|
+
Mock transport for the [Upyo] email library - perfect for testing email
|
|
10
|
+
functionality without actually sending emails.
|
|
10
11
|
|
|
11
|
-
[JSR]: https://jsr.io/@upyo/mock
|
|
12
12
|
[JSR badge]: https://jsr.io/badges/@upyo/mock
|
|
13
|
-
[
|
|
13
|
+
[JSR]: https://jsr.io/@upyo/mock
|
|
14
14
|
[npm badge]: https://img.shields.io/npm/v/@upyo/mock?logo=npm
|
|
15
|
+
[npm]: https://www.npmjs.com/package/@upyo/mock
|
|
15
16
|
[Upyo]: https://upyo.org/
|
|
16
17
|
|
|
17
18
|
|
|
18
19
|
Features
|
|
19
20
|
--------
|
|
20
21
|
|
|
21
|
-
- *Memory-based storage*: Stores
|
|
22
|
+
- *Memory-based storage*: Stores “sent” messages in memory for verification
|
|
22
23
|
- *Configurable behavior*: Simulate delays, failures, and custom responses
|
|
23
24
|
- *Rich testing API*: Query, filter, and wait for messages in tests
|
|
24
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.
|
|
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.
|
|
57
|
+
"@upyo/core": "0.5.0-dev.86+2a12a704"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
60
60
|
"@dotenvx/dotenvx": "^1.47.3",
|