Skip to content

Commit

Permalink
v3.36.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rjrodger committed May 3, 2024
1 parent f79d82b commit cf4e8bf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 3.36.0 2024-05-03

* Updated use-plugin package to handle CamelCase plugin names (eg. seneca.use('BatchMonitor') finds @seneca/batch-monitor)


## 3.35.3 2024-04-26

* Added types property to package.json to prevent compile warnngs. Thanks https://github.com/iolave!
Expand Down
6 changes: 3 additions & 3 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.35.3",
"version": "3.36.0",
"types": "seneca.d.ts",
"license": "MIT",
"homepage": "http://senecajs.org",
Expand Down Expand Up @@ -103,13 +103,13 @@
"qs": "^6.12.1",
"rolling-stats": "^0.2.1",
"seneca-transport": "^8.2.0",
"use-plugin": "^11.0.0"
"use-plugin": "^12.0.1"
},
"devDependencies": {
"@hapi/code": "8",
"@hapi/lab": "25",
"@seneca/test-plugin": "0.1.0",
"@types/node": "^20.12.7",
"@types/node": "^20.12.8",
"async": "^3.2.5",
"bench": "^0.3.6",
"coveralls": "^3.1.1",
Expand Down

0 comments on commit cf4e8bf

Please sign in to comment.