Skip to content

Commit

Permalink
chore: relax opentelemetry peer dependency constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
mtth committed May 27, 2024
1 parent 2b61892 commit 426db2a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "highs-packages",
"version": "0.6.5",
"version": "0.6.6",
"private": true,
"repository": "github:opvious/highs.ts",
"author": "Opvious Engineering <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/highs-addon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "highs-addon",
"version": "0.6.5",
"version": "0.6.6",
"repository": "github:opvious/highs.ts",
"description": "Low-level Node.js binding for the HiGHS optimization solver",
"keywords": [
Expand Down
6 changes: 3 additions & 3 deletions packages/highs-solver/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "highs-solver",
"version": "0.6.5",
"version": "0.6.6",
"repository": "github:opvious/highs.ts",
"description": "Node.js binding for the HiGHS optimization solver",
"keywords": [
Expand Down Expand Up @@ -40,10 +40,10 @@
"tmp-promise": "^3.0.3"
},
"peerDependencies": {
"@opentelemetry/api": "~1.4.1"
"@opentelemetry/api": "^1.8.0"
},
"devDependencies": {
"@opentelemetry/api": "~1.8.0",
"@opentelemetry/api": "^1.8.0",
"@types/tail": "^2.2.3",
"inlinable": "^0.3.3"
}
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

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

0 comments on commit 426db2a

Please sign in to comment.