mq-bridge-linux-arm64-gnu 0.2.21 → 0.3.0
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/README.md +5 -2
- package/mq_bridge_node.linux-arm64-gnu.node +0 -0
- package/package.json +10 -2
package/README.md
CHANGED
|
@@ -1,3 +1,6 @@
|
|
|
1
|
-
#
|
|
1
|
+
# mq-bridge-linux-arm64-gnu
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
Prebuilt native binary for the [`mq-bridge`](https://github.com/marcomq/mq-bridge)
|
|
4
|
+
Node.js addon (napi-rs). This is a platform-specific dependency of the
|
|
5
|
+
`mq-bridge` package and is selected automatically via optionalDependencies —
|
|
6
|
+
you install `mq-bridge`, not this package directly.
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mq-bridge-linux-arm64-gnu",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.3.0",
|
|
4
4
|
"cpu": [
|
|
5
5
|
"arm64"
|
|
6
6
|
],
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"files": [
|
|
9
9
|
"mq_bridge_node.linux-arm64-gnu.node"
|
|
10
10
|
],
|
|
11
|
-
"description": "
|
|
11
|
+
"description": "Prebuilt mq-bridge-linux-arm64-gnu binary for the mq-bridge Node.js addon",
|
|
12
12
|
"license": "MIT",
|
|
13
13
|
"engines": {
|
|
14
14
|
"node": ">=18"
|
|
@@ -23,5 +23,13 @@
|
|
|
23
23
|
],
|
|
24
24
|
"libc": [
|
|
25
25
|
"glibc"
|
|
26
|
+
],
|
|
27
|
+
"homepage": "https://github.com/marcomq/mq-bridge#readme",
|
|
28
|
+
"keywords": [
|
|
29
|
+
"mq-bridge",
|
|
30
|
+
"napi",
|
|
31
|
+
"native",
|
|
32
|
+
"prebuilt",
|
|
33
|
+
"addon"
|
|
26
34
|
]
|
|
27
35
|
}
|