@visulima/package 5.0.0-alpha.25 → 5.0.0-alpha.27
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 +23 -0
- package/package.json +4 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,26 @@
|
|
|
1
|
+
## @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)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
* **storage-client:** percent-encode user fields in defaultFingerprint ([7c78a0f](https://github.com/visulima/visulima/commit/7c78a0f9512e2a673b941d80839e9f1e86b7b5d0))
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Dependencies
|
|
9
|
+
|
|
10
|
+
* **@visulima/fs:** upgraded to 5.0.0-alpha.28
|
|
11
|
+
* **@visulima/path:** upgraded to 3.0.0-alpha.11
|
|
12
|
+
|
|
13
|
+
## @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)
|
|
14
|
+
|
|
15
|
+
### Miscellaneous Chores
|
|
16
|
+
|
|
17
|
+
* sorted package.json ([b47c545](https://github.com/visulima/visulima/commit/b47c545591600fdab17d5cd3a3fbc68b61e199da))
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Dependencies
|
|
21
|
+
|
|
22
|
+
* **@visulima/fs:** upgraded to 5.0.0-alpha.27
|
|
23
|
+
|
|
1
24
|
## @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
25
|
|
|
3
26
|
### Miscellaneous Chores
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@visulima/package",
|
|
3
|
-
"version": "5.0.0-alpha.
|
|
3
|
+
"version": "5.0.0-alpha.27",
|
|
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.
|
|
105
|
-
"@visulima/path": "3.0.0-alpha.
|
|
102
|
+
"@visulima/fs": "5.0.0-alpha.28",
|
|
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"
|