@pnpm/lockfile.verification 1000.0.0 → 1001.0.0

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,6 +1,6 @@
1
1
  import { type Catalogs } from '@pnpm/catalogs.types';
2
2
  import { type ProjectOptions } from '@pnpm/get-context';
3
- import { type Lockfile } from '@pnpm/lockfile.types';
3
+ import { type LockfileObject } from '@pnpm/lockfile.types';
4
4
  import { type WorkspacePackages } from '@pnpm/resolver-base';
5
5
  import { type ProjectId } from '@pnpm/types';
6
6
  export declare function allProjectsAreUpToDate(projects: Array<Pick<ProjectOptions, 'manifest' | 'rootDir'> & {
@@ -10,7 +10,7 @@ export declare function allProjectsAreUpToDate(projects: Array<Pick<ProjectOptio
10
10
  autoInstallPeers: boolean;
11
11
  excludeLinksFromLockfile: boolean;
12
12
  linkWorkspacePackages: boolean;
13
- wantedLockfile: Lockfile;
13
+ wantedLockfile: LockfileObject;
14
14
  workspacePackages: WorkspacePackages;
15
15
  lockfileDir: string;
16
16
  }): Promise<boolean>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pnpm/lockfile.verification",
3
- "version": "1000.0.0",
3
+ "version": "1001.0.0",
4
4
  "description": "Checks a lockfile",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -30,22 +30,22 @@
30
30
  "ramda": "npm:@pnpm/ramda@0.28.1",
31
31
  "semver": "^7.6.2",
32
32
  "version-selector-type": "^3.0.0",
33
- "@pnpm/catalogs.types": "1000.0.0",
34
33
  "@pnpm/dependency-path": "1000.0.0",
35
- "@pnpm/get-context": "1000.0.0",
36
- "@pnpm/lockfile.types": "1000.0.0",
37
- "@pnpm/lockfile.utils": "1000.0.0",
38
- "@pnpm/read-package-json": "1000.0.0",
39
- "@pnpm/resolver-base": "1000.0.0",
34
+ "@pnpm/catalogs.types": "1000.0.0",
35
+ "@pnpm/get-context": "1001.0.0",
36
+ "@pnpm/lockfile.types": "1001.0.0",
37
+ "@pnpm/read-package-json": "1000.0.1",
38
+ "@pnpm/lockfile.utils": "1001.0.0",
39
+ "@pnpm/resolver-base": "1000.1.0",
40
40
  "@pnpm/types": "1000.0.0"
41
41
  },
42
42
  "devDependencies": {
43
43
  "@types/ramda": "0.29.12",
44
44
  "@types/semver": "7.5.3",
45
- "@pnpm/constants": "1000.0.0",
46
- "@pnpm/lockfile.verification": "1000.0.0",
45
+ "@pnpm/lockfile.verification": "1001.0.0",
46
+ "@pnpm/constants": "1001.0.0",
47
47
  "@pnpm/logger": "1000.0.0",
48
- "@pnpm/prepare": "0.0.106"
48
+ "@pnpm/prepare": "0.0.107"
49
49
  },
50
50
  "funding": "https://opencollective.com/pnpm",
51
51
  "exports": {