Skip to content

Commit

Permalink
Update @appsignal/types dependency to 3.0.0 (#610)
Browse files Browse the repository at this point in the history
Update the types package to the version without Node.js types. They're
all part of the Node.js package itself now since PR #451.

This avoids confusion about the availability of Node.js types in the
types package.

Fixes #590
  • Loading branch information
tombruijn authored Feb 11, 2022
1 parent 49e26a3 commit 47a851b
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 14 deletions.
32 changes: 21 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"packages/*"
],
"devDependencies": {
"@appsignal/types": "^2.1.5",
"@appsignal/types": "^3.0.0",
"@types/jest": "^26.0.19",
"husky": "^4.3.6",
"jest": "^26.6.3",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
bump: "patch"
type: "change"
---

Update @appsignal/types dependency to 3.0.0.
2 changes: 1 addition & 1 deletion packages/koa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"directory": "packages/koa"
},
"dependencies": {
"@appsignal/types": "^2.1.5",
"@appsignal/types": "^3.0.0",
"@appsignal/nodejs": "=2.3.1",
"shimmer": "^1.2.1",
"tslib": "^2.0.3"
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
bump: "patch"
type: "change"
---

Update @appsignal/types dependency to 3.0.0.
2 changes: 1 addition & 1 deletion packages/nodejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"dependencies": {
"@appsignal/core": "^1.1.4",
"@appsignal/types": "^2.1.5",
"@appsignal/types": "^3.0.0",
"node-addon-api": "^3.1.0",
"node-gyp": "^7.1.2",
"require-in-the-middle": "^5.1.0",
Expand Down

0 comments on commit 47a851b

Please sign in to comment.