Files
fusion/packages/cli-alias/package.json
gsxdsm 8e2feb8da2 chore: keep @runfusion/fusion and runfusion.ai npm versions in sync
- Add `["@runfusion/fusion", "runfusion.ai"]` to changesets `fixed` so
  future changesets bump both packages to the same version number.
- Catch up `runfusion.ai` from 0.0.8 to 0.1.1 so the fixed group starts
  from an aligned baseline; changelog entry notes the rationale.

No functional change to the alias package (`index.js` is unchanged).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-23 13:12:02 -07:00

41 lines
825 B
JSON

{
"name": "runfusion.ai",
"version": "0.1.1",
"license": "MIT",
"description": "Launch Fusion with `npx runfusion.ai` — tiny alias for @runfusion/fusion.",
"homepage": "https://runfusion.ai",
"bugs": {
"url": "https://github.com/Runfusion/Fusion/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Runfusion/Fusion.git",
"directory": "packages/cli-alias"
},
"keywords": [
"fusion",
"runfusion",
"ai",
"agent",
"dashboard",
"cli"
],
"type": "module",
"bin": {
"runfusion.ai": "index.js",
"runfusion": "index.js",
"fn": "index.js",
"fusion": "index.js"
},
"files": [
"index.js",
"README.md"
],
"publishConfig": {
"access": "public"
},
"dependencies": {
"@runfusion/fusion": "workspace:*"
}
}