@visulima/package 5.0.0-alpha.19 → 5.0.0-alpha.20

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/CHANGELOG.md +18 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,21 @@
1
+ ## @visulima/package [5.0.0-alpha.20](https://github.com/visulima/visulima/compare/@visulima/package@5.0.0-alpha.19...@visulima/package@5.0.0-alpha.20) (2026-05-11)
2
+
3
+ ### ⚠ BREAKING CHANGES
4
+
5
+ * **vis:** vis sbom now emits CycloneDX 1.7. Downstream consumers
6
+ pinned to a 1.6 validator must upgrade.
7
+
8
+ Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
9
+
10
+ ### Features
11
+
12
+ * **vis:** bump sbom to cyclonedx 1.7 ([904075f](https://github.com/visulima/visulima/commit/904075fd9353e40b593d5a13f53307c584e31da7))
13
+
14
+
15
+ ### Dependencies
16
+
17
+ * **@visulima/fs:** upgraded to 5.0.0-alpha.21
18
+
1
19
  ## @visulima/package [5.0.0-alpha.19](https://github.com/visulima/visulima/compare/@visulima/package@5.0.0-alpha.18...@visulima/package@5.0.0-alpha.19) (2026-05-11)
2
20
 
3
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visulima/package",
3
- "version": "5.0.0-alpha.19",
3
+ "version": "5.0.0-alpha.20",
4
4
  "description": "A comprehensive package management utility that helps you find root directories, monorepos, package managers, and parse package.json, package.yaml, and package.json5 files with advanced features like catalog resolution.",
5
5
  "keywords": [
6
6
  "anolilab",
@@ -110,7 +110,7 @@
110
110
  },
111
111
  "dependencies": {
112
112
  "@antfu/install-pkg": "^1.1.0",
113
- "@visulima/fs": "5.0.0-alpha.20",
113
+ "@visulima/fs": "5.0.0-alpha.21",
114
114
  "@visulima/path": "3.0.0-alpha.10",
115
115
  "json5": "^2.2.3",
116
116
  "normalize-package-data": "^8.0.0",