@crosshands/platform-darwin 0.2.0 → 0.2.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.
|
Binary file
|
|
Binary file
|
package/assets/payload.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"productVersion": "0.2.
|
|
2
|
+
"productVersion": "0.2.1",
|
|
3
3
|
"bundleIdentifier": "ai.crosshands.ComputerUse",
|
|
4
4
|
"source": "stablyai/orca@8adfef4ff80e7817b7c7bcd6b8ddf69289078c3c",
|
|
5
5
|
"license": "MIT",
|
|
@@ -11,6 +11,6 @@
|
|
|
11
11
|
"notarized": true
|
|
12
12
|
},
|
|
13
13
|
"files": {
|
|
14
|
-
"crosshands-computer-use-macos": "
|
|
14
|
+
"crosshands-computer-use-macos": "4a69e7c9ed86ab2089e7659cc6872255cdcb9f97835298422bb75bc8101b0835"
|
|
15
15
|
}
|
|
16
16
|
}
|
package/dist/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { type ComputerOperationName, type ComputerProvider, type ProviderHandshake, type ProviderRequest, type ProviderResponse, type ReferenceBindings } from '@crosshands/contract';
|
|
2
2
|
type JsonObject = Record<string, unknown>;
|
|
3
|
-
export declare const packageVersion: "0.2.
|
|
3
|
+
export declare const packageVersion: "0.2.1";
|
|
4
4
|
type NativeClient = {
|
|
5
5
|
request(method: string, params?: JsonObject): Promise<unknown>;
|
|
6
6
|
close(): Promise<void>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@crosshands/platform-darwin",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.1",
|
|
4
4
|
"description": "macOS computer-use provider for CrossHands",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"files": [
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"access": "public"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@crosshands/contract": "0.2.
|
|
31
|
+
"@crosshands/contract": "0.2.1"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
34
|
"@types/node": "24.10.1",
|