Files
software-mansion__argent/packages/native-devtools-ios/package.json
T
filip131311 02fd22e9d6 chore: bump all versions to 0.25.0 (#1083)
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>
2026-09-09 15:00:24 +02:00

21 lines
540 B
JSON

{
"name": "@argent/native-devtools-ios",
"version": "0.25.0",
"private": true,
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "rm -rf dist tsconfig.tsbuildinfo && tsc",
"build:native": "bash scripts/build.sh",
"build:native:dev": "bash scripts/build.sh dev",
"test": "vitest run",
"test:watch": "vitest",
"typecheck:tests": "tsc --noEmit -p tsconfig.test.json"
},
"devDependencies": {
"@types/node": "^26.0.1",
"typescript": "^6.0.3",
"vitest": "^4.1.9"
}
}