@pnpm/real-hoist
Advanced tools
Comparing version 3.0.8 to 3.0.9
@@ -1,2 +0,2 @@ | ||
import { type Lockfile } from '@pnpm/lockfile-utils'; | ||
import { type Lockfile } from '@pnpm/lockfile.utils'; | ||
import { type HoisterResult } from '@yarnpkg/nm'; | ||
@@ -3,0 +3,0 @@ export type HoistingLimits = Map<string, Set<string>>; |
@@ -28,3 +28,3 @@ "use strict"; | ||
const error_1 = require("@pnpm/error"); | ||
const lockfile_utils_1 = require("@pnpm/lockfile-utils"); | ||
const lockfile_utils_1 = require("@pnpm/lockfile.utils"); | ||
const dp = __importStar(require("@pnpm/dependency-path")); | ||
@@ -31,0 +31,0 @@ const nm_1 = require("@yarnpkg/nm"); |
{ | ||
"name": "@pnpm/real-hoist", | ||
"description": "Hoists dependencies in a node_modules created by pnpm", | ||
"version": "3.0.8", | ||
"version": "3.0.9", | ||
"bugs": { | ||
@@ -27,11 +27,11 @@ "url": "https://github.com/pnpm/pnpm/issues" | ||
"@pnpm/dependency-path": "5.1.3", | ||
"@pnpm/lockfile-utils": "11.0.4", | ||
"@pnpm/error": "6.0.1" | ||
"@pnpm/error": "6.0.1", | ||
"@pnpm/lockfile.utils": "1.0.0" | ||
}, | ||
"funding": "https://opencollective.com/pnpm", | ||
"devDependencies": { | ||
"@pnpm/lockfile-file": "9.1.3", | ||
"@pnpm/test-fixtures": "0.1.28", | ||
"@pnpm/real-hoist": "3.0.8", | ||
"@pnpm/types": "11.1.0" | ||
"@pnpm/lockfile.fs": "1.0.0", | ||
"@pnpm/real-hoist": "3.0.9", | ||
"@pnpm/types": "11.1.0", | ||
"@pnpm/test-fixtures": "0.1.29" | ||
}, | ||
@@ -38,0 +38,0 @@ "exports": { |
12273
+ Added@pnpm/lockfile.utils@1.0.0
+ Added@pnpm/lockfile.types@1.0.0(transitive)
+ Added@pnpm/lockfile.utils@1.0.0(transitive)
- Removed@pnpm/lockfile-utils@11.0.4
- Removed@pnpm/lockfile-types@7.1.3(transitive)
- Removed@pnpm/lockfile-utils@11.0.4(transitive)