Skip to content

Commit

Permalink
v8.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rjrodger committed Jan 19, 2024
1 parent 3e81dc1 commit e94323b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "seneca-transport",
"version": "8.1.0",
"version": "8.2.0",
"description": "Seneca transport",
"main": "transport.js",
"license": "MIT",
Expand Down Expand Up @@ -65,11 +65,13 @@
"bench": "^0.3.6",
"coveralls": "^3.1.1",
"prettier": "^3.2.4",
"seneca": "3.34",
"seneca-entity": "^25.1.1",
"seneca-transport-test": "^1.0.0",
"sinon": "^15.0.1"
},
"peerDependencies": {
"seneca": ">=3",
"seneca-entity": ">=25"
},
"files": [
"transport.js",
"README.md",
Expand Down

0 comments on commit e94323b

Please sign in to comment.