@ivaniscoding/celq-windows-arm64 0.3.3 → 0.4.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
@@ -152,7 +152,7 @@ See the [installation guide](https://docs.rs/celq/latest/celq/installation_guide
152
152
  FreeBSD builds are tested in [Cirrus CI](https://cirrus-ci.org/) and cross-compiled with [Zig](https://github.com/rust-cross/cargo-zigbuild). Although `celq` is not yet in the ports tree, it does publish pre-built binaries:
153
153
 
154
154
  ```bash
155
- VERSION=v0.3.0
155
+ VERSION=v0.4.0
156
156
  RELEASE_URL=https://github.com/IvanIsCoding/celq/releases/download/${VERSION}
157
157
  PLATFORM=x86_64 # or aarch64
158
158
 
@@ -180,7 +180,7 @@ NetBSD builds are tested in CI against the latest stable release. `celq` aims to
180
180
  npm install celq
181
181
  ```
182
182
 
183
- This adds celq to `package.json` and makes it available for scripts. It's also possible to run single commands with [npx](https://docs.npmjs.com/cli/v8/commands/npx):
183
+ This adds celq to `package.json` and makes it available for scripts. It is also possible to run single commands with [npx](https://docs.npmjs.com/cli/v8/commands/npx):
184
184
 
185
185
  ```bash
186
186
  npx celq -n '"Hello World"'
@@ -276,7 +276,7 @@ All the documentation in the manual has been hand-crafted. That was done to keep
276
276
 
277
277
  ## License
278
278
 
279
- This project is dual-licensed under the MIT License and Apache 2.0 licenses. See [LICENSE-MIT](LICENSE-MIT) and [LICENSE-APACHE](LICENSE-APACHE) file for details.
279
+ This project is dual-licensed under the MIT License and Apache 2.0 licenses. See [LICENSE-MIT](LICENSE-MIT) and [LICENSE-APACHE](LICENSE-APACHE) files for details.
280
280
 
281
281
  The `install.sh` published with each GitHub release and its template at the root of the repository (`template_install.sh`) are licensed independently. Those files are under the CC0-1.0 license. They are the original work of Casey Rodarmor from [just](https://github.com/casey/just) and have been adapted for celq.
282
282
 
package/bin/celq.exe CHANGED
Binary file
package/package.json CHANGED
@@ -21,5 +21,5 @@
21
21
  "type": "git",
22
22
  "url": "git+https://github.com/IvanIsCoding/celq.git"
23
23
  },
24
- "version": "0.3.3"
24
+ "version": "0.4.0"
25
25
  }