chore: bump all packages to 0.0.1-alpha.2 (#349)
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/push/publish Pipeline was successful

This commit was merged in pull request #349.
This commit is contained in:
2026-04-02 18:21:23 +00:00
parent 0d12471868
commit e57a10913d
21 changed files with 25 additions and 21 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@mosaic/cli",
"version": "0.0.1-alpha.1",
"version": "0.0.1-alpha.2",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@@ -14,7 +14,7 @@
}
},
"scripts": {
"build": "tsc",
"build": "tsc -p tsconfig.build.json",
"dev": "tsx src/cli.ts",
"lint": "eslint src",
"typecheck": "tsc --noEmit",