@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visulima/ono",
3
- "version": "2.0.0-alpha.2",
3
+ "version": "2.0.0-alpha.4",
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",
@@ -93,47 +93,47 @@
93
93
  "test:watch": "vitest"
94
94
  },
95
95
  "dependencies": {
96
- "@shikijs/langs": "^3.19.0",
97
- "@visulima/error": "6.0.0-alpha.1",
98
- "isomorphic-dompurify": "^2.34.0",
96
+ "@shikijs/langs": "^3.20.0",
97
+ "@visulima/error": "6.0.0-alpha.3",
98
+ "isomorphic-dompurify": "^2.35.0",
99
99
  "launch-editor-middleware": "2.12.0",
100
- "shiki": "^3.19.0"
100
+ "shiki": "^3.20.0"
101
101
  },
102
102
  "devDependencies": {
103
- "@shikijs/themes": "^3.19.0",
104
- "@anolilab/eslint-config": "^17.0.0",
105
- "@anolilab/prettier-config": "^7.0.0",
103
+ "@anolilab/eslint-config": "^18.0.0",
104
+ "@anolilab/prettier-config": "^8.0.0",
106
105
  "@anolilab/semantic-release-preset": "^12.1.2",
107
106
  "@arethetypeswrong/cli": "^0.18.2",
108
107
  "@eslint/css": "0.14.1",
109
- "@tailwindcss/forms": "^0.5.10",
110
- "@tailwindcss/node": "^4.1.17",
111
- "@tailwindcss/oxide": "^4.1.17",
108
+ "@shikijs/themes": "^3.20.0",
109
+ "@tailwindcss/forms": "^0.5.11",
110
+ "@tailwindcss/node": "^4.1.18",
111
+ "@tailwindcss/oxide": "^4.1.18",
112
112
  "@tailwindcss/typography": "^0.5.19",
113
113
  "@total-typescript/ts-reset": "^0.6.1",
114
114
  "@types/http-errors": "^2.0.5",
115
- "@types/node": "25.0.0",
116
- "@visulima/packem": "2.0.0-alpha.40",
117
- "@visulima/path": "3.0.0-alpha.2",
118
- "@vitest/coverage-v8": "^4.0.15",
115
+ "@types/node": "25.0.3",
116
+ "@visulima/packem": "2.0.0-alpha.46",
117
+ "@visulima/path": "3.0.0-alpha.4",
118
+ "@vitest/coverage-v8": "^4.0.16",
119
119
  "cssnano": "7.1.2",
120
- "esbuild": "0.27.1",
121
- "eslint": "^9.39.1",
120
+ "esbuild": "0.27.2",
121
+ "eslint": "^9.39.2",
122
122
  "http-errors": "^2.0.1",
123
- "lucide-static": "^0.559.0",
123
+ "lucide-static": "^0.562.0",
124
124
  "marked": "^17.0.1",
125
125
  "node-mocks-http": "^1.17.2",
126
- "openai": "6.10.0",
126
+ "openai": "6.15.0",
127
127
  "prettier": "^3.7.4",
128
128
  "prettier-plugin-tailwindcss": "0.7.2",
129
129
  "publint": "^0.3.16",
130
130
  "rimraf": "^6.1.2",
131
131
  "semantic-release": "^25.0.2",
132
- "sort-package-json": "^3.5.1",
132
+ "sort-package-json": "^3.6.0",
133
133
  "tailwind-csstree": "0.1.4",
134
- "tailwindcss": "^4.1.17",
134
+ "tailwindcss": "^4.1.18",
135
135
  "typescript": "^5.9.3",
136
- "vitest": "^4.0.15"
136
+ "vitest": "^4.0.16"
137
137
  },
138
138
  "peerDependencies": {
139
139
  "@ai-sdk/anthropic": "^1.0.9",