@visulima/ono 2.0.0-alpha.20 → 2.0.0-alpha.21

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 +7 -0
  2. package/package.json +19 -19
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## @visulima/ono [2.0.0-alpha.21](https://github.com/visulima/visulima/compare/@visulima/ono@2.0.0-alpha.20...@visulima/ono@2.0.0-alpha.21) (2026-05-07)
2
+
3
+
4
+ ### Dependencies
5
+
6
+ * **@visulima/error:** upgraded to 6.0.0-alpha.18
7
+
1
8
  ## @visulima/ono [2.0.0-alpha.20](https://github.com/visulima/visulima/compare/@visulima/ono@2.0.0-alpha.19...@visulima/ono@2.0.0-alpha.20) (2026-05-06)
2
9
 
3
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visulima/ono",
3
- "version": "2.0.0-alpha.20",
3
+ "version": "2.0.0-alpha.21",
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",
@@ -31,11 +31,6 @@
31
31
  "youch"
32
32
  ],
33
33
  "homepage": "https://visulima.com/packages/ono/",
34
- "license": "MIT",
35
- "author": {
36
- "name": "Daniel Bannert",
37
- "email": "d.bannert@anolilab.de"
38
- },
39
34
  "repository": {
40
35
  "type": "git",
41
36
  "url": "https://github.com/visulima/visulima.git",
@@ -51,14 +46,13 @@
51
46
  "url": "https://anolilab.com/support"
52
47
  }
53
48
  ],
54
- "files": [
55
- "dist",
56
- "README.md",
57
- "CHANGELOG.md",
58
- "LICENSE.md"
59
- ],
60
- "type": "module",
49
+ "license": "MIT",
50
+ "author": {
51
+ "name": "Daniel Bannert",
52
+ "email": "d.bannert@anolilab.de"
53
+ },
61
54
  "sideEffects": true,
55
+ "type": "module",
62
56
  "exports": {
63
57
  ".": {
64
58
  "types": "./dist/index.d.ts",
@@ -74,10 +68,12 @@
74
68
  },
75
69
  "./package.json": "./package.json"
76
70
  },
77
- "publishConfig": {
78
- "access": "public",
79
- "provenance": true
80
- },
71
+ "files": [
72
+ "dist",
73
+ "README.md",
74
+ "CHANGELOG.md",
75
+ "LICENSE.md"
76
+ ],
81
77
  "scripts": {
82
78
  "build": "packem build --development",
83
79
  "build:prod": "packem build --production",
@@ -98,7 +94,7 @@
98
94
  },
99
95
  "dependencies": {
100
96
  "@shikijs/langs": "catalog:prod",
101
- "@visulima/error": "6.0.0-alpha.17",
97
+ "@visulima/error": "6.0.0-alpha.18",
102
98
  "isomorphic-dompurify": "catalog:prod",
103
99
  "launch-editor-middleware": "catalog:prod",
104
100
  "shiki": "catalog:syntax"
@@ -145,7 +141,7 @@
145
141
  "@ai-sdk/google": "catalog:peer",
146
142
  "@ai-sdk/mistral": "catalog:peer",
147
143
  "@ai-sdk/openai": "catalog:peer",
148
- "ai": "^4.0.0 || ^5.0.0"
144
+ "ai": "^6.0.175"
149
145
  },
150
146
  "peerDependenciesMeta": {
151
147
  "@ai-sdk/anthropic": {
@@ -172,5 +168,9 @@
172
168
  },
173
169
  "engines": {
174
170
  "node": "^22.14.0 || >=24.10.0"
171
+ },
172
+ "publishConfig": {
173
+ "access": "public",
174
+ "provenance": true
175
175
  }
176
176
  }