@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 +0 -1
- package/bin/mj +0 -0
- package/bin/mj-voice-worker +0 -0
- package/licenses/THIRD_PARTY_LICENSES.html +2 -2
- package/package.json +8 -6
package/README.md
CHANGED
package/bin/mj
CHANGED
|
Binary file
|
package/bin/mj-voice-worker
CHANGED
|
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.
|
|
7785
|
-
<li><a href="https://crates.io/crates/brokk-mj-voice-worker/1.5.
|
|
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.
|
|
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
|
}
|