Skip to content

Commit e78f250

Browse files
committed
v3.15.4
1 parent 7da3d18 commit e78f250

File tree

2 files changed

+50
-35
lines changed

2 files changed

+50
-35
lines changed

package-lock.json

Lines changed: 48 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "seneca",
33
"description": "A Microservices Framework for Node.js",
4-
"version": "3.15.3",
4+
"version": "3.15.4",
55
"license": "MIT",
66
"homepage": "http://senecajs.org",
77
"keywords": [
@@ -79,7 +79,7 @@
7979
"repo-publish": "REPO_VERSION=`node -e \"console.log(require('./package').version)\"` && npm run prettier && npm test && npm run repo-tag --registry http://registry.npmjs.org && npm publish --registry http://registry.npmjs.org && npm dist-tag add seneca@$REPO_VERSION next --registry http://registry.npmjs.org && npm dist-tag add seneca@$REPO_VERSION plugin --registry http://registry.npmjs.org"
8080
},
8181
"dependencies": {
82-
"@hapi/joi": "^16.1.2",
82+
"@hapi/joi": "^15.1.1",
8383
"@hapi/wreck": "^15.1.0",
8484
"eraro": "^1.1.0",
8585
"fast-safe-stringify": "^2.0.7",

0 commit comments

Comments
 (0)