mirror of
https://github.com/software-mansion/argent.git
synced 2026-09-14 19:27:14 +08:00
02fd22e9d6
Bumps every workspace package, `package-lock.json`, and both version fields in `server.json` from 0.24.0 to 0.25.0. - `npm version 0.25.0 --workspaces --no-git-tag-version --workspaces-update=false` - lockfile regenerated with `npm install --package-lock-only --ignore-scripts` on Node 24 / npm 11 (version-only diff) - `npm run check:versions` passes No docs update needed. 🤖 Generated with [Claude Code](https://claude.com/claude-code) https://claude.ai/code/session_01XdSDvFDvuU1iyz7HPjcHMV Co-authored-by: Claude Fable 5.1 <noreply@anthropic.com>
10 lines
235 B
JSON
10 lines
235 B
JSON
{
|
|
"private": true,
|
|
"name": "@argent/ui",
|
|
"version": "0.25.0",
|
|
"description": "Simple browser UI that streams a simulator and forwards taps/gestures directly to the argent simulator-server.",
|
|
"files": [
|
|
"index.html"
|
|
]
|
|
}
|