Skip to content

Commit

Permalink
Update addon package files (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtth authored May 4, 2024
1 parent f26aa65 commit 04188aa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.0",
"version": "0.6.1",
"private": true,
"repository": "github:opvious/highs.ts",
"author": "Opvious Engineering <[email protected]>",
Expand Down
4 changes: 2 additions & 2 deletions 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.0",
"version": "0.6.1",
"repository": "github:opvious/highs.ts",
"description": "Low-level Node.js binding for the HiGHS optimization solver",
"keywords": [
Expand All @@ -21,7 +21,7 @@
"binding-options.js",
"CMakeLists.txt",
"index.d.ts",
"index.js"
"index.cjs"
],
"scripts": {
"build": "cmake-js build",
Expand Down
2 changes: 1 addition & 1 deletion 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.0",
"version": "0.6.1",
"repository": "github:opvious/highs.ts",
"description": "Node.js binding for the HiGHS optimization solver",
"keywords": [
Expand Down

0 comments on commit 04188aa

Please sign in to comment.