@vantail/runtime-darwin-arm64 0.1.5 → 0.1.15
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 +2 -0
- package/bin/vantail-runtime +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
The [Vantail](https://github.com/Vantail/vantail) native runtime for darwin arm64: one executable, and nothing else.
|
|
4
4
|
|
|
5
|
+
Every capability except database encryption.
|
|
6
|
+
|
|
5
7
|
You do not depend on this directly. `@vantail/runtime` declares every platform build as an optional dependency, and npm installs only the one matching the `os` and `cpu` fields here - which is what keeps five binaries from landing on one machine.
|
|
6
8
|
|
|
7
9
|
```bash
|
package/bin/vantail-runtime
CHANGED
|
Binary file
|