@owenlamont/ryl-darwin-arm64 0.4.2 → 0.4.3

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.
Files changed (3) hide show
  1. package/README.md +0 -18
  2. package/bin/ryl +0 -0
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -37,24 +37,6 @@ uv tool install ryl
37
37
  npm install -g @owenlamont/ryl
38
38
  ```
39
39
 
40
- The npm package installs a platform-specific native binary from npm optional
41
- dependencies rather than downloading release archives at runtime.
42
-
43
- Currently supported npm platforms:
44
-
45
- - macOS arm64
46
- - Linux x64 musl
47
- - Linux arm64 musl
48
- - Linux armv7 GNU
49
- - Linux ia32 GNU
50
- - Linux ppc64le GNU
51
- - Linux s390x GNU
52
- - Windows x64 MSVC
53
- - Windows arm64 MSVC
54
-
55
- Intel macOS is not currently published via npm because this repo does not build
56
- that target in release automation.
57
-
58
40
  ### pip
59
41
 
60
42
  ```bash
package/bin/ryl CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@owenlamont/ryl-darwin-arm64",
3
- "version": "0.4.2",
3
+ "version": "0.4.3",
4
4
  "description": "Fast YAML linter inspired by yamllint",
5
5
  "author": "Owen Lamont",
6
6
  "license": "MIT",