@stoprocent/bleno 0.12.3 → 0.12.5
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 +7 -5
- package/prebuilds/darwin-x64+arm64/{@stoprocent+bleno.node → node.napi.node} +0 -0
- package/prebuilds/win32-ia32/{@stoprocent+bleno.node → node.napi.node} +0 -0
- package/prebuilds/win32-x64/{@stoprocent+bleno.node → node.napi.node} +0 -0
- /package/prebuilds/android-arm/{@stoprocent+bleno.armv7.node → node.napi.armv7.node} +0 -0
- /package/prebuilds/android-arm64/{@stoprocent+bleno.armv8.node → node.napi.armv8.node} +0 -0
- /package/prebuilds/linux-arm/{@stoprocent+bleno.armv6.node → node.napi.armv6.node} +0 -0
- /package/prebuilds/linux-arm/{@stoprocent+bleno.armv7.node → node.napi.armv7.node} +0 -0
- /package/prebuilds/linux-arm64/{@stoprocent+bleno.armv8.node → node.napi.armv8.node} +0 -0
- /package/prebuilds/linux-x64/{@stoprocent+bleno.glibc.node → node.napi.glibc.node} +0 -0
- /package/prebuilds/linux-x64/{@stoprocent+bleno.musl.node → node.napi.musl.node} +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stoprocent/bleno",
|
|
3
|
-
"version": "0.12.
|
|
3
|
+
"version": "0.12.5",
|
|
4
4
|
"description": "A Node.js module for implementing BLE (Bluetooth Low Energy) peripherals",
|
|
5
5
|
"main": "./index.js",
|
|
6
6
|
"types": "./index.d.ts",
|
|
@@ -18,8 +18,8 @@
|
|
|
18
18
|
"install": "node-gyp-build",
|
|
19
19
|
"lint": "eslint \"**/*.js\"",
|
|
20
20
|
"lint-fix": "eslint \"**/*.js\" --fix",
|
|
21
|
-
"prebuildify": "prebuildify --napi --target 14.0.0 --force --strip --verbose",
|
|
22
|
-
"prebuildify-cross": "patch-package && prebuildify-cross --napi --target 14.0.0 --force --strip --verbose",
|
|
21
|
+
"prebuildify": "prebuildify --napi --name node.napi --target 14.0.0 --force --strip --verbose",
|
|
22
|
+
"prebuildify-cross": "patch-package && prebuildify-cross --napi --name node.napi --target 14.0.0 --force --strip --verbose",
|
|
23
23
|
"semantic-release": "semantic-release",
|
|
24
24
|
"pretest": "npm run rebuild",
|
|
25
25
|
"rebuild": "node-gyp rebuild",
|
|
@@ -49,7 +49,9 @@
|
|
|
49
49
|
"@semantic-release/changelog": "^6.0.3",
|
|
50
50
|
"@semantic-release/exec": "^6.0.3",
|
|
51
51
|
"@semantic-release/git": "^10.0.1",
|
|
52
|
-
"@semantic-release/github": "^
|
|
52
|
+
"@semantic-release/github": "^12.0.6",
|
|
53
|
+
"@semantic-release/npm": "^13.1.5",
|
|
54
|
+
"semantic-release": "^25.0.3",
|
|
53
55
|
"jshint": "^2.13.6",
|
|
54
56
|
"cross-env": "^7.0.3",
|
|
55
57
|
"eslint": "^8.57.1",
|
|
@@ -70,7 +72,7 @@
|
|
|
70
72
|
"node-gyp-build": "^4.8.4"
|
|
71
73
|
},
|
|
72
74
|
"optionalDependencies": {
|
|
73
|
-
"@stoprocent/bluetooth-hci-socket": "^2.2.
|
|
75
|
+
"@stoprocent/bluetooth-hci-socket": "^2.2.6"
|
|
74
76
|
},
|
|
75
77
|
"publishConfig": {
|
|
76
78
|
"access": "public"
|
|
index 1d26b0b..12481bd 100644
|
|
|
Binary file
|
|
index 21b1b12..6bfb351 100644
|
|
|
Binary file
|
|
index 9681023..dbc123f 100644
|
|
|
Binary file
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|