@elizaos/computeruse 2.0.0-alpha.11 → 2.0.0-alpha.27

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.
Files changed (1) hide show
  1. package/package.json +13 -12
package/package.json CHANGED
@@ -53,29 +53,30 @@
53
53
  }
54
54
  },
55
55
  "optionalDependencies": {
56
- "@elizaos/computeruse-win32-arm64-msvc": "2.0.0-alpha.11",
57
- "@elizaos/computeruse-darwin-arm64": "2.0.0-alpha.11",
58
- "@elizaos/computeruse-darwin-x64": "2.0.0-alpha.11",
59
- "@elizaos/computeruse-linux-x64-gnu": "2.0.0-alpha.11",
60
- "@elizaos/computeruse-linux-arm64-gnu": "2.0.0-alpha.11"
56
+ "@elizaos/computeruse-win32-x64-msvc": "2.0.0-alpha.27",
57
+ "@elizaos/computeruse-darwin-x64": "2.0.0-alpha.27",
58
+ "@elizaos/computeruse-linux-x64-gnu": "2.0.0-alpha.27",
59
+ "@elizaos/computeruse-win32-arm64-msvc": "2.0.0-alpha.27",
60
+ "@elizaos/computeruse-darwin-arm64": "2.0.0-alpha.27",
61
+ "@elizaos/computeruse-linux-arm64-gnu": "2.0.0-alpha.27"
61
62
  },
62
63
  "repository": {
63
64
  "type": "git",
64
65
  "url": "https://github.com/elizaos/eliza"
65
66
  },
66
67
  "scripts": {
67
- "artifacts": "npx napi artifacts",
68
- "build": "npm run build:wrapper && npx napi build --platform --release --strip",
69
- "build:debug": "npm run build:wrapper && npx napi build --platform",
70
- "build:wrapper": "npx esbuild wrapper.ts --outfile=wrapper.js --platform=node --format=cjs --target=es2020",
68
+ "artifacts": "napi artifacts",
69
+ "build": "npm run build:wrapper && napi build --platform --release --strip",
70
+ "build:debug": "npm run build:wrapper && napi build --platform",
71
+ "build:wrapper": "esbuild wrapper.ts --outfile=wrapper.js --platform=node --format=cjs --target=es2020",
71
72
  "prepublish:ci": "npm run build:wrapper",
72
- "prepublishOnly": "npm run build:wrapper && npx napi prepublish -t npm",
73
+ "prepublishOnly": "npm run build:wrapper && napi prepublish -t npm",
73
74
  "sync-version": "node scripts/sync-version.js",
74
75
  "test": "node tests/element-chaining.test.js && node tests/element-range.test.js && node tests/element-scroll-into-view.test.js && node tests/element-value.test.js && node tests/execute-browser-script-wrapper.test.js && node tests/comprehensive-ui-elements.test.js",
75
76
  "test:desktop": "node --test tests/*.test.js",
76
77
  "test-hook": "powershell.exe -ExecutionPolicy Bypass -File \"../../.git/hooks/pre-push.ps1\""
77
78
  },
78
79
  "types": "wrapper.d.ts",
79
- "version": "2.0.0-alpha.11",
80
- "gitHead": "33e7c7ee0c64f519085218c9f53997a6c5740808"
80
+ "version": "2.0.0-alpha.27",
81
+ "gitHead": "645f273ed2eee2f5777193ee7d9d94c8a4444767"
81
82
  }