@yarnpkg/pnpify
Advanced tools
Comparing version 4.0.0-rc.21 to 4.0.0-rc.22
@@ -13,3 +13,3 @@ /// <reference types="node" /> | ||
import fs, { BigIntStats, Stats } from 'fs'; | ||
export declare type NodeModulesFSOptions = { | ||
export type NodeModulesFSOptions = { | ||
realFs?: typeof fs; | ||
@@ -16,0 +16,0 @@ pnpifyFs?: boolean; |
@@ -12,3 +12,3 @@ /// <reference types="node" /> | ||
} | ||
declare type DirectoryWatcherMap = Map<PortablePath, DirectoryWatcher>; | ||
type DirectoryWatcherMap = Map<PortablePath, DirectoryWatcher>; | ||
interface DirectoryWatcher { | ||
@@ -15,0 +15,0 @@ eventEmitters: Map<number, Watcher & EventEmitter>; |
{ | ||
"name": "@yarnpkg/pnpify", | ||
"version": "4.0.0-rc.21", | ||
"version": "4.0.0-rc.22", | ||
"stableVersion": "3.1.4", | ||
@@ -16,5 +16,5 @@ "license": "BSD-2-Clause", | ||
"dependencies": { | ||
"@yarnpkg/core": "^4.0.0-rc.21", | ||
"@yarnpkg/fslib": "^3.0.0-rc.21", | ||
"@yarnpkg/nm": "^4.0.0-rc.21", | ||
"@yarnpkg/core": "^4.0.0-rc.22", | ||
"@yarnpkg/fslib": "^3.0.0-rc.22", | ||
"@yarnpkg/nm": "^4.0.0-rc.22", | ||
"clipanion": "^3.2.0-rc.10", | ||
@@ -25,3 +25,3 @@ "tslib": "^2.4.0" | ||
"@yarnpkg/monorepo": "^0.0.0", | ||
"@yarnpkg/pnp": "^4.0.0-rc.21" | ||
"@yarnpkg/pnp": "^4.0.0-rc.22" | ||
}, | ||
@@ -28,0 +28,0 @@ "scripts": { |
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
45777
Updated@yarnpkg/core@^4.0.0-rc.22
Updated@yarnpkg/fslib@^3.0.0-rc.22
Updated@yarnpkg/nm@^4.0.0-rc.22