Skip to content

Commit

Permalink
fix(*): update native packages binary meta
Browse files Browse the repository at this point in the history
  • Loading branch information
Brooooooklyn committed Jul 20, 2023
1 parent 920c857 commit e22b97f
Show file tree
Hide file tree
Showing 45 changed files with 333 additions and 112 deletions.
5 changes: 5 additions & 0 deletions packages/argon2/npm/android-arm-eabi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,17 @@
"secure",
"verify"
],
"homepage": "https://github.com/napi-rs/node-rs",
"license": "MIT",
"engines": {
"node": ">= 10"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/napi-rs/node-rs.git"
}
}
5 changes: 5 additions & 0 deletions packages/argon2/npm/android-arm64/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,17 @@
"secure",
"verify"
],
"homepage": "https://github.com/napi-rs/node-rs",
"license": "MIT",
"engines": {
"node": ">= 10"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/napi-rs/node-rs.git"
}
}
5 changes: 5 additions & 0 deletions packages/argon2/npm/darwin-arm64/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,17 @@
"secure",
"verify"
],
"homepage": "https://github.com/napi-rs/node-rs",
"license": "MIT",
"engines": {
"node": ">= 10"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/napi-rs/node-rs.git"
}
}
5 changes: 5 additions & 0 deletions packages/argon2/npm/darwin-x64/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,17 @@
"secure",
"verify"
],
"homepage": "https://github.com/napi-rs/node-rs",
"license": "MIT",
"engines": {
"node": ">= 10"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/napi-rs/node-rs.git"
}
}
5 changes: 5 additions & 0 deletions packages/argon2/npm/freebsd-x64/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,17 @@
"secure",
"verify"
],
"homepage": "https://github.com/napi-rs/node-rs",
"license": "MIT",
"engines": {
"node": ">= 10"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/napi-rs/node-rs.git"
}
}
5 changes: 5 additions & 0 deletions packages/argon2/npm/linux-arm-gnueabihf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,17 @@
"secure",
"verify"
],
"homepage": "https://github.com/napi-rs/node-rs",
"license": "MIT",
"engines": {
"node": ">= 10"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/napi-rs/node-rs.git"
}
}
13 changes: 9 additions & 4 deletions packages/argon2/npm/linux-arm64-gnu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
"cpu": [
"arm64"
],
"libc": [
"glibc"
],
"main": "argon2.linux-arm64-gnu.node",
"files": [
"argon2.linux-arm64-gnu.node"
Expand All @@ -26,12 +23,20 @@
"secure",
"verify"
],
"homepage": "https://github.com/napi-rs/node-rs",
"license": "MIT",
"engines": {
"node": ">= 10"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/napi-rs/node-rs.git"
},
"libc": [
"glibc"
]
}
13 changes: 9 additions & 4 deletions packages/argon2/npm/linux-arm64-musl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@
"arm64"
],
"main": "argon2.linux-arm64-musl.node",
"libc": [
"musl"
],
"files": [
"argon2.linux-arm64-musl.node"
],
Expand All @@ -26,12 +23,20 @@
"secure",
"verify"
],
"homepage": "https://github.com/napi-rs/node-rs",
"license": "MIT",
"engines": {
"node": ">= 10"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/napi-rs/node-rs.git"
},
"libc": [
"musl"
]
}
13 changes: 9 additions & 4 deletions packages/argon2/npm/linux-x64-gnu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@
"x64"
],
"main": "argon2.linux-x64-gnu.node",
"libc": [
"glibc"
],
"files": [
"argon2.linux-x64-gnu.node"
],
Expand All @@ -26,12 +23,20 @@
"secure",
"verify"
],
"homepage": "https://github.com/napi-rs/node-rs",
"license": "MIT",
"engines": {
"node": ">= 10"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/napi-rs/node-rs.git"
},
"libc": [
"glibc"
]
}
13 changes: 9 additions & 4 deletions packages/argon2/npm/linux-x64-musl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
"cpu": [
"x64"
],
"libc": [
"musl"
],
"main": "argon2.linux-x64-musl.node",
"files": [
"argon2.linux-x64-musl.node"
Expand All @@ -26,12 +23,20 @@
"secure",
"verify"
],
"homepage": "https://github.com/napi-rs/node-rs",
"license": "MIT",
"engines": {
"node": ">= 10"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/napi-rs/node-rs.git"
},
"libc": [
"musl"
]
}
5 changes: 5 additions & 0 deletions packages/argon2/npm/win32-arm64-msvc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,17 @@
"secure",
"verify"
],
"homepage": "https://github.com/napi-rs/node-rs",
"license": "MIT",
"engines": {
"node": ">= 10"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/napi-rs/node-rs.git"
}
}
5 changes: 5 additions & 0 deletions packages/argon2/npm/win32-ia32-msvc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,17 @@
"secure",
"verify"
],
"homepage": "https://github.com/napi-rs/node-rs",
"license": "MIT",
"engines": {
"node": ">= 10"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/napi-rs/node-rs.git"
}
}
5 changes: 5 additions & 0 deletions packages/argon2/npm/win32-x64-msvc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,17 @@
"secure",
"verify"
],
"homepage": "https://github.com/napi-rs/node-rs",
"license": "MIT",
"engines": {
"node": ">= 10"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/napi-rs/node-rs.git"
}
}
8 changes: 4 additions & 4 deletions packages/bcrypt/npm/linux-arm64-gnu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
"cpu": [
"arm64"
],
"libc": [
"glibc"
],
"main": "bcrypt.linux-arm64-gnu.node",
"files": [
"bcrypt.linux-arm64-gnu.node"
Expand Down Expand Up @@ -42,5 +39,8 @@
},
"bugs": {
"url": "https://github.com/napi-rs/node-rs/issues"
}
},
"libc": [
"glibc"
]
}
8 changes: 4 additions & 4 deletions packages/bcrypt/npm/linux-arm64-musl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
"cpu": [
"arm64"
],
"libc": [
"musl"
],
"main": "bcrypt.linux-arm64-musl.node",
"files": [
"bcrypt.linux-arm64-musl.node"
Expand Down Expand Up @@ -42,5 +39,8 @@
},
"bugs": {
"url": "https://github.com/napi-rs/node-rs/issues"
}
},
"libc": [
"musl"
]
}
8 changes: 4 additions & 4 deletions packages/bcrypt/npm/linux-x64-gnu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
"cpu": [
"x64"
],
"libc": [
"glibc"
],
"main": "bcrypt.linux-x64-gnu.node",
"files": [
"bcrypt.linux-x64-gnu.node"
Expand Down Expand Up @@ -42,5 +39,8 @@
},
"bugs": {
"url": "https://github.com/napi-rs/node-rs/issues"
}
},
"libc": [
"glibc"
]
}
8 changes: 4 additions & 4 deletions packages/bcrypt/npm/linux-x64-musl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
"cpu": [
"x64"
],
"libc": [
"musl"
],
"main": "bcrypt.linux-x64-musl.node",
"files": [
"bcrypt.linux-x64-musl.node"
Expand Down Expand Up @@ -42,5 +39,8 @@
},
"bugs": {
"url": "https://github.com/napi-rs/node-rs/issues"
}
},
"libc": [
"musl"
]
}
8 changes: 4 additions & 4 deletions packages/crc32/npm/linux-arm64-gnu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
"cpu": [
"arm64"
],
"libc": [
"glibc"
],
"main": "crc32.linux-arm64-gnu.node",
"files": [
"crc32.linux-arm64-gnu.node"
Expand Down Expand Up @@ -39,5 +36,8 @@
},
"bugs": {
"url": "https://github.com/napi-rs/node-rs/issues"
}
},
"libc": [
"glibc"
]
}

0 comments on commit e22b97f

Please sign in to comment.