Skip to content

Commit

Permalink
Fix nodejs dependency lock on nodejs-ext
Browse files Browse the repository at this point in the history
Fix the nodejs package dependency version lock. Due to a mono bug the
`nodejs-ext` package was locked to version `1.2.5`, which isn't out
yet, instead of `1.2.5-alpha.1`.
  • Loading branch information
tombruijn committed May 28, 2021
1 parent 1e5ce56 commit f4591b0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
Empty file.
5 changes: 5 additions & 0 deletions packages/nodejs/.changesets/fix-nodejs-dependency-version.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
bump: "patch"
---

Fix nodejs package dependency version lock. Due to a mono bug the `nodejs-ext` package was locked to version `1.2.5`, which isn't out yet, instead of `1.2.5-alpha.1`.
2 changes: 1 addition & 1 deletion packages/nodejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"tslib": "^2.0.3"
},
"optionalDependencies": {
"@appsignal/nodejs-ext": "=1.2.5"
"@appsignal/nodejs-ext": "=1.2.5-alpha.1"
},
"scripts": {
"prebuild": "npm run versionfile",
Expand Down

0 comments on commit f4591b0

Please sign in to comment.