@usewhale/whale-darwin-arm64 0.1.43
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/package.json +16 -0
- package/vendor/.gitkeep +0 -0
- package/vendor/whale +0 -0
package/package.json
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@usewhale/whale-darwin-arm64",
|
|
3
|
+
"version": "0.1.43",
|
|
4
|
+
"description": "Whale binary for macOS Apple Silicon (arm64)",
|
|
5
|
+
"author": "usewhale",
|
|
6
|
+
"license": "MIT",
|
|
7
|
+
"os": [
|
|
8
|
+
"darwin"
|
|
9
|
+
],
|
|
10
|
+
"cpu": [
|
|
11
|
+
"arm64"
|
|
12
|
+
],
|
|
13
|
+
"files": [
|
|
14
|
+
"vendor/**"
|
|
15
|
+
]
|
|
16
|
+
}
|
package/vendor/.gitkeep
ADDED
|
File without changes
|
package/vendor/whale
ADDED
|
Binary file
|