Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rjrodger committed Sep 3, 2023
1 parent fbda49c commit 419d5d6
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@seneca/branchio-provider",
"version": "0.1.0",
"version": "0.2.0",
"main": "dist/branchio-provider.js",
"type": "commonjs",
"types": "dist/branchio-provider.d.ts",
Expand Down Expand Up @@ -44,20 +44,20 @@
},
"peerDependencies": {
"@seneca/env": ">=0.2",
"@seneca/provider": ">=0.6",
"@seneca/provider": ">=1.0",
"seneca": ">=3",
"seneca-entity": ">=19",
"seneca-entity": ">=24",
"seneca-promisify": ">=3"
},
"devDependencies": {
"@seneca/doc": "^4.1.0",
"@types/jest": "^29.2.5",
"@types/node": "^18.11.18",
"esbuild": "^0.16.16",
"@seneca/doc": "^4.3.0",
"@types/jest": "^29.5.4",
"@types/node": "^20.5.9",
"esbuild": "^0.19.2",
"esbuild-jest": "^0.5.0",
"jest": "^29.3.1",
"jest": "^29.6.4",
"seneca": ">=3",
"seneca-msg-test": "^3.4.0",
"typescript": "^4.9.4"
"typescript": "^5.2.2"
}
}

0 comments on commit 419d5d6

Please sign in to comment.