tom-microservice 3.10.13 → 3.10.15

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 +5 -5
  2. package/package.json +12 -3
package/README.md CHANGED
@@ -4,9 +4,9 @@
4
4
  <br>
5
5
  </p>
6
6
 
7
- ![Last version](https://img.shields.io/github/tag/Kikobeats/tom-microservice.svg?style=flat-square)
8
- [![Coverage Status](https://img.shields.io/coveralls/Kikobeats/tom-microservice.svg?style=flat-square)](https://coveralls.io/github/Kikobeats/tom-microservice)
9
- [![NPM Status](https://img.shields.io/npm/dm/tom-microservice.svg?style=flat-square)](https://www.npmjs.org/package/tom-microservice)
7
+ [![Last version](https://img.shields.io/github/v/tag/Kikobeats/tom?style=flat-square)](https://github.com/Kikobeats/tom/releases)
8
+ [![Coverage Status](https://img.shields.io/coverallsCoverage/github/Kikobeats/tom?style=flat-square)](https://coveralls.io/github/Kikobeats/tom)
9
+ [![NPM Status](https://img.shields.io/npm/dm/tom-microservice?style=flat-square)](https://www.npmjs.com/package/tom-microservice)
10
10
 
11
11
  > Stripe API version: [2026-03-25.dahlia](https://docs.stripe.com/changelog#2026-03-25.dahlia).
12
12
 
@@ -503,10 +503,10 @@ Your [Telegram @BotFather token](https://core.telegram.org/bots#3-how-do-i-creat
503
503
 
504
504
  ## License
505
505
 
506
- **tom** © [Kiko Beats](https://kikobeats.com), released under the [MIT](https://github.com/Kikobeats/tom-microservice/blob/master/LICENSE.md) License.<br>
506
+ **tom** © [Kiko Beats](https://kikobeats.com), released under the [MIT](https://github.com/Kikobeats/tom/blob/master/LICENSE) License.<br>
507
507
 
508
508
  Spaceman logo by [Nook Fulloption](https://thenounproject.com/term/spaceman/854189) from [the Noun Project](https://thenounproject.com/search/?q=dog%20spaceman&i=854189#).
509
509
 
510
- Authored and maintained by Kiko Beats with help from [contributors](https://github.com/Kikobeats/tom-microservice/contributors).
510
+ Authored and maintained by Kiko Beats with help from [contributors](https://github.com/Kikobeats/tom/contributors).
511
511
 
512
512
  > [kikobeats.com](https://kikobeats.com) · GitHub [@Kiko Beats](https://github.com/Kikobeats) · X [@Kikobeats](https://x.com/Kikobeats)
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "tom-microservice",
3
3
  "description": "Tom microservice toolkit for Stripe customers, subscription plans, email, and notifications.",
4
4
  "homepage": "https://tom.js.org",
5
- "version": "3.10.13",
5
+ "version": "3.10.15",
6
6
  "main": "src",
7
7
  "bin": {
8
8
  "tom": "bin/index.js"
@@ -12,7 +12,16 @@
12
12
  "name": "Kiko Beats",
13
13
  "url": "https://github.com/Kikobeats"
14
14
  },
15
- "contributors": [],
15
+ "contributors": [
16
+ {
17
+ "name": "rubenmoya",
18
+ "email": "rmoyarodriguez@gmail.com"
19
+ },
20
+ {
21
+ "name": "Rubén Moya",
22
+ "email": "ruben@acidtango.com"
23
+ }
24
+ ],
16
25
  "repository": {
17
26
  "type": "git",
18
27
  "url": "git+https://github.com/kikobeats/tom-microservice.git"
@@ -51,7 +60,7 @@
51
60
  "meow": "~9.0.0",
52
61
  "mitt": "~3.0.1",
53
62
  "morgan": "~1.12.0",
54
- "nodemailer": "~9.0.0",
63
+ "nodemailer": "~10.0.0",
55
64
  "ow": "~0.28.2",
56
65
  "p-reflect": "~2.1.0",
57
66
  "p-retry": "~4.6.1",