@crosshands/platform-windows 0.1.5 → 0.1.6
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/assets/payload.json +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +3 -3
package/assets/payload.json
CHANGED
package/dist/index.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ import { type ComputerOperationName, type ReferenceBindings } from '@crosshands/
|
|
|
2
2
|
import type { BrokerEndpoint, LocalControlIdentity, LocalControlRequest, StableAppIdentity } from '@crosshands/runtime';
|
|
3
3
|
import { WindowsComputerProvider } from './provider.js';
|
|
4
4
|
import { type WindowsRelayControlServer } from './windows-control-security.js';
|
|
5
|
-
export declare const packageVersion: "0.1.
|
|
5
|
+
export declare const packageVersion: "0.1.6";
|
|
6
6
|
export * from './provider.js';
|
|
7
7
|
export * from './security.js';
|
|
8
8
|
export * from './windows-control-security.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@crosshands/platform-windows",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.6",
|
|
4
4
|
"description": "Windows x64 computer-use provider for CrossHands",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"files": [
|
|
@@ -27,8 +27,8 @@
|
|
|
27
27
|
"access": "public"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@crosshands/
|
|
31
|
-
"@crosshands/
|
|
30
|
+
"@crosshands/runtime": "0.1.6",
|
|
31
|
+
"@crosshands/contract": "0.1.6"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
34
|
"@types/node": "24.10.1",
|