bashio 0.4.0 → 0.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -33,7 +33,7 @@ $ b find all files larger than 100mb and delete them
33
33
 
34
34
  ### Prerequisites
35
35
 
36
- - Node.js 22.0.0 or higher
36
+ - Node.js 20.12.0 or higher
37
37
  - pnpm (recommended) or npm
38
38
 
39
39
  ### Setup
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bashio",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
4
4
  "pnpm": {
5
5
  "onlyBuiltDependencies": [
6
6
  "better-sqlite3"
@@ -47,7 +47,7 @@
47
47
  "license": "MIT",
48
48
  "packageManager": "pnpm@10.17.1",
49
49
  "engines": {
50
- "node": ">=22.0.0"
50
+ "node": ">=20.12.0"
51
51
  },
52
52
  "devDependencies": {
53
53
  "@biomejs/biome": "^2.3.11",