mirror of
https://github.com/software-mansion/argent.git
synced 2026-09-14 19:27:14 +08:00
efb87f1917
Bumps every workspace package, `package-lock.json`, and both version fields in `server.json` from 0.22.0 to 0.22.1. - `npm version 0.22.1 --workspaces --no-git-tag-version --workspaces-update=false` - lockfile regenerated on Node 24 / npm 11 (version-only diff, 16 lines each way) - `npm run check:versions` passes No docs update needed. 🤖 Generated with [Claude Code](https://claude.com/claude-code) https://claude.ai/code/session_01EjrDqoeJa5X8Ry2ND1P714
24 lines
528 B
JSON
24 lines
528 B
JSON
{
|
|
"name": "@argent/native-devtools-android",
|
|
"version": "0.22.1",
|
|
"private": true,
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"files": [
|
|
"dist/",
|
|
"bin/",
|
|
"assets/"
|
|
],
|
|
"scripts": {
|
|
"build": "rm -rf dist/index.* tsconfig.tsbuildinfo && tsc",
|
|
"build:native": "bash scripts/build.sh",
|
|
"test": "vitest run",
|
|
"typecheck:tests": "tsc --noEmit -p tsconfig.test.json"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^26.0.1",
|
|
"typescript": "^6.0.3",
|
|
"vitest": "^4.1.9"
|
|
}
|
|
}
|