@crosshands/platform-linux 0.1.4 → 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.
@@ -1,5 +1,5 @@
1
1
  {
2
- "productVersion": "0.1.4",
2
+ "productVersion": "0.1.6",
3
3
  "source": "stablyai/orca@8adfef4ff80e7817b7c7bcd6b8ddf69289078c3c",
4
4
  "license": "MIT",
5
5
  "copyright": "Copyright (c) 2026 Lovecast Inc.",
package/dist/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  import { type ComputerError, type ComputerOperationName, type ComputerProvider, type ProviderHandshake, type ProviderRequest, type ProviderResponse, type ReferenceBindings } from '@crosshands/contract';
2
- export declare const packageVersion: "0.1.4";
2
+ export declare const packageVersion: "0.1.6";
3
3
  type Environment = Readonly<Record<string, string | undefined>>;
4
4
  export declare function linuxProviderEnvironment(source?: Environment): NodeJS.ProcessEnv;
5
5
  export declare function mapNativeOperation(operation: ComputerOperationName, inputValue: unknown): Record<string, unknown>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crosshands/platform-linux",
3
- "version": "0.1.4",
3
+ "version": "0.1.6",
4
4
  "description": "Linux x64 computer-use provider for CrossHands",
5
5
  "license": "MIT",
6
6
  "files": [
@@ -27,7 +27,7 @@
27
27
  "access": "public"
28
28
  },
29
29
  "dependencies": {
30
- "@crosshands/contract": "0.1.4"
30
+ "@crosshands/contract": "0.1.6"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@types/node": "24.10.1",