@visulima/ono 1.0.11 → 1.0.12
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 +12 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
## @visulima/ono [1.0.12](https://github.com/visulima/visulima/compare/@visulima/ono@1.0.11...@visulima/ono@1.0.12) (2025-11-13)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
* bump packem, to fix minified version of the code ([2a36ceb](https://github.com/visulima/visulima/commit/2a36ceb09251b0ca1178701a26547a871ed717a7))
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Dependencies
|
|
9
|
+
|
|
10
|
+
* **@visulima/error:** upgraded to 5.0.6
|
|
11
|
+
* **@visulima/path:** upgraded to 2.0.5
|
|
12
|
+
|
|
1
13
|
## @visulima/ono [1.0.11](https://github.com/visulima/visulima/compare/@visulima/ono@1.0.10...@visulima/ono@1.0.11) (2025-11-12)
|
|
2
14
|
|
|
3
15
|
### Bug Fixes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@visulima/ono",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.12",
|
|
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
|
"visulima",
|
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
"dependencies": {
|
|
96
96
|
"@shikijs/langs": "^3.15.0",
|
|
97
97
|
"@shikijs/themes": "^3.15.0",
|
|
98
|
-
"@visulima/error": "5.0.
|
|
98
|
+
"@visulima/error": "5.0.6",
|
|
99
99
|
"isomorphic-dompurify": "^2.31.0",
|
|
100
100
|
"shiki": "^3.15.0"
|
|
101
101
|
},
|
|
@@ -112,8 +112,8 @@
|
|
|
112
112
|
"@total-typescript/ts-reset": "^0.6.1",
|
|
113
113
|
"@types/http-errors": "^2.0.5",
|
|
114
114
|
"@types/node": "24.10.0",
|
|
115
|
-
"@visulima/packem": "2.0.0-alpha.
|
|
116
|
-
"@visulima/path": "2.0.
|
|
115
|
+
"@visulima/packem": "2.0.0-alpha.37",
|
|
116
|
+
"@visulima/path": "2.0.5",
|
|
117
117
|
"@vitest/coverage-v8": "^4.0.8",
|
|
118
118
|
"cssnano": "7.1.2",
|
|
119
119
|
"esbuild": "0.27.0",
|