@joule-sh/code-darwin-arm64 0.20.1 → 0.21.0

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
@@ -44,17 +44,17 @@ curl -fsSL https://raw.githubusercontent.com/joule-sh/code/main/install.sh | sh
44
44
  Both put the same two commands on your `PATH` at the same version, and both
45
45
  run every binary before reporting success. npm pins and uninstalls cleanly;
46
46
  the script needs nothing installed first. The npm package is a wrapper whose
47
- binaries live in `@joule-sh/code-linux-x64`, `@joule-sh/code-darwin-x64` and
48
- `@joule-sh/code-darwin-arm64`, installed as optional dependencies so npm takes
49
- only the one that matches. There is no Windows package yet, because there is
50
- no Windows binary yet ([#173](https://github.com/joule-sh/code/issues/173));
51
- installing there says so and points at WSL.
47
+ binaries live in `@joule-sh/code-linux-x64`, `@joule-sh/code-darwin-x64`,
48
+ `@joule-sh/code-darwin-arm64` and `@joule-sh/code-win32-x64`, installed as
49
+ optional dependencies so npm takes only the one that matches. `install.sh` has
50
+ no Windows counterpart: npm is the way in there, or the
51
+ `code-x86_64-windows.zip` a release publishes.
52
52
 
53
53
  Installs as `joule`, not `code` - `code` is already taken by VS Code's CLI on
54
54
  most machines, and this project would silently shadow or lose to it depending
55
55
  on `PATH` order. Prebuilt for x86_64 Linux, Apple Silicon macOS
56
- (`aarch64-macos`) and Intel macOS (`x86_64-macos`); other platforms fail with a
57
- clear message and point at building from source below.
56
+ (`aarch64-macos`), Intel macOS (`x86_64-macos`) and x86_64 Windows; other
57
+ platforms fail with a clear message and point at building from source below.
58
58
 
59
59
  Every archive carries the garbage collector it needs, so there is no library to
60
60
  install alongside it. A macOS binary needs nothing beyond the system's own
package/bin/joule CHANGED
Binary file
package/bin/joule-daemon CHANGED
Binary file
package/bin/relay CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@joule-sh/code-darwin-arm64",
3
- "version": "0.20.1",
3
+ "version": "0.21.0",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",