Skip to content

Commit

Permalink
Merge pull request #27 from SF-Tec/chore/update-iviumsoft-4.1100
Browse files Browse the repository at this point in the history
  • Loading branch information
raulmarindev authored Feb 13, 2023
2 parents 791361d + 7fc21dc commit 4ce75e0
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 9 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ Tiny NodeJS wrapper around the "Software development driver DLL" for IviumSoft.

This module uses a dll from the IviumSoft application. You need to have this software installed on a Windows machine. The IviumSoft application can be downloaded from here: https://www.ivium.com/support/#Software%20update

This version of IviumJS has been tested for IviumSoft release 4.1100.

## Installation

Install Ivium.js easily with npm:
Expand Down
Binary file modified dlls/Ivium_remdriver.dll
Binary file not shown.
Binary file modified dlls/Ivium_remdriver64.dll
Binary file not shown.
14 changes: 7 additions & 7 deletions examples/with-nextjs-trpc/package-lock.json

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

2 changes: 1 addition & 1 deletion examples/with-nextjs-trpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@trpc/next": "^10.8.1",
"@trpc/react-query": "^10.8.1",
"@trpc/server": "^10.8.1",
"iviumjs": "^0.1.1-beta",
"iviumjs": "^0.1.4-beta",
"next": "^13.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iviumjs",
"version": "0.1.3-beta",
"version": "0.1.4-beta",
"description": "A tiny NodeJS wrapper around the <Software development driver DLL> for IviumSoft.",
"browser": "dist/ivium.umd.js",
"main": "dist/ivium.js",
Expand Down

0 comments on commit 4ce75e0

Please sign in to comment.