From 04188aa9a5c3481daf95a7fd3c42e129411a2f10 Mon Sep 17 00:00:00 2001 From: Matthieu Monsch <1216372+mtth@users.noreply.github.com> Date: Fri, 3 May 2024 20:31:13 -0700 Subject: [PATCH] Update addon package files (#45) --- package.json | 2 +- packages/highs-addon/package.json | 4 ++-- packages/highs-solver/package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index b1f0832..faebda8 100644 --- a/package.json +++ b/package.json @@ -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 ", diff --git a/packages/highs-addon/package.json b/packages/highs-addon/package.json index 05052c0..a737b56 100644 --- a/packages/highs-addon/package.json +++ b/packages/highs-addon/package.json @@ -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": [ @@ -21,7 +21,7 @@ "binding-options.js", "CMakeLists.txt", "index.d.ts", - "index.js" + "index.cjs" ], "scripts": { "build": "cmake-js build", diff --git a/packages/highs-solver/package.json b/packages/highs-solver/package.json index fca1459..075cc6e 100644 --- a/packages/highs-solver/package.json +++ b/packages/highs-solver/package.json @@ -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": [