tom-microservice 3.2.36 → 3.2.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.
- package/LICENSE +0 -0
- package/bin/listen.js +0 -0
- package/package.json +22 -22
package/LICENSE
CHANGED
|
File without changes
|
package/bin/listen.js
CHANGED
|
File without changes
|
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.2.
|
|
5
|
+
"version": "3.2.37",
|
|
6
6
|
"main": "src",
|
|
7
7
|
"bin": {
|
|
8
8
|
"tom": "bin/index.js"
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"picocolors": "~1.0.0",
|
|
68
68
|
"pretty-ms": "~7.0.1",
|
|
69
69
|
"req-country": "~1.2.2",
|
|
70
|
-
"request-ip": "~
|
|
70
|
+
"request-ip": "~3.0.2",
|
|
71
71
|
"stripe": "^9.5.0",
|
|
72
72
|
"time-span": "~4.0.0",
|
|
73
73
|
"to-query": "~1.6.9",
|
|
@@ -113,25 +113,6 @@
|
|
|
113
113
|
"bin",
|
|
114
114
|
"src"
|
|
115
115
|
],
|
|
116
|
-
"scripts": {
|
|
117
|
-
"build": "gulp build && untracked > .nowignore",
|
|
118
|
-
"clean": "rm -rf node_modules",
|
|
119
|
-
"coverage": "c8 report --reporter=text-lcov | coveralls",
|
|
120
|
-
"dev": "svr src/router",
|
|
121
|
-
"dev:docs": "concurrently \"gulp\" \"npm run dev:docs:server\"",
|
|
122
|
-
"dev:docs:server": "browser-sync start --server --files \"index.html, README.md, static/**/*.(css|js)\"",
|
|
123
|
-
"lint": "standard-markdown README.md && standard",
|
|
124
|
-
"postrelease": "npm run release:tags && npm run release:github && (ci-publish || npm publish --access=public)",
|
|
125
|
-
"prerelease": "npm run update:check",
|
|
126
|
-
"pretest": "npm run lint",
|
|
127
|
-
"release": "git-authors-cli && git add package.json && standard-version -a",
|
|
128
|
-
"release:github": "conventional-github-releaser -p angular",
|
|
129
|
-
"release:tags": "git push --follow-tags origin HEAD:master",
|
|
130
|
-
"start": "tom",
|
|
131
|
-
"test": "NODE_ENV=test c8 ava",
|
|
132
|
-
"update": "ncu -i",
|
|
133
|
-
"update:check": "ncu -- --error-level 2"
|
|
134
|
-
},
|
|
135
116
|
"license": "MIT",
|
|
136
117
|
"ava": {
|
|
137
118
|
"files": [
|
|
@@ -163,5 +144,24 @@
|
|
|
163
144
|
"env": [
|
|
164
145
|
"mocha"
|
|
165
146
|
]
|
|
147
|
+
},
|
|
148
|
+
"scripts": {
|
|
149
|
+
"build": "gulp build && untracked > .nowignore",
|
|
150
|
+
"clean": "rm -rf node_modules",
|
|
151
|
+
"coverage": "c8 report --reporter=text-lcov | coveralls",
|
|
152
|
+
"dev": "svr src/router",
|
|
153
|
+
"dev:docs": "concurrently \"gulp\" \"npm run dev:docs:server\"",
|
|
154
|
+
"dev:docs:server": "browser-sync start --server --files \"index.html, README.md, static/**/*.(css|js)\"",
|
|
155
|
+
"lint": "standard-markdown README.md && standard",
|
|
156
|
+
"postrelease": "npm run release:tags && npm run release:github && (ci-publish || npm publish --access=public)",
|
|
157
|
+
"prerelease": "npm run update:check",
|
|
158
|
+
"pretest": "npm run lint",
|
|
159
|
+
"release": "git-authors-cli && git add package.json && standard-version -a",
|
|
160
|
+
"release:github": "conventional-github-releaser -p angular",
|
|
161
|
+
"release:tags": "git push --follow-tags origin HEAD:master",
|
|
162
|
+
"start": "tom",
|
|
163
|
+
"test": "NODE_ENV=test c8 ava",
|
|
164
|
+
"update": "ncu -i",
|
|
165
|
+
"update:check": "ncu -- --error-level 2"
|
|
166
166
|
}
|
|
167
|
-
}
|
|
167
|
+
}
|