@glrs-dev/assume-linux-arm64 0.6.6 → 0.7.1
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 +1 -1
- package/bin/{gs-assume → glrs-assume} +0 -0
- package/bin/gsa +0 -0
- package/package.json +3 -3
package/README.md
CHANGED
|
Binary file
|
package/bin/gsa
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@glrs-dev/assume-linux-arm64",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.7.1",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
7
|
-
"description": "Prebuilt
|
|
7
|
+
"description": "Prebuilt glrs-assume binary for Linux arm64. Installed automatically as an optional dependency of @glrs-dev/assume.",
|
|
8
8
|
"license": "MIT",
|
|
9
9
|
"repository": {
|
|
10
10
|
"type": "git",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"bin"
|
|
26
26
|
],
|
|
27
27
|
"bin": {
|
|
28
|
-
"
|
|
28
|
+
"glrs-assume-bin": "./bin/glrs-assume"
|
|
29
29
|
},
|
|
30
30
|
"engines": {
|
|
31
31
|
"node": ">=20.10"
|