@pnpm/installing.package-requester 1101.0.5 → 1101.0.6

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.
@@ -98,6 +98,7 @@ async function resolveAndFetch(ctx, wantedDependency, options) {
98
98
  name: options.currentPkg.name,
99
99
  version: options.currentPkg.version,
100
100
  resolution: options.currentPkg.resolution,
101
+ publishedAt: options.currentPkg.publishedAt,
101
102
  }
102
103
  : undefined,
103
104
  }), { priority: options.downloadPriority });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pnpm/installing.package-requester",
3
- "version": "1101.0.5",
3
+ "version": "1101.0.6",
4
4
  "description": "Concurrent downloader of npm-compatible packages",
5
5
  "keywords": [
6
6
  "pnpm",
@@ -36,22 +36,22 @@
36
36
  "semver": "^7.7.2",
37
37
  "ssri": "13.0.1",
38
38
  "@pnpm/config.package-is-installable": "1100.0.4",
39
+ "@pnpm/deps.path": "1100.0.3",
39
40
  "@pnpm/error": "1100.0.0",
40
- "@pnpm/fetching.fetcher-base": "1100.1.3",
41
41
  "@pnpm/fetching.pick-fetcher": "1100.0.6",
42
42
  "@pnpm/fs.graceful-fs": "1100.1.0",
43
- "@pnpm/deps.path": "1100.0.3",
44
43
  "@pnpm/hooks.types": "1100.0.6",
45
- "@pnpm/store.cafs": "1100.1.3",
46
- "@pnpm/resolving.resolver-base": "1100.1.3",
47
- "@pnpm/store.controller-types": "1100.0.6",
48
- "@pnpm/types": "1101.1.0",
44
+ "@pnpm/store.cafs": "1100.1.4",
49
45
  "@pnpm/store.index": "1100.1.0",
50
- "@pnpm/core-loggers": "1100.0.2"
46
+ "@pnpm/types": "1101.1.0",
47
+ "@pnpm/fetching.fetcher-base": "1100.1.3",
48
+ "@pnpm/store.controller-types": "1100.0.7",
49
+ "@pnpm/core-loggers": "1100.0.2",
50
+ "@pnpm/resolving.resolver-base": "1100.1.3"
51
51
  },
52
52
  "peerDependencies": {
53
53
  "@pnpm/logger": ">=1001.0.0 <1002.0.0",
54
- "@pnpm/worker": "^1100.1.4"
54
+ "@pnpm/worker": "^1100.1.5"
55
55
  },
56
56
  "devDependencies": {
57
57
  "@jest/globals": "30.3.0",
@@ -63,13 +63,13 @@
63
63
  "delay": "^7.0.0",
64
64
  "normalize-path": "^3.0.0",
65
65
  "tempy": "3.0.0",
66
- "@pnpm/installing.client": "1100.0.13",
67
- "@pnpm/store.cafs-types": "1100.0.1",
66
+ "@pnpm/installing.client": "1100.0.15",
67
+ "@pnpm/installing.package-requester": "1101.0.6",
68
68
  "@pnpm/logger": "1100.0.0",
69
69
  "@pnpm/test-fixtures": "1100.0.0",
70
- "@pnpm/testing.mock-agent": "1100.0.3",
71
- "@pnpm/installing.package-requester": "1101.0.5",
72
- "@pnpm/store.create-cafs-store": "1100.0.6"
70
+ "@pnpm/testing.mock-agent": "1100.0.4",
71
+ "@pnpm/store.cafs-types": "1100.0.1",
72
+ "@pnpm/store.create-cafs-store": "1100.0.7"
73
73
  },
74
74
  "engines": {
75
75
  "node": ">=22.13"