@visulima/ono 2.0.0-alpha.2 → 2.0.0-alpha.4

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 (3) hide show
  1. package/CHANGELOG.md +26 -0
  2. package/dist/index.js +98 -98
  3. package/package.json +22 -22
package/CHANGELOG.md CHANGED
@@ -1,3 +1,29 @@
1
+ ## @visulima/ono [2.0.0-alpha.4](https://github.com/visulima/visulima/compare/@visulima/ono@2.0.0-alpha.3...@visulima/ono@2.0.0-alpha.4) (2025-12-27)
2
+
3
+ ### Bug Fixes
4
+
5
+ * **dependencies:** update hono and isomorphic-dompurify to versions 4.11.3 and 2.35.0 in package.json files ([0169fa9](https://github.com/visulima/visulima/commit/0169fa94d187c5e6a22e2ed48353124953996aee))
6
+ * **dependencies:** update hono and related packages to version 4.11.2 and update @hono/swagger-ui to version 0.5.3 ([5d3eed5](https://github.com/visulima/visulima/commit/5d3eed57d30d8216bf91484f35d39678938651fb))
7
+ * **ono:** update package files ([2e8a1dd](https://github.com/visulima/visulima/commit/2e8a1dd987c061f57e9e60c64a40245c499f8c98))
8
+
9
+
10
+ ### Dependencies
11
+
12
+ * **@visulima/error:** upgraded to 6.0.0-alpha.3
13
+ * **@visulima/path:** upgraded to 3.0.0-alpha.4
14
+
15
+ ## @visulima/ono [2.0.0-alpha.3](https://github.com/visulima/visulima/compare/@visulima/ono@2.0.0-alpha.2...@visulima/ono@2.0.0-alpha.3) (2025-12-11)
16
+
17
+ ### Bug Fixes
18
+
19
+ * update package OG images across multiple packages ([f08e4dd](https://github.com/visulima/visulima/commit/f08e4dd2b105ccb29c8412020a9c2be36d6c1e9e))
20
+
21
+
22
+ ### Dependencies
23
+
24
+ * **@visulima/error:** upgraded to 6.0.0-alpha.2
25
+ * **@visulima/path:** upgraded to 3.0.0-alpha.3
26
+
1
27
  ## @visulima/ono [2.0.0-alpha.2](https://github.com/visulima/visulima/compare/@visulima/ono@2.0.0-alpha.1...@visulima/ono@2.0.0-alpha.2) (2025-12-11)
2
28
 
3
29
  ### Bug Fixes