@ts-runtypes/binary-darwin-arm64 0.10.0 → 0.12.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 ADDED
@@ -0,0 +1,19 @@
1
+ # @ts-runtypes/binary-darwin-arm64
2
+
3
+ Prebuilt **RunTypes** compiler binary for darwin-arm64.
4
+
5
+ You never install this package directly. It rides as a per-platform optional
6
+ dependency of [`@ts-runtypes/bin`](https://www.npmjs.com/package/@ts-runtypes/bin),
7
+ which resolves the one matching your machine, and that launcher is itself pulled in
8
+ by [`@ts-runtypes/devtools`](https://www.npmjs.com/package/@ts-runtypes/devtools).
9
+
10
+ ## Documentation
11
+
12
+ Full guides live at **[runtypes.pages.dev](https://runtypes.pages.dev/)**.
13
+ [Source and issues](https://github.com/MionKit/ts-run-types).
14
+
15
+ ## License
16
+
17
+ Proprietary — all rights reserved. No use, copying, or distribution without prior
18
+ written authorization. See
19
+ [LICENSE](https://github.com/MionKit/ts-run-types/blob/main/LICENSE).
package/lib/ts-runtypes CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ts-runtypes/binary-darwin-arm64",
3
- "version": "0.10.0",
3
+ "version": "0.12.0",
4
4
  "description": "Prebuilt ts-runtypes resolver binary for darwin-arm64.",
5
5
  "homepage": "https://runtypes.pages.dev",
6
6
  "bugs": {