@crosshands/platform-windows 0.2.2 → 0.2.3

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.
@@ -1,5 +1,5 @@
1
1
  {
2
- "productVersion": "0.2.2",
2
+ "productVersion": "0.2.3",
3
3
  "source": "stablyai/orca@8adfef4ff80e7817b7c7bcd6b8ddf69289078c3c",
4
4
  "license": "MIT",
5
5
  "copyright": "Copyright (c) 2026 Lovecast Inc.",
package/dist/index.d.ts CHANGED
@@ -2,7 +2,7 @@ import { type ComputerOperationName, type ReferenceBindings } from '@crosshands/
2
2
  import type { BrokerEndpoint, ControlHandshakeEvent, 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.2.2";
5
+ export declare const packageVersion: "0.2.3";
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.2.2",
3
+ "version": "0.2.3",
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/contract": "0.2.2",
31
- "@crosshands/runtime": "0.2.2"
30
+ "@crosshands/contract": "0.2.3",
31
+ "@crosshands/runtime": "0.2.3"
32
32
  },
33
33
  "devDependencies": {
34
34
  "@types/node": "24.10.1",