Skip to content

Commit

Permalink
v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rjrodger committed Jun 10, 2024
1 parent e896792 commit b65fb18
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@seneca/gateway",
"version": "1.2.1",
"version": "1.3.0",
"main": "dist/gateway.js",
"type": "commonjs",
"types": "dist/gateway.d.ts",
Expand Down Expand Up @@ -39,15 +39,15 @@
"devDependencies": {
"@seneca/maintain": "^0.1.0",
"@types/jest": "^29.5.12",
"@types/node": "^20.12.7",
"esbuild": "^0.20.2",
"@types/node": "^20.14.2",
"esbuild": "^0.21.5",
"esbuild-jest": "^0.5.0",
"jest": "^29.7.0",
"seneca-msg-test": "^4.1.0",
"typescript": "^5.4.5"
},
"peerDependencies": {
"seneca": ">=3",
"seneca": ">=3||>=4.0.0-rc2",
"seneca-promisify": ">=3"
}
}

0 comments on commit b65fb18

Please sign in to comment.