mq-bridge-linux-x64-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 CHANGED
@@ -1,3 +1,6 @@
1
- # `mq-bridge-linux-x64-gnu`
1
+ # mq-bridge-linux-x64-gnu
2
2
 
3
- This is the **x86_64-unknown-linux-gnu** binary for `mq-bridge`
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-x64-gnu",
3
- "version": "0.2.21",
3
+ "version": "0.3.0",
4
4
  "cpu": [
5
5
  "x64"
6
6
  ],
@@ -8,7 +8,7 @@
8
8
  "files": [
9
9
  "mq_bridge_node.linux-x64-gnu.node"
10
10
  ],
11
- "description": "Node.js bindings for mq-bridge",
11
+ "description": "Prebuilt mq-bridge-linux-x64-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
  }