@equinor/fusion-framework-cli 15.0.6 → 15.1.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 +8 -0
- package/bin/build/bin.mjs +1 -1
- package/bin/build/cli.mjs +3 -3
- package/dist/esm/version.js +1 -1
- package/dist/types/version.d.ts +1 -1
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 15.1.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- c0a1cd5: Bump minimum Node.js engine requirement from `>=20.0.0` to `>=22.22.2`.
|
|
8
|
+
|
|
9
|
+
This change aligns the CLI with `normalize-package-data@9`, which drops support for Node 20 and 21. Node 22 LTS (22.22.2+) and Node 24+ are supported.
|
|
10
|
+
|
|
3
11
|
## 15.0.6
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|