@stoprocent/noble 2.5.2 → 2.5.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +3 -3
- package/prebuilds/darwin-x64+arm64/{@stoprocent+noble.node → node.napi.node} +0 -0
- package/prebuilds/win32-ia32/{@stoprocent+noble.node → node.napi.node} +0 -0
- package/prebuilds/win32-x64/{@stoprocent+noble.node → node.napi.node} +0 -0
- /package/prebuilds/android-arm/{@stoprocent+noble.armv7.node → node.napi.armv7.node} +0 -0
- /package/prebuilds/android-arm64/{@stoprocent+noble.armv8.node → node.napi.armv8.node} +0 -0
- /package/prebuilds/linux-arm/{@stoprocent+noble.armv6.node → node.napi.armv6.node} +0 -0
- /package/prebuilds/linux-arm/{@stoprocent+noble.armv7.node → node.napi.armv7.node} +0 -0
- /package/prebuilds/linux-arm64/{@stoprocent+noble.armv8.node → node.napi.armv8.node} +0 -0
- /package/prebuilds/linux-x64/{@stoprocent+noble.glibc.node → node.napi.glibc.node} +0 -0
- /package/prebuilds/linux-x64/{@stoprocent+noble.musl.node → node.napi.musl.node} +0 -0
package/package.json
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"name": "@stoprocent/noble",
|
|
8
8
|
"description": "A Node.js BLE (Bluetooth Low Energy) central library.",
|
|
9
|
-
"version": "2.5.
|
|
9
|
+
"version": "2.5.3",
|
|
10
10
|
"repository": {
|
|
11
11
|
"type": "git",
|
|
12
12
|
"url": "https://github.com/stoprocent/noble.git"
|
|
@@ -76,8 +76,8 @@
|
|
|
76
76
|
"install": "node-gyp-build",
|
|
77
77
|
"lint": "eslint \"**/*.js\"",
|
|
78
78
|
"lint-fix": "eslint \"**/*.js\" --fix",
|
|
79
|
-
"prebuildify": "prebuildify --napi --target 17.0.0 --force --strip --verbose",
|
|
80
|
-
"prebuildify-cross": "patch-package && prebuildify-cross --napi --target 17.0.0 --force --strip --verbose",
|
|
79
|
+
"prebuildify": "prebuildify --napi --name node.napi --target 17.0.0 --force --strip --verbose",
|
|
80
|
+
"prebuildify-cross": "patch-package && prebuildify-cross --napi --name node.napi --target 17.0.0 --force --strip --verbose",
|
|
81
81
|
"semantic-release": "semantic-release",
|
|
82
82
|
"pretest": "npm run rebuild",
|
|
83
83
|
"rebuild": "node-gyp rebuild",
|
|
index 6d07ac2..acaf447 100644
|
|
|
Binary file
|
|
index e1d97a6..3c668a5 100644
|
|
|
Binary file
|
|
index cc57d9f..c5b1aa0 100644
|
|
|
Binary file
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|