@brokkai/mjolnir-linux-arm64-gnu 1.5.1 → 1.5.2

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
@@ -70,7 +70,6 @@ npm install -g @brokkai/mjolnir
70
70
  mj --version
71
71
 
72
72
  npx -y @brokkai/mjolnir --version
73
- npx -y @brokkai/mjolnir@1.5.1 --version
74
73
  ```
75
74
 
76
75
  The npm package includes the native `mj` bundle for your platform—plus bundled
package/bin/mj CHANGED
Binary file
Binary file
@@ -7781,8 +7781,8 @@ insights.
7781
7781
  <h3 id="GPL-3.0-only">GNU General Public License v3.0 only</h3>
7782
7782
  <h4>Used by:</h4>
7783
7783
  <ul class="license-used-by">
7784
- <li><a href="https://crates.io/crates/brokk-mjolnir/1.5.1">brokk-mjolnir 1.5.1</a></li>
7785
- <li><a href="https://crates.io/crates/brokk-mj-voice-worker/1.5.1">brokk-mj-voice-worker 1.5.1</a></li>
7784
+ <li><a href="https://crates.io/crates/brokk-mjolnir/1.5.2">brokk-mjolnir 1.5.2</a></li>
7785
+ <li><a href="https://crates.io/crates/brokk-mj-voice-worker/1.5.2">brokk-mj-voice-worker 1.5.2</a></li>
7786
7786
  </ul>
7787
7787
  <pre class="license-text">GNU GENERAL PUBLIC LICENSE
7788
7788
  Version 3, 29 June 2007
package/package.json CHANGED
@@ -1,9 +1,14 @@
1
1
  {
2
2
  "name": "@brokkai/mjolnir-linux-arm64-gnu",
3
- "version": "1.5.1",
4
- "description": "Native Linux ARM64 glibc bundle for @brokkai/mjolnir",
3
+ "version": "1.5.2",
5
4
  "license": "GPL-3.0-only",
6
5
  "repository": "https://github.com/BrokkAi/mjolnir",
6
+ "homepage": "https://mjolnir.brokk.ai/",
7
+ "bugs": "https://github.com/BrokkAi/mjolnir/issues",
8
+ "publishConfig": {
9
+ "access": "public"
10
+ },
11
+ "description": "Native Linux ARM64 glibc bundle for @brokkai/mjolnir",
7
12
  "os": [
8
13
  "linux"
9
14
  ],
@@ -19,8 +24,5 @@
19
24
  "LICENSE",
20
25
  "licenses/",
21
26
  "anvil-licenses/"
22
- ],
23
- "publishConfig": {
24
- "access": "public"
25
- }
27
+ ]
26
28
  }