tom-microservice 3.9.20 → 3.9.22
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 -7
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.22",
|
|
6
6
|
"main": "src",
|
|
7
7
|
"bin": {
|
|
8
8
|
"tom": "bin/index.js"
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"beauty-error": "~1.2.15",
|
|
46
46
|
"cors": "~2.8.5",
|
|
47
47
|
"got": "~11.8.6",
|
|
48
|
-
"helmet": "~
|
|
48
|
+
"helmet": "~8.0.0",
|
|
49
49
|
"http-body": "~1.0.4",
|
|
50
50
|
"http-compression": "~1.0.5",
|
|
51
51
|
"import-modules": "~2.1.0",
|
|
@@ -96,7 +96,6 @@
|
|
|
96
96
|
"gulp-postcss": "latest",
|
|
97
97
|
"gulp-uglify": "latest",
|
|
98
98
|
"nano-staged": "latest",
|
|
99
|
-
"npm-check-updates": "latest",
|
|
100
99
|
"postcss": "latest",
|
|
101
100
|
"postcss-focus": "latest",
|
|
102
101
|
"simple-git-hooks": "latest",
|
|
@@ -123,15 +122,12 @@
|
|
|
123
122
|
"dev:docs:server": "browser-sync start --server --files \"index.html, README.md, static/**/*.(css|js)\"",
|
|
124
123
|
"lint": "standard-markdown README.md && standard",
|
|
125
124
|
"postrelease": "npm run release:tags && npm run release:github && (ci-publish || npm publish --access=public)",
|
|
126
|
-
"prerelease": "npm run update:check",
|
|
127
125
|
"pretest": "npm run lint",
|
|
128
126
|
"release": "git-authors-cli && git add package.json && standard-version -a",
|
|
129
127
|
"release:github": "github-generate-release",
|
|
130
128
|
"release:tags": "git push --follow-tags origin HEAD:master",
|
|
131
129
|
"start": "tom",
|
|
132
|
-
"test": "NODE_ENV=test c8 ava"
|
|
133
|
-
"update": "ncu -i",
|
|
134
|
-
"update:check": "ncu -- --error-level 2"
|
|
130
|
+
"test": "NODE_ENV=test c8 ava"
|
|
135
131
|
},
|
|
136
132
|
"license": "MIT",
|
|
137
133
|
"ava": {
|