@vantail/runtime-win32-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 CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  The [Vantail](https://github.com/Vantail/vantail) native runtime for win32 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
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vantail/runtime-win32-arm64",
3
- "version": "0.1.5",
3
+ "version": "0.1.15",
4
4
  "description": "The Vantail native runtime for win32 arm64.",
5
5
  "license": "MIT",
6
6
  "repository": {