@pnpm/graceful-fs
Advanced tools
Comparing version 3.2.0 to 4.0.0
@@ -0,1 +1,2 @@ | ||
/// <reference types="node" /> | ||
import gfs from 'graceful-fs'; | ||
@@ -2,0 +3,0 @@ declare const _default: { |
{ | ||
"name": "@pnpm/graceful-fs", | ||
"version": "3.2.0", | ||
"version": "4.0.0", | ||
"description": "Promisified graceful-fs", | ||
@@ -12,7 +12,7 @@ "main": "lib/index.js", | ||
"engines": { | ||
"node": ">=16.14" | ||
"node": ">=18.12" | ||
}, | ||
"repository": "https://github.com/pnpm/pnpm/blob/main/fs/graceful-fs", | ||
"keywords": [ | ||
"pnpm8", | ||
"pnpm9", | ||
"pnpm" | ||
@@ -30,4 +30,4 @@ ], | ||
"devDependencies": { | ||
"@types/graceful-fs": "^4.1.6", | ||
"@pnpm/graceful-fs": "3.2.0" | ||
"@types/graceful-fs": "^4.1.9", | ||
"@pnpm/graceful-fs": "4.0.0" | ||
}, | ||
@@ -34,0 +34,0 @@ "exports": { |
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
4785
40