@upyo/mock 0.4.0 → 0.5.0-dev.81

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 +4 -3
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -6,12 +6,13 @@
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 functionality without actually sending emails.
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
- [npm]: https://www.npmjs.com/package/@upyo/mock
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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@upyo/mock",
3
- "version": "0.4.0",
3
+ "version": "0.5.0-dev.81+b3482a5e",
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.4.0"
57
+ "@upyo/core": "0.5.0-dev.81+b3482a5e"
58
58
  },
59
59
  "devDependencies": {
60
60
  "@dotenvx/dotenvx": "^1.47.3",