@glrs-dev/assume-darwin-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 CHANGED
@@ -1,6 +1,6 @@
1
1
  # @glrs-dev/assume-darwin-arm64
2
2
 
3
- Prebuilt `gs-assume` binary for macOS arm64 (Apple Silicon).
3
+ Prebuilt `glrs-assume` binary for macOS arm64 (Apple Silicon).
4
4
 
5
5
  This is an **internal** distribution package. You should not install this directly. Instead install the main package:
6
6
 
Binary file
package/bin/gsa CHANGED
Binary file
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@glrs-dev/assume-darwin-arm64",
3
- "version": "0.6.6",
3
+ "version": "0.7.1",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
- "description": "Prebuilt gs-assume binary for macOS arm64 (Apple Silicon). Installed automatically as an optional dependency of @glrs-dev/assume.",
7
+ "description": "Prebuilt glrs-assume binary for macOS arm64 (Apple Silicon). 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
- "gs-assume-bin": "./bin/gs-assume"
28
+ "glrs-assume-bin": "./bin/glrs-assume"
29
29
  },
30
30
  "engines": {
31
31
  "node": ">=20.10"