Skip to content

Commit

Permalink
v3.37.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rjrodger committed Jul 11, 2024
1 parent a9fcc36 commit 0cc9fff
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 3.37.1 2024-07-11

* Dependency updates.


## 3.37.0 2024-06-10

* Forward compatibility with Gubu-based option validation.
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "seneca",
"description": "A Microservices Framework for Node.js",
"version": "3.37.0",
"version": "3.37.1",
"types": "seneca.d.ts",
"license": "MIT",
"homepage": "http://senecajs.org",
Expand Down Expand Up @@ -91,7 +91,7 @@
"eraro": "^3.0.1",
"fast-safe-stringify": "^2.1.1",
"gate-executor": "^3.1.1",
"gubu": "8.0.1",
"gubu": "8.1.0",
"lodash.defaultsdeep": "^4.6.1",
"lodash.flatten": "^4.4.0",
"lodash.uniq": "^4.5.0",
Expand All @@ -100,16 +100,16 @@
"optioner": "^5.0.1",
"ordu": "^2.2.0",
"patrun": "^7.2.5",
"qs": "^6.12.2",
"qs": "^6.12.3",
"rolling-stats": "^0.2.1",
"seneca-transport": "^8.2.0",
"use-plugin": "^13.0.1"
"use-plugin": "^13.1.0"
},
"devDependencies": {
"@hapi/code": "9",
"@hapi/lab": "25",
"@seneca/test-plugin": "0.1.0",
"@types/node": "^20.14.9",
"@types/node": "^20.14.10",
"async": "^3.2.5",
"bench": "^0.3.6",
"coveralls": "^3.1.1",
Expand All @@ -118,7 +118,7 @@
"lab-transform-typescript": "^3.0.1",
"lolex": "^6.0.0",
"prettier": "^3.3.2",
"seneca-entity": "^26.0.2",
"seneca-entity": "^27.1.0",
"seneca-error-test": "^0.2.2",
"seneca-joi": "^7.0.2",
"seneca-promisify": "^3.7.2",
Expand Down
2 changes: 1 addition & 1 deletion test/seneca.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -673,7 +673,7 @@ describe('seneca', function () {
})
} catch (e) {
expect(e.message).equal(
'seneca (add): Value "123" for property "props" does not satisfy one of: '+
'seneca (add): Value "123" for property "props" does not satisfy one of: ' +
'String, Object',
)
done()
Expand Down

0 comments on commit 0cc9fff

Please sign in to comment.