Skip to content

Commit

Permalink
2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniomuso committed Oct 12, 2024
1 parent 44ef8d4 commit f542414
Show file tree
Hide file tree
Showing 14 changed files with 83 additions and 46 deletions.
9 changes: 6 additions & 3 deletions npm/android-arm-eabi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antoniomuso/lz4-napi-android-arm-eabi",
"version": "2.6.0",
"version": " 2.7.0",
"cpu": [
"arm"
],
Expand All @@ -27,8 +27,11 @@
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"repository": "git@github.com:antoniomuso/lz4-napi.git",
"repository": {
"type": "git",
"url": "https://github.com/antoniomuso/lz4-napi.git"
},
"os": [
"android"
]
}
}
9 changes: 6 additions & 3 deletions npm/android-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antoniomuso/lz4-napi-android-arm64",
"version": "2.6.0",
"version": " 2.7.0",
"cpu": [
"arm64"
],
Expand All @@ -27,8 +27,11 @@
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"repository": "git@github.com:antoniomuso/lz4-napi.git",
"repository": {
"type": "git",
"url": "https://github.com/antoniomuso/lz4-napi.git"
},
"os": [
"android"
]
}
}
9 changes: 6 additions & 3 deletions npm/darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antoniomuso/lz4-napi-darwin-arm64",
"version": "2.6.0",
"version": " 2.7.0",
"cpu": [
"arm64"
],
Expand All @@ -27,8 +27,11 @@
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"repository": "git@github.com:antoniomuso/lz4-napi.git",
"repository": {
"type": "git",
"url": "https://github.com/antoniomuso/lz4-napi.git"
},
"os": [
"darwin"
]
}
}
9 changes: 6 additions & 3 deletions npm/darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antoniomuso/lz4-napi-darwin-x64",
"version": "2.6.0",
"version": " 2.7.0",
"cpu": [
"x64"
],
Expand All @@ -27,8 +27,11 @@
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"repository": "git@github.com:antoniomuso/lz4-napi.git",
"repository": {
"type": "git",
"url": "https://github.com/antoniomuso/lz4-napi.git"
},
"os": [
"darwin"
]
}
}
9 changes: 6 additions & 3 deletions npm/freebsd-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antoniomuso/lz4-napi-freebsd-x64",
"version": "2.6.0",
"version": " 2.7.0",
"cpu": [
"x64"
],
Expand All @@ -27,8 +27,11 @@
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"repository": "git@github.com:antoniomuso/lz4-napi.git",
"repository": {
"type": "git",
"url": "https://github.com/antoniomuso/lz4-napi.git"
},
"os": [
"freebsd"
]
}
}
9 changes: 6 additions & 3 deletions npm/linux-arm-gnueabihf/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antoniomuso/lz4-napi-linux-arm-gnueabihf",
"version": "2.6.0",
"version": " 2.7.0",
"cpu": [
"arm"
],
Expand All @@ -27,8 +27,11 @@
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"repository": "git@github.com:antoniomuso/lz4-napi.git",
"repository": {
"type": "git",
"url": "https://github.com/antoniomuso/lz4-napi.git"
},
"os": [
"linux"
]
}
}
9 changes: 6 additions & 3 deletions npm/linux-arm64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antoniomuso/lz4-napi-linux-arm64-gnu",
"version": "2.6.0",
"version": " 2.7.0",
"cpu": [
"arm64"
],
Expand All @@ -27,11 +27,14 @@
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"repository": "git@github.com:antoniomuso/lz4-napi.git",
"repository": {
"type": "git",
"url": "https://github.com/antoniomuso/lz4-napi.git"
},
"os": [
"linux"
],
"libc": [
"glibc"
]
}
}
9 changes: 6 additions & 3 deletions npm/linux-arm64-musl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antoniomuso/lz4-napi-linux-arm64-musl",
"version": "2.6.0",
"version": " 2.7.0",
"cpu": [
"arm64"
],
Expand All @@ -27,11 +27,14 @@
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"repository": "git@github.com:antoniomuso/lz4-napi.git",
"repository": {
"type": "git",
"url": "https://github.com/antoniomuso/lz4-napi.git"
},
"os": [
"linux"
],
"libc": [
"musl"
]
}
}
9 changes: 6 additions & 3 deletions npm/linux-x64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antoniomuso/lz4-napi-linux-x64-gnu",
"version": "2.6.0",
"version": " 2.7.0",
"cpu": [
"x64"
],
Expand All @@ -27,11 +27,14 @@
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"repository": "git@github.com:antoniomuso/lz4-napi.git",
"repository": {
"type": "git",
"url": "https://github.com/antoniomuso/lz4-napi.git"
},
"os": [
"linux"
],
"libc": [
"glibc"
]
}
}
10 changes: 6 additions & 4 deletions npm/linux-x64-musl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antoniomuso/lz4-napi-linux-x64-musl",
"version": "2.6.0",
"version": " 2.7.0",
"cpu": [
"x64"
],
Expand All @@ -19,19 +19,21 @@
"lz4",
"node"
],
"license": "MIT",
"engines": {
"node": ">= 10"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"repository": "git@github.com:antoniomuso/lz4-napi.git",
"repository": {
"type": "git",
"url": "https://github.com/antoniomuso/lz4-napi.git"
},
"os": [
"linux"
],
"libc": [
"musl"
]
}
}
10 changes: 6 additions & 4 deletions npm/win32-arm64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antoniomuso/lz4-napi-win32-arm64-msvc",
"version": "2.6.0",
"version": " 2.7.0",
"cpu": [
"arm64"
],
Expand All @@ -24,11 +24,13 @@
"node": ">= 10"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"repository": "git@github.com:antoniomuso/lz4-napi.git",
"repository": {
"type": "git",
"url": "https://github.com/antoniomuso/lz4-napi.git"
},
"os": [
"win32"
]
}
}
9 changes: 6 additions & 3 deletions npm/win32-ia32-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antoniomuso/lz4-napi-win32-ia32-msvc",
"version": "2.6.0",
"version": " 2.7.0",
"cpu": [
"ia32"
],
Expand All @@ -27,8 +27,11 @@
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"repository": "git@github.com:antoniomuso/lz4-napi.git",
"repository": {
"type": "git",
"url": "https://github.com/antoniomuso/lz4-napi.git"
},
"os": [
"win32"
]
}
}
9 changes: 6 additions & 3 deletions npm/win32-x64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antoniomuso/lz4-napi-win32-x64-msvc",
"version": "2.6.0",
"version": " 2.7.0",
"cpu": [
"x64"
],
Expand All @@ -27,8 +27,11 @@
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"repository": "git@github.com:antoniomuso/lz4-napi.git",
"repository": {
"type": "git",
"url": "https://github.com/antoniomuso/lz4-napi.git"
},
"os": [
"win32"
]
}
}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
{
"name": "lz4-napi",
"version": "2.6.0",
"version": "2.7.0",
"description": "Fastest lz4 compression library in Node.js, powered by napi-rs and lz4-flex.",
"main": "index.js",
"repository": "git@github.com:antoniomuso/lz4-napi.git",
"repository": {
"type": "git",
"url": "https://github.com/antoniomuso/lz4-napi.git"
},
"license": "MIT",
"keywords": [
"napi-rs",
Expand All @@ -28,9 +31,6 @@
"x86_64-unknown-linux-gnu",
"x86_64-apple-darwin",
"x86_64-pc-windows-msvc",
"x86_64-apple-darwin",
"x86_64-pc-windows-msvc",
"x86_64-unknown-linux-gnu",
"x86_64-unknown-linux-musl",
"aarch64-unknown-linux-gnu",
"i686-pc-windows-msvc",
Expand Down

0 comments on commit f542414

Please sign in to comment.