mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Set nodejs wrapper version to 0.26.0
This commit is contained in:
Generated
+1
-1
@@ -638,7 +638,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "libloot-nodejs"
|
||||
version = "0.0.0"
|
||||
version = "0.26.0"
|
||||
dependencies = [
|
||||
"libloot",
|
||||
"libloot-ffi-errors",
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
[package]
|
||||
edition = "2021"
|
||||
name = "libloot-nodejs"
|
||||
version = "0.0.0"
|
||||
version = "0.26.0"
|
||||
|
||||
[lib]
|
||||
crate-type = ["cdylib"]
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "libloot-nodejs-linux-x64-gnu",
|
||||
"version": "0.0.0",
|
||||
"version": "0.26.0",
|
||||
"os": [
|
||||
"linux"
|
||||
],
|
||||
@@ -18,4 +18,4 @@
|
||||
"libc": [
|
||||
"glibc"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "libloot-nodejs-win32-x64-msvc",
|
||||
"version": "0.0.0",
|
||||
"version": "0.26.0",
|
||||
"os": [
|
||||
"win32"
|
||||
],
|
||||
@@ -15,4 +15,4 @@
|
||||
"engines": {
|
||||
"node": ">= 10"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "libloot-nodejs",
|
||||
"version": "0.0.0",
|
||||
"version": "0.26.0",
|
||||
"main": "index.js",
|
||||
"types": "index.d.ts",
|
||||
"napi": {
|
||||
|
||||
Reference in New Issue
Block a user