tom-microservice 3.9.18 → 3.9.20
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/package.json +3 -2
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.20",
|
|
6
6
|
"main": "src",
|
|
7
7
|
"bin": {
|
|
8
8
|
"tom": "bin/index.js"
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"p-reflect": "~2.1.0",
|
|
63
63
|
"p-retry": "~4.6.1",
|
|
64
64
|
"p-waterfall": "~2.1.1",
|
|
65
|
-
"picocolors": "~1.
|
|
65
|
+
"picocolors": "~1.1.0",
|
|
66
66
|
"pupa": "~2.1.1",
|
|
67
67
|
"req-country": "~1.2.7",
|
|
68
68
|
"request-ip": "~3.3.0",
|
|
@@ -116,6 +116,7 @@
|
|
|
116
116
|
"scripts": {
|
|
117
117
|
"build": "gulp build && untracked > .vercelignore",
|
|
118
118
|
"clean": "rm -rf node_modules",
|
|
119
|
+
"contributors": "(npx git-authors-cli && npx finepack && git add package.json && git commit -m 'build: contributors' --no-verify) || true",
|
|
119
120
|
"coverage": "c8 report --reporter=text-lcov | coveralls",
|
|
120
121
|
"dev": "svr src/router",
|
|
121
122
|
"dev:docs": "concurrently \"gulp\" \"npm run dev:docs:server\"",
|