Skip to content

Commit

Permalink
v0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rjrodger committed Jun 10, 2024
1 parent c4d78ff commit 5191e7e
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/telemetry",
"version": "0.0.3",
"version": "0.0.4",
"main": "dist/telemetry.js",
"type": "commonjs",
"types": "dist/telemetry.d.ts",
Expand Down Expand Up @@ -39,14 +39,14 @@
"devDependencies": {
"@seneca/maintain": "^0.1.0",
"@types/jest": "^29.5.12",
"esbuild": "^0.20.1",
"esbuild": "^0.21.5",
"esbuild-jest": "^0.5.0",
"jest": "^29.7.0",
"seneca-msg-test": "^4.1.0",
"typescript": "^5.3.3"
"typescript": "^5.4.5"
},
"peerDependencies": {
"seneca": ">=3",
"seneca": ">=3||>=4.0.0-rc2",
"seneca-promisify": ">=3"
},
"dependencies": {
Expand Down

0 comments on commit 5191e7e

Please sign in to comment.