@fastify/autoload
Advanced tools
Comparing version 6.0.0 to 6.0.1
@@ -101,2 +101,8 @@ 'use strict' | ||
}, | ||
tsimp: { | ||
get () { | ||
cache.tsimp ??= checkProcessArgv('tsimp/import') | ||
return cache.tsimp | ||
} | ||
}, | ||
supportTypeScript: { | ||
@@ -113,3 +119,4 @@ get () { | ||
runtime.tsx || | ||
runtime.esbuild | ||
runtime.esbuild || | ||
runtime.tsimp | ||
) | ||
@@ -116,0 +123,0 @@ return cache.supportTypeScript |
{ | ||
"name": "@fastify/autoload", | ||
"version": "6.0.0", | ||
"version": "6.0.1", | ||
"description": "Require all plugins in a directory", | ||
@@ -18,2 +18,3 @@ "main": "index.js", | ||
"typescript:tsx": "node scripts/unit-typescript-tsx.js", | ||
"typescript:tsimp": "node scripts/unit-typescript-tsimp.js", | ||
"typescript:esbuild": "node scripts/unit-typescript-esbuild.js", | ||
@@ -56,3 +57,3 @@ "typescript:vitest": "vitest run", | ||
"esbuild-register": "^3.5.0", | ||
"fastify": "^5.0.0-alpha.4", | ||
"fastify": "^5.0.0", | ||
"fastify-plugin": "^5.0.0", | ||
@@ -67,5 +68,6 @@ "jest": "^29.7.0", | ||
"tsd": "^0.31.1", | ||
"tsimp": "^2.0.11", | ||
"tsm": "^2.3.0", | ||
"tsx": "^4.15.7", | ||
"typescript": "^5.4.5", | ||
"typescript": "5.5", | ||
"vite": "^5.2.12", | ||
@@ -72,0 +74,0 @@ "vitest": "^2.0.3" |
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
138842
269
4200
25