@visulima/package 5.0.0-alpha.24 → 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.
Files changed (2) hide show
  1. package/CHANGELOG.md +39 -0
  2. package/package.json +25 -27
package/CHANGELOG.md CHANGED
@@ -1,3 +1,42 @@
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
+
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)
25
+
26
+ ### Miscellaneous Chores
27
+
28
+ * **ci-stability:** green CI across vis, native, lint, tests, attw ([#651](https://github.com/visulima/visulima/issues/651)) ([d4eb684](https://github.com/visulima/visulima/commit/d4eb684b5f75c818c9251048c605a0ed54a268e3))
29
+ * **repo:** sort package.json keys across all packages ([e1fd9ab](https://github.com/visulima/visulima/commit/e1fd9ab467ef96a98c777da1572ff6a50fcf7e71))
30
+
31
+ ### Tests
32
+
33
+ * **repo:** add dist runtime + types integration tests ([32ee300](https://github.com/visulima/visulima/commit/32ee300b7184117a0ddf9f9d390f75f8932d5ed9))
34
+
35
+
36
+ ### Dependencies
37
+
38
+ * **@visulima/fs:** upgraded to 5.0.0-alpha.26
39
+
1
40
  ## @visulima/package [5.0.0-alpha.24](https://github.com/visulima/visulima/compare/@visulima/package@5.0.0-alpha.23...@visulima/package@5.0.0-alpha.24) (2026-05-20)
2
41
 
3
42
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visulima/package",
3
- "version": "5.0.0-alpha.24",
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,14 +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
- },
39
- "license": "MIT",
40
- "author": {
41
- "name": "Daniel Bannert",
42
- "email": "d.bannert@anolilab.de"
43
- },
36
+ "bugs": "https://github.com/visulima/visulima/issues",
44
37
  "repository": {
45
38
  "type": "git",
46
39
  "url": "git+https://github.com/visulima/visulima.git",
@@ -56,19 +49,13 @@
56
49
  "url": "https://anolilab.com/support"
57
50
  }
58
51
  ],
59
- "files": [
60
- "dist/**",
61
- "README.md",
62
- "CHANGELOG.md",
63
- "LICENSE.md"
64
- ],
65
- "os": [
66
- "darwin",
67
- "linux",
68
- "win32"
69
- ],
70
- "type": "module",
52
+ "license": "MIT",
53
+ "author": {
54
+ "name": "Daniel Bannert",
55
+ "email": "d.bannert@anolilab.de"
56
+ },
71
57
  "sideEffects": false,
58
+ "type": "module",
72
59
  "exports": {
73
60
  ".": {
74
61
  "types": "./dist/index.d.ts",
@@ -104,19 +91,30 @@
104
91
  },
105
92
  "./package.json": "./package.json"
106
93
  },
107
- "publishConfig": {
108
- "access": "public",
109
- "provenance": true
110
- },
94
+ "files": [
95
+ "dist/**",
96
+ "README.md",
97
+ "CHANGELOG.md",
98
+ "LICENSE.md"
99
+ ],
111
100
  "dependencies": {
112
101
  "@antfu/install-pkg": "^1.1.0",
113
- "@visulima/fs": "5.0.0-alpha.25",
114
- "@visulima/path": "3.0.0-alpha.10",
102
+ "@visulima/fs": "5.0.0-alpha.28",
103
+ "@visulima/path": "3.0.0-alpha.11",
115
104
  "json5": "^2.2.3",
116
105
  "normalize-package-data": "^9.0.0",
117
106
  "yaml": "2.9.0"
118
107
  },
119
108
  "engines": {
120
109
  "node": "^22.14.0 || >=24.10.0"
110
+ },
111
+ "os": [
112
+ "darwin",
113
+ "linux",
114
+ "win32"
115
+ ],
116
+ "publishConfig": {
117
+ "access": "public",
118
+ "provenance": true
121
119
  }
122
120
  }