@kubb/parser-ts
Advanced tools
Comparing version 2.26.3 to 2.26.4
@@ -6,3 +6,3 @@ import { | ||
// src/api.ts | ||
import path from "path"; | ||
import path from "node:path"; | ||
import ts from "typescript"; | ||
@@ -9,0 +9,0 @@ function getExports(filePath) { |
{ | ||
"name": "@kubb/parser-ts", | ||
"version": "2.26.3", | ||
"version": "2.26.4", | ||
"description": "TypeScript parser", | ||
@@ -51,12 +51,12 @@ "keywords": [ | ||
"dependencies": { | ||
"remeda": "^2.11.0", | ||
"remeda": "^2.14.0", | ||
"ts-morph": "^23.0.0", | ||
"typescript": "^5.5.4" | ||
"typescript": "^5.6.2" | ||
}, | ||
"devDependencies": { | ||
"prettier": "^3.3.3", | ||
"tsup": "^8.2.4", | ||
"@kubb/config-biome": "2.26.3", | ||
"@kubb/config-ts": "2.26.3", | ||
"@kubb/config-tsup": "2.26.3" | ||
"tsup": "^8.3.0", | ||
"@kubb/config-biome": "2.26.4", | ||
"@kubb/config-ts": "2.26.4", | ||
"@kubb/config-tsup": "2.26.4" | ||
}, | ||
@@ -63,0 +63,0 @@ "engines": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
148494
56
Updatedremeda@^2.14.0
Updatedtypescript@^5.6.2