@visulima/ono 2.0.0-alpha.16 → 2.0.0-alpha.17
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 +7 -0
- package/dist/index.js +3 -3
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## @visulima/ono [2.0.0-alpha.17](https://github.com/visulima/visulima/compare/@visulima/ono@2.0.0-alpha.16...@visulima/ono@2.0.0-alpha.17) (2026-04-30)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Dependencies
|
|
5
|
+
|
|
6
|
+
* **@visulima/error:** upgraded to 6.0.0-alpha.14
|
|
7
|
+
|
|
1
8
|
## @visulima/ono [2.0.0-alpha.16](https://github.com/visulima/visulima/compare/@visulima/ono@2.0.0-alpha.15...@visulima/ono@2.0.0-alpha.16) (2026-04-28)
|
|
2
9
|
|
|
3
10
|
## @visulima/ono [2.0.0-alpha.15](https://github.com/visulima/visulima/compare/@visulima/ono@2.0.0-alpha.14...@visulima/ono@2.0.0-alpha.15) (2026-04-22)
|
package/dist/index.js
CHANGED
|
@@ -260,7 +260,7 @@ bindShortcutsModal();
|
|
|
260
260
|
`:`
|
|
261
261
|
bindShortcutsModal();
|
|
262
262
|
`}
|
|
263
|
-
`}},"headerBar"),ca=`<!-- @license lucide-static v1.
|
|
263
|
+
`}},"headerBar"),ca=`<!-- @license lucide-static v1.14.0 - ISC -->
|
|
264
264
|
<svg
|
|
265
265
|
class="lucide lucide-blocks"
|
|
266
266
|
xmlns="http://www.w3.org/2000/svg"
|
|
@@ -276,7 +276,7 @@ bindShortcutsModal();
|
|
|
276
276
|
<path d="M10 22V7a1 1 0 0 0-1-1H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-5a1 1 0 0 0-1-1H2" />
|
|
277
277
|
<rect x="14" y="2" width="8" height="8" rx="1" />
|
|
278
278
|
</svg>
|
|
279
|
-
`,da=`<!-- @license lucide-static v1.
|
|
279
|
+
`,da=`<!-- @license lucide-static v1.14.0 - ISC -->
|
|
280
280
|
<svg
|
|
281
281
|
class="lucide lucide-layers"
|
|
282
282
|
xmlns="http://www.w3.org/2000/svg"
|
|
@@ -293,7 +293,7 @@ bindShortcutsModal();
|
|
|
293
293
|
<path d="M2 12a1 1 0 0 0 .58.91l8.6 3.91a2 2 0 0 0 1.65 0l8.58-3.9A1 1 0 0 0 22 12" />
|
|
294
294
|
<path d="M2 17a1 1 0 0 0 .58.91l8.6 3.91a2 2 0 0 0 1.65 0l8.58-3.9A1 1 0 0 0 22 17" />
|
|
295
295
|
</svg>
|
|
296
|
-
`,pa=`<!-- @license lucide-static v1.
|
|
296
|
+
`,pa=`<!-- @license lucide-static v1.14.0 - ISC -->
|
|
297
297
|
<svg
|
|
298
298
|
class="lucide lucide-square-dashed"
|
|
299
299
|
xmlns="http://www.w3.org/2000/svg"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@visulima/ono",
|
|
3
|
-
"version": "2.0.0-alpha.
|
|
3
|
+
"version": "2.0.0-alpha.17",
|
|
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.
|
|
97
|
+
"@visulima/error": "6.0.0-alpha.14",
|
|
98
98
|
"isomorphic-dompurify": "catalog:prod",
|
|
99
99
|
"launch-editor-middleware": "catalog:prod",
|
|
100
100
|
"shiki": "catalog:syntax"
|