version bump script

This commit is contained in:
2025-11-15 18:58:12 +00:00
parent 76a6d725f5
commit 03038eaa00

View File

@@ -24,7 +24,8 @@
"scripts": { "scripts": {
"build:types": "tsc -p tsconfig.json --emitDeclarationOnly", "build:types": "tsc -p tsconfig.json --emitDeclarationOnly",
"build": "rm -rf ./dist && npm run build:types && rollup -c", "build": "rm -rf ./dist && npm run build:types && rollup -c",
"test": "vitest" "test": "vitest",
"version": "npm run build && git add -A ./dist"
}, },
"devDependencies": { "devDependencies": {
"@rollup/plugin-typescript": "^12.1.4", "@rollup/plugin-typescript": "^12.1.4",
@@ -34,6 +35,7 @@
"vitest": "^3.2.4" "vitest": "^3.2.4"
}, },
"dependencies": { "dependencies": {
"@rgrove/parse-xml": "^4.2.0" "@rgrove/parse-xml": "^4.2.0",
"cordova-plugin-ble-central": "^2.0.0"
} }
} }