@pnpm/resolving.resolver-base 1100.3.0 → 1100.3.1

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.
Files changed (2) hide show
  1. package/lib/index.d.ts +1 -0
  2. package/package.json +3 -3
package/lib/index.d.ts CHANGED
@@ -216,6 +216,7 @@ export interface ResolveOptions {
216
216
  preferWorkspacePackages?: boolean;
217
217
  workspacePackages?: WorkspacePackages;
218
218
  update?: false | 'compatible' | 'latest';
219
+ updateChecksums?: boolean;
219
220
  injectWorkspacePackages?: boolean;
220
221
  calcSpecifier?: boolean;
221
222
  pinnedVersion?: PinnedVersion;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pnpm/resolving.resolver-base",
3
- "version": "1100.3.0",
3
+ "version": "1100.3.1",
4
4
  "description": "Types for pnpm-compatible resolvers",
5
5
  "keywords": [
6
6
  "pnpm",
@@ -25,10 +25,10 @@
25
25
  "!*.map"
26
26
  ],
27
27
  "dependencies": {
28
- "@pnpm/types": "1101.1.1"
28
+ "@pnpm/types": "1101.2.0"
29
29
  },
30
30
  "devDependencies": {
31
- "@pnpm/resolving.resolver-base": "1100.3.0"
31
+ "@pnpm/resolving.resolver-base": "1100.3.1"
32
32
  },
33
33
  "engines": {
34
34
  "node": ">=22.13"