@visulima/ono 2.0.0-alpha.31 → 2.0.0-alpha.33

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 +19 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,22 @@
1
+ ## @visulima/ono [2.0.0-alpha.33](https://github.com/visulima/visulima/compare/@visulima/ono@2.0.0-alpha.32...@visulima/ono@2.0.0-alpha.33) (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/error:** upgraded to 6.0.0-alpha.30
11
+ * **@visulima/path:** upgraded to 3.0.0-alpha.11
12
+
13
+ ## @visulima/ono [2.0.0-alpha.32](https://github.com/visulima/visulima/compare/@visulima/ono@2.0.0-alpha.31...@visulima/ono@2.0.0-alpha.32) (2026-05-26)
14
+
15
+
16
+ ### Dependencies
17
+
18
+ * **@visulima/error:** upgraded to 6.0.0-alpha.29
19
+
1
20
  ## @visulima/ono [2.0.0-alpha.31](https://github.com/visulima/visulima/compare/@visulima/ono@2.0.0-alpha.30...@visulima/ono@2.0.0-alpha.31) (2026-05-26)
2
21
 
3
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visulima/ono",
3
- "version": "2.0.0-alpha.31",
3
+ "version": "2.0.0-alpha.33",
4
4
  "description": "Ono is an error-parsing library that pretty prints JavaScript errors on a web page or the terminal.",
5
5
  "keywords": [
6
6
  "anolilab",
@@ -94,7 +94,7 @@
94
94
  },
95
95
  "dependencies": {
96
96
  "@shikijs/langs": "catalog:prod",
97
- "@visulima/error": "6.0.0-alpha.28",
97
+ "@visulima/error": "6.0.0-alpha.30",
98
98
  "isomorphic-dompurify": "catalog:prod",
99
99
  "launch-editor-middleware": "catalog:prod",
100
100
  "shiki": "catalog:syntax"
@@ -114,7 +114,7 @@
114
114
  "@types/http-errors": "catalog:types",
115
115
  "@types/node": "catalog:types",
116
116
  "@visulima/packem": "catalog:dev",
117
- "@visulima/path": "3.0.0-alpha.10",
117
+ "@visulima/path": "3.0.0-alpha.11",
118
118
  "@vitest/coverage-v8": "catalog:test",
119
119
  "cssnano": "catalog:dev",
120
120
  "esbuild": "catalog:build",