Skip to content

Commit

Permalink
v1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lovasoa committed Nov 5, 2024
1 parent 6598de6 commit e06e93f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 28 deletions.
40 changes: 14 additions & 26 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "highs",
"version": "1.0.1",
"version": "1.8.0",
"description": "Mixed integer linear programming library, built by compiling a high-performance C++ solver developed by the University of Edinburgh (HiGHS) to WebAssembly.",
"main": "build/highs.js",
"type": "commonjs",
Expand Down Expand Up @@ -41,7 +41,7 @@
"runkitExampleFilename": "example.js",
"devDependencies": {
"@tsconfig/recommended": "^1.0.1",
"typescript": "^4.8.4"
"typescript": "^5.6.3"
},
"files": [
"build/highs.js",
Expand Down

0 comments on commit e06e93f

Please sign in to comment.