tom-microservice 3.9.15 → 3.9.17

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 +2 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -8,7 +8,7 @@
8
8
  [![Coverage Status](https://img.shields.io/coveralls/Kikobeats/tom-microservice.svg?style=flat-square)](https://coveralls.io/github/Kikobeats/tom-microservice)
9
9
  [![NPM Status](https://img.shields.io/npm/dm/tom-microservice.svg?style=flat-square)](https://www.npmjs.org/package/tom-microservice)
10
10
 
11
- > Stripe API version: [2023-10-16](https://stripe.com/docs/upgrades#2023-10-16).
11
+ > Stripe API version: [2024-06-20](https://stripe.com/docs/upgrades#2024-06-20).
12
12
 
13
13
  **tom** 🐶 is a backoffice for your projects, oriented for doing things like:
14
14
 
@@ -526,4 +526,4 @@ Spaceman logo by [Nook Fulloption](https://thenounproject.com/term/spaceman/8541
526
526
 
527
527
  Authored and maintained by Kiko Beats with help from [contributors](https://github.com/Kikobeats/tom-microservice/contributors).
528
528
 
529
- > [kikobeats.com](https://kikobeats.com) · GitHub [@Kiko Beats](https://github.com/Kikobeats) · Twitter [@Kikobeats](https://twitter.com/Kikobeats)
529
+ > [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 creates customers, subscriptions plans & send notifications.",
4
4
  "homepage": "https://tom.js.org",
5
- "version": "3.9.15",
5
+ "version": "3.9.17",
6
6
  "main": "src",
7
7
  "bin": {
8
8
  "tom": "bin/index.js"
@@ -70,7 +70,7 @@
70
70
  "request-ip": "~3.3.0",
71
71
  "router-http": "~1.0.1",
72
72
  "send-http": "~1.0.3",
73
- "stripe": "15",
73
+ "stripe": "16",
74
74
  "to-query": "~1.6.12",
75
75
  "update-notifier": "~5.1.0"
76
76
  },