@chillicream/nitro-linux-arm64 0.0.0 → 16.0.0-rc.1.36

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 +5 -0
  2. package/nitro +0 -0
  3. package/package.json +1 -1
package/README.md ADDED
@@ -0,0 +1,5 @@
1
+ # @chillicream/nitro-linux-arm64
2
+
3
+ This package contains the platform-specific binary for `linux-arm64` (glibc).
4
+
5
+ Use [@chillicream/nitro](https://www.npmjs.com/package/@chillicream/nitro) to invoke the Nitro CLI.
package/nitro ADDED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chillicream/nitro-linux-arm64",
3
- "version": "0.0.0",
3
+ "version": "16.0.0-rc.1.36",
4
4
  "description": "Nitro CLI binary for linux-arm64 (glibc)",
5
5
  "homepage": "https://chillicream.com",
6
6
  "repository": {