tom-microservice 3.9.14 → 3.9.16
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 +1 -1
- package/package.json +8 -3
package/README.md
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
[](https://coveralls.io/github/Kikobeats/tom-microservice)
|
|
9
9
|
[](https://www.npmjs.org/package/tom-microservice)
|
|
10
10
|
|
|
11
|
-
> Stripe API version: [
|
|
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
|
|
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.
|
|
5
|
+
"version": "3.9.16",
|
|
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": "
|
|
73
|
+
"stripe": "16",
|
|
74
74
|
"to-query": "~1.6.12",
|
|
75
75
|
"update-notifier": "~5.1.0"
|
|
76
76
|
},
|
|
@@ -144,7 +144,12 @@
|
|
|
144
144
|
"commitlint": {
|
|
145
145
|
"extends": [
|
|
146
146
|
"@commitlint/config-conventional"
|
|
147
|
-
]
|
|
147
|
+
],
|
|
148
|
+
"rules": {
|
|
149
|
+
"body-max-line-length": [
|
|
150
|
+
0
|
|
151
|
+
]
|
|
152
|
+
}
|
|
148
153
|
},
|
|
149
154
|
"nano-staged": {
|
|
150
155
|
"*.js": [
|