@ts-runtypes/bin 0.9.0 → 0.9.1

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 (1) hide show
  1. package/package.json +8 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ts-runtypes/bin",
3
- "version": "0.9.0",
3
+ "version": "0.9.1",
4
4
  "description": "Platform launcher for the ts-runtypes resolver binary. Resolves and execs the prebuilt native binary for the host platform; the binary itself rides as a per-platform optional dependency. Ships zero runtime dependencies.",
5
5
  "type": "module",
6
6
  "license": "SEE LICENSE IN LICENSE",
@@ -32,12 +32,12 @@
32
32
  },
33
33
  "tsgo": "5a37e89",
34
34
  "optionalDependencies": {
35
- "@ts-runtypes/binary-linux-x64": "0.9.0",
36
- "@ts-runtypes/binary-linux-arm64": "0.9.0",
37
- "@ts-runtypes/binary-linux-arm": "0.9.0",
38
- "@ts-runtypes/binary-darwin-x64": "0.9.0",
39
- "@ts-runtypes/binary-darwin-arm64": "0.9.0",
40
- "@ts-runtypes/binary-win32-x64": "0.9.0",
41
- "@ts-runtypes/binary-win32-arm64": "0.9.0"
35
+ "@ts-runtypes/binary-linux-x64": "0.9.1",
36
+ "@ts-runtypes/binary-linux-arm64": "0.9.1",
37
+ "@ts-runtypes/binary-linux-arm": "0.9.1",
38
+ "@ts-runtypes/binary-darwin-x64": "0.9.1",
39
+ "@ts-runtypes/binary-darwin-arm64": "0.9.1",
40
+ "@ts-runtypes/binary-win32-x64": "0.9.1",
41
+ "@ts-runtypes/binary-win32-arm64": "0.9.1"
42
42
  }
43
43
  }