@pnpm/lockfile.verification 1100.0.17 → 1100.0.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { PackageSnapshots, ProjectSnapshot } from '@pnpm/lockfile.types';
|
|
2
2
|
import type { WorkspacePackages } from '@pnpm/resolving.resolver-base';
|
|
3
3
|
import { type DependencyManifest, type ProjectManifest } from '@pnpm/types';
|
|
4
|
-
export declare function linkedPackagesAreUpToDate({ linkWorkspacePackages, manifestsByDir, workspacePackages, lockfilePackages, lockfileDir }: {
|
|
4
|
+
export declare function linkedPackagesAreUpToDate({ linkWorkspacePackages, manifestsByDir, workspacePackages, lockfilePackages, lockfileDir, }: {
|
|
5
5
|
linkWorkspacePackages: boolean;
|
|
6
6
|
manifestsByDir: Record<string, DependencyManifest>;
|
|
7
7
|
workspacePackages?: WorkspacePackages;
|
|
@@ -17,6 +17,6 @@ export interface LocalTarballDepsUpToDateContext {
|
|
|
17
17
|
* to handle changes to the project manifest that would cause the corresponding
|
|
18
18
|
* project snapshot to become out of date.
|
|
19
19
|
*/
|
|
20
|
-
export declare function localTarballDepsAreUpToDate({ fileIntegrityCache, lockfilePackages, lockfileDir }: LocalTarballDepsUpToDateContext, project: {
|
|
20
|
+
export declare function localTarballDepsAreUpToDate({ fileIntegrityCache, lockfilePackages, lockfileDir, }: LocalTarballDepsUpToDateContext, project: {
|
|
21
21
|
snapshot: ProjectSnapshot;
|
|
22
22
|
}): Promise<boolean>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pnpm/lockfile.verification",
|
|
3
|
-
"version": "1100.0.
|
|
3
|
+
"version": "1100.0.18",
|
|
4
4
|
"description": "Checks a lockfile",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pnpm",
|
|
@@ -30,31 +30,31 @@
|
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"p-every": "^2.0.0",
|
|
32
32
|
"ramda": "npm:@pnpm/ramda@0.28.1",
|
|
33
|
-
"semver": "^7.8.
|
|
33
|
+
"semver": "^7.8.4",
|
|
34
34
|
"version-selector-type": "^3.0.0",
|
|
35
|
-
"@pnpm/catalogs.types": "1100.0.0",
|
|
36
35
|
"@pnpm/crypto.hash": "1100.0.1",
|
|
37
|
-
"@pnpm/deps.path": "1100.0.
|
|
38
|
-
"@pnpm/installing.context": "1100.0.
|
|
39
|
-
"@pnpm/lockfile.types": "1100.0.
|
|
40
|
-
"@pnpm/
|
|
41
|
-
"@pnpm/pkg-manifest.reader": "1100.0.
|
|
42
|
-
"@pnpm/
|
|
43
|
-
"@pnpm/
|
|
36
|
+
"@pnpm/deps.path": "1100.0.8",
|
|
37
|
+
"@pnpm/installing.context": "1100.0.18",
|
|
38
|
+
"@pnpm/lockfile.types": "1100.0.11",
|
|
39
|
+
"@pnpm/lockfile.utils": "1100.0.13",
|
|
40
|
+
"@pnpm/pkg-manifest.reader": "1100.0.8",
|
|
41
|
+
"@pnpm/resolving.resolver-base": "1100.4.2",
|
|
42
|
+
"@pnpm/types": "1101.3.2",
|
|
43
|
+
"@pnpm/catalogs.types": "1100.0.0"
|
|
44
44
|
},
|
|
45
45
|
"peerDependencies": {
|
|
46
|
-
"@pnpm/logger": "^
|
|
46
|
+
"@pnpm/logger": "^1100.0.0"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
|
-
"@jest/globals": "30.
|
|
49
|
+
"@jest/globals": "30.4.1",
|
|
50
50
|
"@types/ramda": "0.31.1",
|
|
51
51
|
"@types/semver": "7.7.1",
|
|
52
52
|
"@types/tar-stream": "^3.1.4",
|
|
53
53
|
"tar-stream": "^3.2.0",
|
|
54
54
|
"@pnpm/constants": "1100.0.0",
|
|
55
|
-
"@pnpm/
|
|
56
|
-
"@pnpm/
|
|
57
|
-
"@pnpm/
|
|
55
|
+
"@pnpm/lockfile.verification": "1100.0.18",
|
|
56
|
+
"@pnpm/logger": "1100.0.0",
|
|
57
|
+
"@pnpm/prepare": "1100.0.16"
|
|
58
58
|
},
|
|
59
59
|
"engines": {
|
|
60
60
|
"node": ">=22.13"
|