mq-bridge-linux-arm64-gnu 0.4.10 → 0.4.13

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.
@@ -1,4 +1,4 @@
1
1
  [diffend] Oversized file quarantined before diffing.
2
2
  name: package/mq_bridge_node.linux-arm64-gnu.node
3
- size: 76590800 bytes
4
- sha256: 4ebd02a5e144bd587988a5d72e271eea3cf583139a8130730967a4a1ce730c8a
3
+ size: 76488592 bytes
4
+ sha256: 3748e9b68fd4493d1d65b0740c7baa299878ee0c4b43c5b8e73af8e19a409097
package/package.json CHANGED
@@ -1,15 +1,18 @@
1
1
  {
2
2
  "name": "mq-bridge-linux-arm64-gnu",
3
- "version": "0.4.10",
3
+ "version": "0.4.13",
4
4
  "cpu": [
5
5
  "arm64"
6
6
  ],
7
7
  "main": "mq_bridge_node.linux-arm64-gnu.node",
8
8
  "files": [
9
- "mq_bridge_node.linux-arm64-gnu.node"
9
+ "mq_bridge_node.linux-arm64-gnu.node",
10
+ "LICENSE-MIT",
11
+ "LICENSE-APACHE",
12
+ "THIRD_PARTY_LICENSES.txt"
10
13
  ],
11
14
  "description": "Prebuilt mq-bridge-linux-arm64-gnu binary for the mq-bridge Node.js addon",
12
- "license": "MIT",
15
+ "license": "MIT OR Apache-2.0",
13
16
  "engines": {
14
17
  "node": ">=18"
15
18
  },