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>
21 lines
540 B
JSON
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"
|
|
}
|
|
}
|