@kubb/core
Advanced tools
Comparing version 2.21.2 to 2.22.0
{ | ||
"name": "@kubb/core", | ||
"version": "2.21.2", | ||
"version": "2.22.0", | ||
"description": "Generator core", | ||
@@ -86,9 +86,9 @@ "keywords": [ | ||
"p-queue": "^8.0.1", | ||
"remeda": "^2.2.1", | ||
"remeda": "^2.3.0", | ||
"seedrandom": "^3.0.5", | ||
"semver": "^7.6.2", | ||
"unraw": "^3.0.0", | ||
"@kubb/fs": "2.21.2", | ||
"@kubb/parser-ts": "2.21.2", | ||
"@kubb/types": "2.21.2" | ||
"@kubb/fs": "2.22.0", | ||
"@kubb/parser-ts": "2.22.0", | ||
"@kubb/types": "2.22.0" | ||
}, | ||
@@ -104,6 +104,6 @@ "devDependencies": { | ||
"tsup": "^8.1.0", | ||
"typescript": "^5.5.2", | ||
"@kubb/config-biome": "2.21.2", | ||
"@kubb/config-ts": "2.21.2", | ||
"@kubb/config-tsup": "2.21.2" | ||
"typescript": "^5.5.3", | ||
"@kubb/config-biome": "2.22.0", | ||
"@kubb/config-ts": "2.22.0", | ||
"@kubb/config-tsup": "2.22.0" | ||
}, | ||
@@ -110,0 +110,0 @@ "engines": { |
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 not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
791174
10414
+ Added@kubb/fs@2.22.0(transitive)
+ Added@kubb/parser-ts@2.22.0(transitive)
+ Added@kubb/types@2.22.0(transitive)
- Removed@kubb/fs@2.21.2(transitive)
- Removed@kubb/parser-ts@2.21.2(transitive)
- Removed@kubb/types@2.21.2(transitive)
Updated@kubb/fs@2.22.0
Updated@kubb/parser-ts@2.22.0
Updated@kubb/types@2.22.0
Updatedremeda@^2.3.0