@factiii/runner 0.9.2 → 0.9.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@factiii/runner",
3
- "version": "0.9.2",
3
+ "version": "0.9.3",
4
4
  "description": "Factiii Runner, run Board AI agents on a machine you control. Pairs with the Factiii web/mobile clients over WebRTC.",
5
5
  "license": "ISC",
6
6
  "keywords": [
@@ -31,18 +31,6 @@
31
31
  "vendor/frpc-darwin-arm64",
32
32
  "README.md"
33
33
  ],
34
- "dependencies": {
35
- "node-datachannel": "^0.12.0"
36
- },
37
- "devDependencies": {
38
- "@types/node": "^20.0.0",
39
- "commander": "^12.1.0",
40
- "esbuild": "*",
41
- "socket.io-client": "^4.8.1",
42
- "tsx": "^4.22.4",
43
- "typescript": "5.9.3",
44
- "@shared/all": "0.0.0"
45
- },
46
34
  "scripts": {
47
35
  "build": "node build.mjs",
48
36
  "check-types": "tsc --noEmit",
@@ -53,6 +41,19 @@
53
41
  "start": "node dist/cli.js",
54
42
  "fetch:frpc": "bash scripts/fetch-frpc.sh",
55
43
  "bundle:index": "pnpm --filter @factiii/index build && rm -rf index && cp -r ../index/image index",
56
- "pack": "node build.mjs && pnpm bundle:index && bash scripts/fetch-frpc.sh && pnpm pack"
44
+ "pack": "node build.mjs && pnpm bundle:index && bash scripts/fetch-frpc.sh && pnpm pack",
45
+ "prepublishOnly": "node build.mjs && pnpm bundle:index && bash scripts/fetch-frpc.sh"
46
+ },
47
+ "dependencies": {
48
+ "node-datachannel": "^0.12.0"
49
+ },
50
+ "devDependencies": {
51
+ "@shared/all": "workspace:*",
52
+ "@types/node": "^20.0.0",
53
+ "commander": "^12.1.0",
54
+ "esbuild": "*",
55
+ "socket.io-client": "^4.8.1",
56
+ "tsx": "^4.22.4",
57
+ "typescript": "catalog:"
57
58
  }
58
- }
59
+ }
File without changes
File without changes
File without changes
File without changes