Skip to content

Commit

Permalink
v3.38.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rjrodger committed Feb 7, 2025
1 parent 17b3fb2 commit 03f5b28
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 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.2",
"version": "3.38.0",
"types": "seneca.d.ts",
"license": "MIT",
"homepage": "http://senecajs.org",
Expand Down Expand Up @@ -52,7 +52,8 @@
"Tane Piper (https://github.com/tanepiper)",
"Wyatt Preul (https://github.com/geek)",
"Vald Houbiev (https://github.com/vladgolubev)",
"Vito Tardia (https://github.com/vtardia)"
"Vito Tardia (https://github.com/vtardia)",
"Efim Bogdanovsky (https://github.com/lilsweetcaligula)"
],
"repository": {
"type": "git",
Expand Down Expand Up @@ -90,39 +91,39 @@
"eraro": "^3.0.1",
"fast-safe-stringify": "^2.1.1",
"gate-executor": "^3.1.1",
"gubu": "8.2.1",
"jsonic": "2.15.2",
"gubu": "9.0.0",
"jsonic": "2.16.0",
"lodash.defaultsdeep": "^4.6.1",
"lodash.flatten": "^4.4.0",
"lodash.uniq": "^4.5.0",
"minimist": "^1.2.8",
"nid": "^2.0.1",
"optioner": "^5.0.1",
"ordu": "^2.2.0",
"patrun": "^7.2.5",
"qs": "^6.12.3",
"patrun": "^7.2.7",
"qs": "^6.14.0",
"rolling-stats": "^0.2.1",
"seneca-transport": "^8.2.0",
"seneca-transport": "^8.3.0",
"use-plugin": "^13.2.0"
},
"devDependencies": {
"@hapi/code": "9",
"@hapi/lab": "25",
"@seneca/test-plugin": "0.1.0",
"@types/node": "^20.14.10",
"async": "^3.2.5",
"@types/node": "^22.13.1",
"async": "^3.2.6",
"bench": "^0.3.6",
"coveralls": "^3.1.1",
"gex": "^4.0.1",
"handlebars": "^4.7.8",
"lab-transform-typescript": "^3.0.1",
"lolex": "^6.0.0",
"prettier": "^3.3.2",
"seneca-entity": "^27.2.0",
"prettier": "^3.4.2",
"seneca-entity": "^28.1.0",
"seneca-error-test": "^0.2.2",
"seneca-joi": "^7.0.2",
"seneca-promisify": "^3.7.2",
"summary": "^2.1.0",
"typescript": "^5.5.3"
"typescript": "^5.7.3"
}
}

0 comments on commit 03f5b28

Please sign in to comment.