tom-microservice 3.9.34 → 3.9.36
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 +3 -7
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: [2025-
|
|
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.
|
|
5
|
+
"version": "3.9.36",
|
|
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": "
|
|
62
|
+
"stripe": "19",
|
|
63
63
|
"to-query": "~1.6.12",
|
|
64
64
|
"update-notifier": "~5.1.0"
|
|
65
65
|
},
|
|
@@ -91,7 +91,6 @@
|
|
|
91
91
|
"postcss-focus": "latest",
|
|
92
92
|
"simple-git-hooks": "latest",
|
|
93
93
|
"standard": "latest",
|
|
94
|
-
"standard-markdown": "latest",
|
|
95
94
|
"standard-version": "latest",
|
|
96
95
|
"svr": "latest",
|
|
97
96
|
"untracked": "latest"
|
|
@@ -111,7 +110,7 @@
|
|
|
111
110
|
"dev": "svr src/router",
|
|
112
111
|
"dev:docs": "concurrently \"gulp\" \"npm run dev:docs:server\"",
|
|
113
112
|
"dev:docs:server": "browser-sync start --server --files \"index.html, README.md, static/**/*.(css|js)\"",
|
|
114
|
-
"lint": "standard
|
|
113
|
+
"lint": "standard",
|
|
115
114
|
"postrelease": "npm run release:tags && npm run release:github && (ci-publish || npm publish --access=public)",
|
|
116
115
|
"pretest": "npm run lint",
|
|
117
116
|
"release": "git-authors-cli && git add package.json && standard-version -a",
|
|
@@ -141,9 +140,6 @@
|
|
|
141
140
|
"*.js": [
|
|
142
141
|
"prettier-standard"
|
|
143
142
|
],
|
|
144
|
-
"*.md": [
|
|
145
|
-
"standard-markdown"
|
|
146
|
-
],
|
|
147
143
|
"package.json": [
|
|
148
144
|
"finepack"
|
|
149
145
|
]
|