@skilly-hand/skilly-hand 0.22.2 → 0.23.0

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.
package/CHANGELOG.md CHANGED
@@ -16,6 +16,23 @@ All notable changes to this project are documented in this file.
16
16
  ### Removed
17
17
  - _None._
18
18
 
19
+ ## [0.23.0] - 2026-04-12
20
+ [View on npm](https://www.npmjs.com/package/@skilly-hand/skilly-hand/v/0.23.0)
21
+
22
+ ### Added
23
+ - _None._
24
+
25
+ ### Changed
26
+ - Raised Node.js engine floor to `>=22.0.0`.
27
+ - Upgraded runtime dependencies: `ink` `5.2.1` -> `7.0.0` and `react` `18.3.1` -> `19.2.5`.
28
+ - Updated README Node badge from `>=20` to `>=22`.
29
+
30
+ ### Fixed
31
+ - _None._
32
+
33
+ ### Removed
34
+ - _None._
35
+
19
36
  ## [0.22.2] - 2026-04-12
20
37
  [View on npm](https://www.npmjs.com/package/@skilly-hand/skilly-hand/v/0.22.2)
21
38
 
package/README.md CHANGED
@@ -13,7 +13,7 @@
13
13
 
14
14
  [![npm](https://img.shields.io/npm/v/%40skilly-hand%2Fskilly-hand?style=flat-square&color=black&label=npm)](https://www.npmjs.com/package/@skilly-hand/skilly-hand)
15
15
  [![license](https://img.shields.io/badge/license-CC--BY--NC--4.0-black?style=flat-square)](./LICENSE)
16
- [![node](https://img.shields.io/badge/node-%E2%89%A520-black?style=flat-square)](https://nodejs.org)
16
+ [![node](https://img.shields.io/badge/node-%E2%89%A522-black?style=flat-square)](https://nodejs.org)
17
17
  [![ESM](https://img.shields.io/badge/ESM-native-black?style=flat-square)](https://nodejs.org/api/esm.html)
18
18
 
19
19
  </div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skilly-hand/skilly-hand",
3
- "version": "0.22.2",
3
+ "version": "0.23.0",
4
4
  "license": "CC-BY-NC-4.0",
5
5
  "type": "module",
6
6
  "publishConfig": {
@@ -21,7 +21,7 @@
21
21
  "packages/*"
22
22
  ],
23
23
  "engines": {
24
- "node": ">=20.0.0"
24
+ "node": ">=22.0.0"
25
25
  },
26
26
  "scripts": {
27
27
  "build": "node ./scripts/build-catalog-index.mjs",
@@ -49,7 +49,7 @@
49
49
  "doctor": "node ./packages/cli/src/bin.js doctor"
50
50
  },
51
51
  "dependencies": {
52
- "ink": "5.2.1",
53
- "react": "18.3.1"
52
+ "ink": "7.0.0",
53
+ "react": "19.2.5"
54
54
  }
55
55
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skilly-hand/catalog",
3
- "version": "0.22.2",
3
+ "version": "0.23.0",
4
4
  "private": true,
5
5
  "type": "module"
6
6
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skilly-hand/cli",
3
- "version": "0.22.2",
3
+ "version": "0.23.0",
4
4
  "private": true,
5
5
  "type": "module",
6
6
  "bin": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skilly-hand/core",
3
- "version": "0.22.2",
3
+ "version": "0.23.0",
4
4
  "private": true,
5
5
  "type": "module"
6
6
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skilly-hand/detectors",
3
- "version": "0.22.2",
3
+ "version": "0.23.0",
4
4
  "private": true,
5
5
  "type": "module"
6
6
  }