version-io 6.0.0 → 6.1.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.
package/ChangeLog CHANGED
@@ -1,3 +1,18 @@
1
+ 2026.02.03, v6.1.1
2
+
3
+ fix:
4
+ - b948ef1 version: no overrides
5
+
6
+ 2026.02.03, v6.1.1
7
+
8
+ fix:
9
+ - b948ef1 version: no overrides
10
+
11
+ 2026.02.02, v6.1.0
12
+
13
+ feature:
14
+ - 8960b49 version: add support of peerDependencies
15
+
1
16
  2026.02.02, v6.0.0
2
17
 
3
18
  feature:
package/bin/version.js CHANGED
@@ -44,6 +44,7 @@ if (!error) {
44
44
  const result = stringify({
45
45
  version: info.version,
46
46
  engines: info.engines,
47
+ peerDependencies: info.peerDependencies,
47
48
  }, null, 4);
48
49
 
49
50
  console.log(codeFrameColumns(result, {}, {