@visulima/package 5.0.0-alpha.25 → 5.0.0-alpha.28

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 +38 -0
  2. package/package.json +4 -6
package/CHANGELOG.md CHANGED
@@ -1,3 +1,41 @@
1
+ ## @visulima/package [5.0.0-alpha.28](https://github.com/visulima/visulima/compare/@visulima/package@5.0.0-alpha.27...@visulima/package@5.0.0-alpha.28) (2026-06-02)
2
+
3
+ ### Miscellaneous Chores
4
+
5
+ * apply eslint + prettier autofixes across packages ([c1bb784](https://github.com/visulima/visulima/commit/c1bb7848a0d93d0dfe2960c77e3cda22239c79a0))
6
+
7
+ ### Tests
8
+
9
+ * **package:** cover confirm prompt, lockfile parsers, package-json/manager, monorepo, and pnpm workspace branches ([7916131](https://github.com/visulima/visulima/commit/7916131a2206a8ebefb0817d7ae0a340fdee2ba0))
10
+
11
+
12
+ ### Dependencies
13
+
14
+ * **@visulima/fs:** upgraded to 5.0.0-alpha.29
15
+
16
+ ## @visulima/package [5.0.0-alpha.27](https://github.com/visulima/visulima/compare/@visulima/package@5.0.0-alpha.26...@visulima/package@5.0.0-alpha.27) (2026-05-27)
17
+
18
+ ### Bug Fixes
19
+
20
+ * **storage-client:** percent-encode user fields in defaultFingerprint ([7c78a0f](https://github.com/visulima/visulima/commit/7c78a0f9512e2a673b941d80839e9f1e86b7b5d0))
21
+
22
+
23
+ ### Dependencies
24
+
25
+ * **@visulima/fs:** upgraded to 5.0.0-alpha.28
26
+ * **@visulima/path:** upgraded to 3.0.0-alpha.11
27
+
28
+ ## @visulima/package [5.0.0-alpha.26](https://github.com/visulima/visulima/compare/@visulima/package@5.0.0-alpha.25...@visulima/package@5.0.0-alpha.26) (2026-05-26)
29
+
30
+ ### Miscellaneous Chores
31
+
32
+ * sorted package.json ([b47c545](https://github.com/visulima/visulima/commit/b47c545591600fdab17d5cd3a3fbc68b61e199da))
33
+
34
+
35
+ ### Dependencies
36
+
37
+ * **@visulima/fs:** upgraded to 5.0.0-alpha.27
38
+
1
39
  ## @visulima/package [5.0.0-alpha.25](https://github.com/visulima/visulima/compare/@visulima/package@5.0.0-alpha.24...@visulima/package@5.0.0-alpha.25) (2026-05-26)
2
40
 
3
41
  ### Miscellaneous Chores
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visulima/package",
3
- "version": "5.0.0-alpha.25",
3
+ "version": "5.0.0-alpha.28",
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",
@@ -33,9 +33,7 @@
33
33
  "yarn"
34
34
  ],
35
35
  "homepage": "https://visulima.com/packages/package/",
36
- "bugs": {
37
- "url": "https://github.com/visulima/visulima/issues"
38
- },
36
+ "bugs": "https://github.com/visulima/visulima/issues",
39
37
  "repository": {
40
38
  "type": "git",
41
39
  "url": "git+https://github.com/visulima/visulima.git",
@@ -101,8 +99,8 @@
101
99
  ],
102
100
  "dependencies": {
103
101
  "@antfu/install-pkg": "^1.1.0",
104
- "@visulima/fs": "5.0.0-alpha.26",
105
- "@visulima/path": "3.0.0-alpha.10",
102
+ "@visulima/fs": "5.0.0-alpha.29",
103
+ "@visulima/path": "3.0.0-alpha.11",
106
104
  "json5": "^2.2.3",
107
105
  "normalize-package-data": "^9.0.0",
108
106
  "yaml": "2.9.0"