tom-microservice 3.9.35 → 3.9.37

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 +1 -1
  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: [2025-03-31.basil](https://docs.stripe.com/upgrades#2025-03-31.basil).
11
+ > Stripe API version: [2025-09-30.clover](https://docs.stripe.com/changelog#2025-09-30.clover).
12
12
 
13
13
  **tom** 🐶 is a backoffice for your projects, oriented for doing things like:
14
14
 
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.35",
5
+ "version": "3.9.37",
6
6
  "main": "src",
7
7
  "bin": {
8
8
  "tom": "bin/index.js"
@@ -59,7 +59,7 @@
59
59
  "request-ip": "~3.3.0",
60
60
  "router-http": "~1.0.1",
61
61
  "send-http": "~1.0.3",
62
- "stripe": "18",
62
+ "stripe": "19",
63
63
  "to-query": "~1.6.12",
64
64
  "update-notifier": "~5.1.0"
65
65
  },