@ttsc/darwin-arm64 0.16.11 → 0.16.12
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/bin/go/bin/go +0 -0
- package/bin/go/bin/gofmt +0 -0
- package/bin/go/pkg/tool/darwin_arm64/asm +0 -0
- package/bin/go/pkg/tool/darwin_arm64/cgo +0 -0
- package/bin/go/pkg/tool/darwin_arm64/compile +0 -0
- package/bin/go/pkg/tool/darwin_arm64/cover +0 -0
- package/bin/go/pkg/tool/darwin_arm64/fix +0 -0
- package/bin/go/pkg/tool/darwin_arm64/link +0 -0
- package/bin/go/pkg/tool/darwin_arm64/preprofile +0 -0
- package/bin/go/pkg/tool/darwin_arm64/vet +0 -0
- package/bin/ttsc +0 -0
- package/bin/ttscgraph +0 -0
- package/bin/ttscserver +0 -0
- package/package.json +17 -2
package/bin/go/bin/go
CHANGED
|
File without changes
|
package/bin/go/bin/gofmt
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/bin/ttsc
CHANGED
|
Binary file
|
package/bin/ttscgraph
CHANGED
|
Binary file
|
package/bin/ttscserver
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ttsc/darwin-arm64",
|
|
3
|
-
"version": "0.16.
|
|
3
|
+
"version": "0.16.12",
|
|
4
4
|
"description": "macOS arm64 native ttsc/ttscserver/ttscgraph binaries and bundled Go compiler for ttsc.",
|
|
5
5
|
"os": [
|
|
6
6
|
"darwin"
|
|
@@ -20,7 +20,22 @@
|
|
|
20
20
|
"README.md"
|
|
21
21
|
],
|
|
22
22
|
"publishConfig": {
|
|
23
|
-
"access": "public"
|
|
23
|
+
"access": "public",
|
|
24
|
+
"executableFiles": [
|
|
25
|
+
"./bin/ttsc",
|
|
26
|
+
"./bin/ttscserver",
|
|
27
|
+
"./bin/ttscgraph",
|
|
28
|
+
"./bin/go/bin/go",
|
|
29
|
+
"./bin/go/bin/gofmt",
|
|
30
|
+
"./bin/go/pkg/tool/darwin_arm64/asm",
|
|
31
|
+
"./bin/go/pkg/tool/darwin_arm64/cgo",
|
|
32
|
+
"./bin/go/pkg/tool/darwin_arm64/compile",
|
|
33
|
+
"./bin/go/pkg/tool/darwin_arm64/cover",
|
|
34
|
+
"./bin/go/pkg/tool/darwin_arm64/fix",
|
|
35
|
+
"./bin/go/pkg/tool/darwin_arm64/link",
|
|
36
|
+
"./bin/go/pkg/tool/darwin_arm64/preprofile",
|
|
37
|
+
"./bin/go/pkg/tool/darwin_arm64/vet"
|
|
38
|
+
]
|
|
24
39
|
},
|
|
25
40
|
"scripts": {
|
|
26
41
|
"build": "node ../../scripts/build-platform-package.cjs"
|