Skip to content

Commit

Permalink
v2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xan105 committed Oct 26, 2024
1 parent 3014c7d commit abbd87f
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 48 deletions.
86 changes: 45 additions & 41 deletions package-lock.json

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

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "regodit",
"version": "2.4.0",
"version": "2.4.1",
"description": "Read/Write Windows Registry using FFI and GoLang (x86, x64 and arm64)",
"type": "module",
"exports": {
Expand All @@ -20,7 +20,7 @@
"types/"
],
"engines": {
"node": ">=18.0.0"
"node": ">=20.18.0"
},
"scripts": {
"lint": "eslint \"./lib/**/*.{js,mjs}\" \"./types/**/*.d.ts\"",
Expand Down Expand Up @@ -48,7 +48,7 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/xan105/node-cgo-regodit"
"url": "git+https://github.com/xan105/node-cgo-regodit.git"
},
"bugs": {
"url": "https://github.com/xan105/node-cgo-regodit/issues"
Expand All @@ -69,10 +69,10 @@
}
],
"dependencies": {
"@xan105/error": "^1.6.2",
"@xan105/ffi": "^1.2.0",
"@xan105/is": "^2.9.3",
"koffi": "^2.8.9"
"@xan105/error": "^1.7.1",
"@xan105/ffi": "^1.3.0",
"@xan105/is": "^2.10.0",
"koffi": "^2.9.1"
},
"devDependencies": {
"@types/node": "^20.10.1",
Expand Down

0 comments on commit abbd87f

Please sign in to comment.