@skillfm/local 2.7.9-rc.0 → 2.7.9

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 +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skillfm/local",
3
- "version": "2.7.9-rc.0",
3
+ "version": "2.7.9",
4
4
  "description": "SkillFM local — single npm package for the SkillFM platform on user nodes. Subcommand router exposes (1) Beacon MCP stdio server (cost-optimizer for any agent; merged in from @skillfm/beacon-mcp on 2026-05-01), (2) skill runtime (BYOK Playwright / brain reverse-tunnel), (3) sidecar HTTP proxy + OAuth 2.1 device-flow activation. Writes ~/.skillfm/local.json for service discovery.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -47,7 +47,7 @@
47
47
  ],
48
48
  "scripts": {
49
49
  "build": "tsc",
50
- "vendor:contracts": "node scripts/inline-contracts.ts && tsx scripts/inline-mcp-contracts.ts",
50
+ "vendor:contracts": "tsx scripts/inline-contracts.ts && tsx scripts/inline-mcp-contracts.ts",
51
51
  "prebuild": "npm run vendor:contracts",
52
52
  "dev": "tsx src/index.ts",
53
53
  "typecheck": "tsc --noEmit",