@file-cache/core
Advanced tools
Comparing version 1.1.1 to 1.1.2
{ | ||
"name": "@file-cache/core", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "A cache for file metadata or file content.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -81,3 +81,3 @@ import path from "node:path"; | ||
} | ||
const { packageDirectory } = await import("pkg-dir"); | ||
const { packageDirectory } = await _importDynamic("pkg-dir"); | ||
const pkgDir = await packageDirectory(); | ||
@@ -84,0 +84,0 @@ const pkgName = await getPackageName(pkgDir); |
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
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
49362
921