Comparing version 1.13.0 to 1.13.1
{ | ||
"name": "h3", | ||
"version": "1.13.0", | ||
"version": "1.13.1", | ||
"description": "Minimal H(TTP) framework built for high performance and portability.", | ||
@@ -37,3 +37,3 @@ "repository": "unjs/h3", | ||
"cookie-es": "^1.2.2", | ||
"crossws": ">=0.2.0 <0.4.0", | ||
"crossws": "^0.3.1", | ||
"defu": "^6.1.4", | ||
@@ -49,30 +49,30 @@ "destr": "^2.0.3", | ||
"devDependencies": { | ||
"0x": "^5.7.0", | ||
"0x": "^5.8.0", | ||
"@types/express": "^5.0.0", | ||
"@types/node": "^22.7.4", | ||
"@types/node": "^22.10.5", | ||
"@types/supertest": "^6.0.2", | ||
"@vitest/coverage-v8": "^2.1.2", | ||
"autocannon": "^7.15.0", | ||
"automd": "^0.3.9", | ||
"@vitest/coverage-v8": "^2.1.8", | ||
"autocannon": "^8.0.0", | ||
"automd": "^0.3.12", | ||
"changelogen": "^0.5.7", | ||
"connect": "^3.7.0", | ||
"eslint": "^9.11.1", | ||
"eslint-config-unjs": "^0.4.1", | ||
"express": "^4.21.0", | ||
"eslint": "^9.17.0", | ||
"eslint-config-unjs": "^0.4.2", | ||
"express": "^4.21.2", | ||
"get-port": "^7.1.0", | ||
"h3": "link:.", | ||
"jiti": "^2.1.2", | ||
"h3": "^1.13.0", | ||
"jiti": "^2.4.2", | ||
"listhen": "^1.9.0", | ||
"node-fetch-native": "^1.6.4", | ||
"prettier": "^3.3.3", | ||
"react": "^18.3.1", | ||
"react-dom": "^18.3.1", | ||
"prettier": "^3.4.2", | ||
"react": "^19.0.0", | ||
"react-dom": "^19.0.0", | ||
"supertest": "^7.0.0", | ||
"typescript": "^5.6.2", | ||
"unbuild": "^2.0.0", | ||
"undici": "^6.19.8", | ||
"vitest": "^2.1.2", | ||
"zod": "^3.23.8" | ||
"typescript": "^5.7.3", | ||
"unbuild": "^3.2.0", | ||
"undici": "^7.2.0", | ||
"vitest": "^2.1.8", | ||
"zod": "^3.24.1" | ||
}, | ||
"packageManager": "pnpm@9.7.1" | ||
"packageManager": "pnpm@9.15.3" | ||
} |
@@ -6,3 +6,3 @@ # H3 | ||
[![npm version](https://img.shields.io/npm/v/h3)](https://npmjs.com/package/h3) | ||
[![npm downloads](https://img.shields.io/npm/dm/h3)](https://npmjs.com/package/h3) | ||
[![npm downloads](https://img.shields.io/npm/dm/h3)](https://npm.chart.dev/h3) | ||
@@ -9,0 +9,0 @@ <!-- /automd --> |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
525741
6549
Updatedcrossws@^0.3.1