@ttsc/darwin-arm64 0.8.1 → 0.9.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.
Files changed (3) hide show
  1. package/README.md +4 -0
  2. package/bin/ttsc +0 -0
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -1,3 +1,7 @@
1
1
  # `@ttsc/darwin-arm64`
2
2
 
3
3
  macOS arm64 native binary and bundled Go compiler package for `ttsc`.
4
+
5
+ This package is normally installed as an optional dependency of `ttsc`. Application projects should install `ttsc`, not this package directly.
6
+
7
+ It contains the platform helper and Go SDK used when `ttsc` builds Go source plugins. If your package manager skipped optional dependencies, reinstall `ttsc` with optional dependencies enabled.
package/bin/ttsc CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ttsc/darwin-arm64",
3
- "version": "0.8.1",
3
+ "version": "0.9.0",
4
4
  "description": "macOS arm64 native binary and bundled Go compiler for ttsc.",
5
5
  "os": [
6
6
  "darwin"