@pnpm/cache.commands 1100.0.27 → 1100.0.29
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.
- package/CHANGELOG.md +815 -0
- package/lib/cache.cmd.js +9 -5
- package/package.json +12 -12
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,815 @@
|
|
|
1
|
+
# @pnpm/cache.commands
|
|
2
|
+
|
|
3
|
+
## 1100.0.29
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- `pnpm cache delete` now removes a package's metadata from every metadata cache directory (`metadata`, `metadata-full`, and `metadata-full-filtered`), instead of only the one the current resolution mode reads. Previously a package cached under a different mode (e.g. `metadata-full-filtered`) was left behind. Closes pnpm/pnpm#12753.
|
|
8
|
+
|
|
9
|
+
- Updated dependencies:
|
|
10
|
+
- @pnpm/cache.api@1100.0.28
|
|
11
|
+
- @pnpm/cli.utils@1101.0.14
|
|
12
|
+
- @pnpm/config.reader@1101.12.0
|
|
13
|
+
|
|
14
|
+
## 1100.0.28
|
|
15
|
+
|
|
16
|
+
### Patch Changes
|
|
17
|
+
|
|
18
|
+
- @pnpm/config.reader@1101.11.2
|
|
19
|
+
- @pnpm/cache.api@1100.0.27
|
|
20
|
+
|
|
21
|
+
## 1100.0.27
|
|
22
|
+
|
|
23
|
+
### Patch Changes
|
|
24
|
+
|
|
25
|
+
- Updated dependencies [9318a11]
|
|
26
|
+
- Updated dependencies [5a4daec]
|
|
27
|
+
- @pnpm/config.reader@1101.11.1
|
|
28
|
+
- @pnpm/cache.api@1100.0.26
|
|
29
|
+
|
|
30
|
+
## 1100.0.26
|
|
31
|
+
|
|
32
|
+
### Patch Changes
|
|
33
|
+
|
|
34
|
+
- Updated dependencies [3425e80]
|
|
35
|
+
- Updated dependencies [806c3ec]
|
|
36
|
+
- Updated dependencies [c121235]
|
|
37
|
+
- @pnpm/config.reader@1101.11.0
|
|
38
|
+
- @pnpm/cache.api@1100.0.25
|
|
39
|
+
|
|
40
|
+
## 1100.0.25
|
|
41
|
+
|
|
42
|
+
### Patch Changes
|
|
43
|
+
|
|
44
|
+
- Updated dependencies [852d537]
|
|
45
|
+
- @pnpm/error@1100.0.1
|
|
46
|
+
- @pnpm/cache.api@1100.0.24
|
|
47
|
+
- @pnpm/cli.utils@1101.0.13
|
|
48
|
+
- @pnpm/config.reader@1101.10.1
|
|
49
|
+
- @pnpm/store.path@1100.0.2
|
|
50
|
+
|
|
51
|
+
## 1100.0.24
|
|
52
|
+
|
|
53
|
+
### Patch Changes
|
|
54
|
+
|
|
55
|
+
- Updated dependencies [302a2f7]
|
|
56
|
+
- Updated dependencies [0474a9c]
|
|
57
|
+
- @pnpm/config.reader@1101.10.0
|
|
58
|
+
- @pnpm/cache.api@1100.0.23
|
|
59
|
+
|
|
60
|
+
## 1100.0.23
|
|
61
|
+
|
|
62
|
+
### Patch Changes
|
|
63
|
+
|
|
64
|
+
- a31faa7: Updated dependency ranges. Notably:
|
|
65
|
+
|
|
66
|
+
- `@pnpm/logger` peer dependency range moved to `^1100.0.0`.
|
|
67
|
+
- `msgpackr` 1.11.8 → 2.0.4 (store index files remain byte-compatible in both directions).
|
|
68
|
+
- `open` ^7.4.2 → ^11.0.0, `memoize` ^10 → ^11, `cli-truncate` ^5 → ^6, `pidtree` ^0.6 → ^1.
|
|
69
|
+
- `@yarnpkg/core` 4.5.0 → 4.8.0, `@rushstack/worker-pool` 0.7.7 → 0.7.18, `@cyclonedx/cyclonedx-library` 10.0.0 → 10.1.0, `@pnpm/config.nerf-dart` ^1 → ^2, `@pnpm/log.group` 3.0.2 → 4.0.1, `@pnpm/util.lex-comparator` ^3 → ^4.
|
|
70
|
+
|
|
71
|
+
- Updated dependencies [61810aa]
|
|
72
|
+
- Updated dependencies [681b593]
|
|
73
|
+
- Updated dependencies [a31faa7]
|
|
74
|
+
- @pnpm/config.reader@1101.9.0
|
|
75
|
+
- @pnpm/cache.api@1100.0.22
|
|
76
|
+
- @pnpm/cli.utils@1101.0.12
|
|
77
|
+
|
|
78
|
+
## 1100.0.22
|
|
79
|
+
|
|
80
|
+
### Patch Changes
|
|
81
|
+
|
|
82
|
+
- Updated dependencies [bc9ed78]
|
|
83
|
+
- Updated dependencies [615c669]
|
|
84
|
+
- @pnpm/config.reader@1101.8.0
|
|
85
|
+
- @pnpm/cache.api@1100.0.21
|
|
86
|
+
- @pnpm/cli.utils@1101.0.11
|
|
87
|
+
|
|
88
|
+
## 1100.0.21
|
|
89
|
+
|
|
90
|
+
### Patch Changes
|
|
91
|
+
|
|
92
|
+
- Updated dependencies [822beb5]
|
|
93
|
+
- Updated dependencies [3537020]
|
|
94
|
+
- Updated dependencies [894ea6a]
|
|
95
|
+
- Updated dependencies [6b5d91a]
|
|
96
|
+
- Updated dependencies [027196b]
|
|
97
|
+
- Updated dependencies [1017c36]
|
|
98
|
+
- @pnpm/config.reader@1101.7.0
|
|
99
|
+
- @pnpm/cache.api@1100.0.20
|
|
100
|
+
- @pnpm/cli.utils@1101.0.10
|
|
101
|
+
|
|
102
|
+
## 1100.0.20
|
|
103
|
+
|
|
104
|
+
### Patch Changes
|
|
105
|
+
|
|
106
|
+
- Updated dependencies [a017bf3]
|
|
107
|
+
- @pnpm/config.reader@1101.6.0
|
|
108
|
+
- @pnpm/cache.api@1100.0.19
|
|
109
|
+
- @pnpm/cli.utils@1101.0.9
|
|
110
|
+
|
|
111
|
+
## 1100.0.19
|
|
112
|
+
|
|
113
|
+
### Patch Changes
|
|
114
|
+
|
|
115
|
+
- Updated dependencies [a39a83d]
|
|
116
|
+
- @pnpm/config.reader@1101.5.0
|
|
117
|
+
- @pnpm/cache.api@1100.0.18
|
|
118
|
+
|
|
119
|
+
## 1100.0.18
|
|
120
|
+
|
|
121
|
+
### Patch Changes
|
|
122
|
+
|
|
123
|
+
- Updated dependencies [a23956e]
|
|
124
|
+
- Updated dependencies [35d2355]
|
|
125
|
+
- @pnpm/config.reader@1101.4.1
|
|
126
|
+
- @pnpm/cache.api@1100.0.17
|
|
127
|
+
- @pnpm/cli.utils@1101.0.8
|
|
128
|
+
|
|
129
|
+
## 1100.0.17
|
|
130
|
+
|
|
131
|
+
### Patch Changes
|
|
132
|
+
|
|
133
|
+
- Updated dependencies [3b62f9d]
|
|
134
|
+
- Updated dependencies [212315d]
|
|
135
|
+
- @pnpm/config.reader@1101.4.0
|
|
136
|
+
- @pnpm/cli.utils@1101.0.7
|
|
137
|
+
- @pnpm/cache.api@1100.0.16
|
|
138
|
+
|
|
139
|
+
## 1100.0.16
|
|
140
|
+
|
|
141
|
+
### Patch Changes
|
|
142
|
+
|
|
143
|
+
- @pnpm/cache.api@1100.0.15
|
|
144
|
+
|
|
145
|
+
## 1100.0.15
|
|
146
|
+
|
|
147
|
+
### Patch Changes
|
|
148
|
+
|
|
149
|
+
- Updated dependencies [3687b0e]
|
|
150
|
+
- Updated dependencies [ced20cb]
|
|
151
|
+
- Updated dependencies [d1b340f]
|
|
152
|
+
- @pnpm/config.reader@1101.3.3
|
|
153
|
+
- @pnpm/cache.api@1100.0.14
|
|
154
|
+
- @pnpm/cli.utils@1101.0.6
|
|
155
|
+
|
|
156
|
+
## 1100.0.14
|
|
157
|
+
|
|
158
|
+
### Patch Changes
|
|
159
|
+
|
|
160
|
+
- Updated dependencies [020ac45]
|
|
161
|
+
- Updated dependencies [d3f8408]
|
|
162
|
+
- Updated dependencies [a62f959]
|
|
163
|
+
- Updated dependencies [ba2c884]
|
|
164
|
+
- Updated dependencies [8df408c]
|
|
165
|
+
- @pnpm/config.reader@1101.3.2
|
|
166
|
+
- @pnpm/cache.api@1100.0.13
|
|
167
|
+
- @pnpm/cli.utils@1101.0.5
|
|
168
|
+
|
|
169
|
+
## 1100.0.13
|
|
170
|
+
|
|
171
|
+
### Patch Changes
|
|
172
|
+
|
|
173
|
+
- @pnpm/cli.utils@1101.0.4
|
|
174
|
+
- @pnpm/config.reader@1101.3.1
|
|
175
|
+
- @pnpm/cache.api@1100.0.12
|
|
176
|
+
|
|
177
|
+
## 1100.0.12
|
|
178
|
+
|
|
179
|
+
### Patch Changes
|
|
180
|
+
|
|
181
|
+
- Updated dependencies [b61e268]
|
|
182
|
+
- Updated dependencies [e1e29c1]
|
|
183
|
+
- @pnpm/config.reader@1101.3.0
|
|
184
|
+
- @pnpm/cache.api@1100.0.11
|
|
185
|
+
- @pnpm/cli.utils@1101.0.3
|
|
186
|
+
|
|
187
|
+
## 1100.0.11
|
|
188
|
+
|
|
189
|
+
### Patch Changes
|
|
190
|
+
|
|
191
|
+
- Updated dependencies [e9e876c]
|
|
192
|
+
- @pnpm/config.reader@1101.2.2
|
|
193
|
+
- @pnpm/cache.api@1100.0.10
|
|
194
|
+
|
|
195
|
+
## 1100.0.10
|
|
196
|
+
|
|
197
|
+
### Patch Changes
|
|
198
|
+
|
|
199
|
+
- Updated dependencies [707a879]
|
|
200
|
+
- @pnpm/config.reader@1101.2.1
|
|
201
|
+
- @pnpm/cache.api@1100.0.9
|
|
202
|
+
|
|
203
|
+
## 1100.0.9
|
|
204
|
+
|
|
205
|
+
### Patch Changes
|
|
206
|
+
|
|
207
|
+
- Updated dependencies [8fdd9a9]
|
|
208
|
+
- Updated dependencies [5f34a8d]
|
|
209
|
+
- Updated dependencies [c969392]
|
|
210
|
+
- Updated dependencies [817b1b4]
|
|
211
|
+
- Updated dependencies [c969392]
|
|
212
|
+
- Updated dependencies [2de318b]
|
|
213
|
+
- @pnpm/config.reader@1101.2.0
|
|
214
|
+
- @pnpm/cache.api@1100.0.8
|
|
215
|
+
|
|
216
|
+
## 1100.0.8
|
|
217
|
+
|
|
218
|
+
### Patch Changes
|
|
219
|
+
|
|
220
|
+
- Updated dependencies [42a8f29]
|
|
221
|
+
- @pnpm/config.reader@1101.1.4
|
|
222
|
+
- @pnpm/cache.api@1100.0.7
|
|
223
|
+
|
|
224
|
+
## 1100.0.7
|
|
225
|
+
|
|
226
|
+
### Patch Changes
|
|
227
|
+
|
|
228
|
+
- Updated dependencies [184ce26]
|
|
229
|
+
- @pnpm/config.reader@1101.1.3
|
|
230
|
+
- @pnpm/store.path@1100.0.1
|
|
231
|
+
- @pnpm/cli.utils@1101.0.2
|
|
232
|
+
- @pnpm/cache.api@1100.0.6
|
|
233
|
+
|
|
234
|
+
## 1100.0.6
|
|
235
|
+
|
|
236
|
+
### Patch Changes
|
|
237
|
+
|
|
238
|
+
- @pnpm/cli.utils@1101.0.1
|
|
239
|
+
|
|
240
|
+
## 1100.0.5
|
|
241
|
+
|
|
242
|
+
### Patch Changes
|
|
243
|
+
|
|
244
|
+
- Updated dependencies [0fbcf74]
|
|
245
|
+
- @pnpm/config.reader@1101.1.2
|
|
246
|
+
- @pnpm/cache.api@1100.0.5
|
|
247
|
+
|
|
248
|
+
## 1100.0.4
|
|
249
|
+
|
|
250
|
+
### Patch Changes
|
|
251
|
+
|
|
252
|
+
- @pnpm/cache.api@1100.0.4
|
|
253
|
+
- @pnpm/config.reader@1101.1.1
|
|
254
|
+
|
|
255
|
+
## 1100.0.3
|
|
256
|
+
|
|
257
|
+
### Patch Changes
|
|
258
|
+
|
|
259
|
+
- Updated dependencies [7d25bc1]
|
|
260
|
+
- Updated dependencies [9e0833c]
|
|
261
|
+
- @pnpm/config.reader@1101.1.0
|
|
262
|
+
- @pnpm/cache.api@1100.0.3
|
|
263
|
+
|
|
264
|
+
## 1100.0.2
|
|
265
|
+
|
|
266
|
+
### Patch Changes
|
|
267
|
+
|
|
268
|
+
- Updated dependencies [cee550a]
|
|
269
|
+
- Updated dependencies [4ab3d9b]
|
|
270
|
+
- Updated dependencies [9af708a]
|
|
271
|
+
- Updated dependencies [ea2a7fb]
|
|
272
|
+
- Updated dependencies [ff7733c]
|
|
273
|
+
- @pnpm/cli.utils@1101.0.0
|
|
274
|
+
- @pnpm/config.reader@1101.0.0
|
|
275
|
+
- @pnpm/cache.api@1100.0.2
|
|
276
|
+
|
|
277
|
+
## 1100.0.1
|
|
278
|
+
|
|
279
|
+
### Patch Changes
|
|
280
|
+
|
|
281
|
+
- @pnpm/cli.utils@1100.0.1
|
|
282
|
+
- @pnpm/config.reader@1100.0.1
|
|
283
|
+
- @pnpm/cache.api@1100.0.1
|
|
284
|
+
|
|
285
|
+
## 1001.0.0
|
|
286
|
+
|
|
287
|
+
### Major Changes
|
|
288
|
+
|
|
289
|
+
- 491a84f: This package is now pure ESM.
|
|
290
|
+
- 7d2fd48: Node.js v18, 19, 20, and 21 support discontinued.
|
|
291
|
+
|
|
292
|
+
### Patch Changes
|
|
293
|
+
|
|
294
|
+
- Updated dependencies [7730a7f]
|
|
295
|
+
- Updated dependencies [ae8b816]
|
|
296
|
+
- Updated dependencies [facdd71]
|
|
297
|
+
- Updated dependencies [c55c614]
|
|
298
|
+
- Updated dependencies [3c72b6b]
|
|
299
|
+
- Updated dependencies [9f5c0e3]
|
|
300
|
+
- Updated dependencies [76718b3]
|
|
301
|
+
- Updated dependencies [a8f016c]
|
|
302
|
+
- Updated dependencies [cc1b8e3]
|
|
303
|
+
- Updated dependencies [90bd3c3]
|
|
304
|
+
- Updated dependencies [1cc61e8]
|
|
305
|
+
- Updated dependencies [606f53e]
|
|
306
|
+
- Updated dependencies [c7203b9]
|
|
307
|
+
- Updated dependencies [bb17724]
|
|
308
|
+
- Updated dependencies [da2429d]
|
|
309
|
+
- Updated dependencies [1cc61e8]
|
|
310
|
+
- Updated dependencies [491a84f]
|
|
311
|
+
- Updated dependencies [f0ae1b9]
|
|
312
|
+
- Updated dependencies [7fab2a2]
|
|
313
|
+
- Updated dependencies [cb367b9]
|
|
314
|
+
- Updated dependencies [543c7e4]
|
|
315
|
+
- Updated dependencies [075aa99]
|
|
316
|
+
- Updated dependencies [ae43ac7]
|
|
317
|
+
- Updated dependencies [ccec8e7]
|
|
318
|
+
- Updated dependencies [4158906]
|
|
319
|
+
- Updated dependencies [ac944ef]
|
|
320
|
+
- Updated dependencies [7d2fd48]
|
|
321
|
+
- Updated dependencies [cc7c0d2]
|
|
322
|
+
- Updated dependencies [d5d4eed]
|
|
323
|
+
- Updated dependencies [095f659]
|
|
324
|
+
- Updated dependencies [96704a1]
|
|
325
|
+
- Updated dependencies [50fbeca]
|
|
326
|
+
- Updated dependencies [cb367b9]
|
|
327
|
+
- Updated dependencies [7b1c189]
|
|
328
|
+
- Updated dependencies [51b04c3]
|
|
329
|
+
- Updated dependencies [d01b81f]
|
|
330
|
+
- Updated dependencies [3ed41f4]
|
|
331
|
+
- Updated dependencies [71de2b3]
|
|
332
|
+
- Updated dependencies [10bc391]
|
|
333
|
+
- Updated dependencies [831f574]
|
|
334
|
+
- Updated dependencies [2df8b71]
|
|
335
|
+
- Updated dependencies [ed1a7fe]
|
|
336
|
+
- Updated dependencies [cc7c0d2]
|
|
337
|
+
- Updated dependencies [5bf7768]
|
|
338
|
+
- Updated dependencies [ae43ac7]
|
|
339
|
+
- Updated dependencies [a5fdbf9]
|
|
340
|
+
- Updated dependencies [9d3f00b]
|
|
341
|
+
- Updated dependencies [9587dac]
|
|
342
|
+
- Updated dependencies [09a999a]
|
|
343
|
+
- Updated dependencies [559f903]
|
|
344
|
+
- Updated dependencies [3574905]
|
|
345
|
+
- @pnpm/config.reader@1005.0.0
|
|
346
|
+
- @pnpm/constants@1002.0.0
|
|
347
|
+
- @pnpm/cli.utils@1002.0.0
|
|
348
|
+
- @pnpm/store.path@1001.0.0
|
|
349
|
+
- @pnpm/error@1001.0.0
|
|
350
|
+
- @pnpm/cache.api@1001.0.0
|
|
351
|
+
|
|
352
|
+
## 1000.0.43
|
|
353
|
+
|
|
354
|
+
### Patch Changes
|
|
355
|
+
|
|
356
|
+
- @pnpm/cache.api@1000.0.36
|
|
357
|
+
- @pnpm/cli-utils@1001.2.8
|
|
358
|
+
|
|
359
|
+
## 1000.0.42
|
|
360
|
+
|
|
361
|
+
### Patch Changes
|
|
362
|
+
|
|
363
|
+
- @pnpm/cli-utils@1001.2.7
|
|
364
|
+
- @pnpm/config@1004.4.2
|
|
365
|
+
- @pnpm/cache.api@1000.0.35
|
|
366
|
+
|
|
367
|
+
## 1000.0.41
|
|
368
|
+
|
|
369
|
+
### Patch Changes
|
|
370
|
+
|
|
371
|
+
- Updated dependencies [9865167]
|
|
372
|
+
- @pnpm/config@1004.4.1
|
|
373
|
+
- @pnpm/cache.api@1000.0.34
|
|
374
|
+
- @pnpm/cli-utils@1001.2.6
|
|
375
|
+
|
|
376
|
+
## 1000.0.40
|
|
377
|
+
|
|
378
|
+
### Patch Changes
|
|
379
|
+
|
|
380
|
+
- @pnpm/cli-utils@1001.2.5
|
|
381
|
+
|
|
382
|
+
## 1000.0.39
|
|
383
|
+
|
|
384
|
+
### Patch Changes
|
|
385
|
+
|
|
386
|
+
- Updated dependencies [fb4da0c]
|
|
387
|
+
- @pnpm/config@1004.4.0
|
|
388
|
+
- @pnpm/cache.api@1000.0.33
|
|
389
|
+
- @pnpm/cli-utils@1001.2.4
|
|
390
|
+
|
|
391
|
+
## 1000.0.38
|
|
392
|
+
|
|
393
|
+
### Patch Changes
|
|
394
|
+
|
|
395
|
+
- @pnpm/cache.api@1000.0.32
|
|
396
|
+
- @pnpm/cli-utils@1001.2.3
|
|
397
|
+
|
|
398
|
+
## 1000.0.37
|
|
399
|
+
|
|
400
|
+
### Patch Changes
|
|
401
|
+
|
|
402
|
+
- @pnpm/cache.api@1000.0.31
|
|
403
|
+
- @pnpm/cli-utils@1001.2.2
|
|
404
|
+
|
|
405
|
+
## 1000.0.36
|
|
406
|
+
|
|
407
|
+
### Patch Changes
|
|
408
|
+
|
|
409
|
+
- Updated dependencies [6365bc4]
|
|
410
|
+
- @pnpm/constants@1001.3.1
|
|
411
|
+
- @pnpm/cache.api@1000.0.30
|
|
412
|
+
- @pnpm/config@1004.3.1
|
|
413
|
+
- @pnpm/error@1000.0.5
|
|
414
|
+
- @pnpm/store-path@1000.0.5
|
|
415
|
+
- @pnpm/cli-utils@1001.2.1
|
|
416
|
+
|
|
417
|
+
## 1000.0.35
|
|
418
|
+
|
|
419
|
+
### Patch Changes
|
|
420
|
+
|
|
421
|
+
- Updated dependencies [38e2599]
|
|
422
|
+
- Updated dependencies [e792927]
|
|
423
|
+
- @pnpm/config@1004.3.0
|
|
424
|
+
- @pnpm/cli-utils@1001.2.0
|
|
425
|
+
- @pnpm/cache.api@1000.0.29
|
|
426
|
+
|
|
427
|
+
## 1000.0.34
|
|
428
|
+
|
|
429
|
+
### Patch Changes
|
|
430
|
+
|
|
431
|
+
- @pnpm/cli-utils@1001.1.2
|
|
432
|
+
|
|
433
|
+
## 1000.0.33
|
|
434
|
+
|
|
435
|
+
### Patch Changes
|
|
436
|
+
|
|
437
|
+
- @pnpm/cli-utils@1001.1.1
|
|
438
|
+
|
|
439
|
+
## 1000.0.32
|
|
440
|
+
|
|
441
|
+
### Patch Changes
|
|
442
|
+
|
|
443
|
+
- Updated dependencies [3ebc0ce]
|
|
444
|
+
- @pnpm/cli-utils@1001.1.0
|
|
445
|
+
|
|
446
|
+
## 1000.0.31
|
|
447
|
+
|
|
448
|
+
### Patch Changes
|
|
449
|
+
|
|
450
|
+
- Updated dependencies [d1edf73]
|
|
451
|
+
- Updated dependencies [86b33e9]
|
|
452
|
+
- @pnpm/constants@1001.3.0
|
|
453
|
+
- @pnpm/cache.api@1000.0.28
|
|
454
|
+
- @pnpm/config@1004.2.1
|
|
455
|
+
- @pnpm/error@1000.0.4
|
|
456
|
+
- @pnpm/store-path@1000.0.4
|
|
457
|
+
- @pnpm/cli-utils@1001.0.3
|
|
458
|
+
|
|
459
|
+
## 1000.0.30
|
|
460
|
+
|
|
461
|
+
### Patch Changes
|
|
462
|
+
|
|
463
|
+
- Updated dependencies [6f7ac0f]
|
|
464
|
+
- Updated dependencies [1a07b8f]
|
|
465
|
+
- @pnpm/config@1004.2.0
|
|
466
|
+
- @pnpm/constants@1001.2.0
|
|
467
|
+
- @pnpm/cli-utils@1001.0.2
|
|
468
|
+
- @pnpm/cache.api@1000.0.27
|
|
469
|
+
- @pnpm/error@1000.0.3
|
|
470
|
+
- @pnpm/store-path@1000.0.3
|
|
471
|
+
|
|
472
|
+
## 1000.0.29
|
|
473
|
+
|
|
474
|
+
### Patch Changes
|
|
475
|
+
|
|
476
|
+
- Updated dependencies [7ad0bc3]
|
|
477
|
+
- @pnpm/cli-utils@1001.0.1
|
|
478
|
+
|
|
479
|
+
## 1000.0.28
|
|
480
|
+
|
|
481
|
+
### Patch Changes
|
|
482
|
+
|
|
483
|
+
- Updated dependencies [623da6f]
|
|
484
|
+
- Updated dependencies [cf630a8]
|
|
485
|
+
- Updated dependencies [e225310]
|
|
486
|
+
- @pnpm/config@1004.1.0
|
|
487
|
+
- @pnpm/cli-utils@1001.0.0
|
|
488
|
+
- @pnpm/cache.api@1000.0.26
|
|
489
|
+
|
|
490
|
+
## 1000.0.27
|
|
491
|
+
|
|
492
|
+
### Patch Changes
|
|
493
|
+
|
|
494
|
+
- @pnpm/cli-utils@1000.1.7
|
|
495
|
+
|
|
496
|
+
## 1000.0.26
|
|
497
|
+
|
|
498
|
+
### Patch Changes
|
|
499
|
+
|
|
500
|
+
- Updated dependencies [b217bbb]
|
|
501
|
+
- Updated dependencies [b0ead51]
|
|
502
|
+
- Updated dependencies [c8341cc]
|
|
503
|
+
- Updated dependencies [b0ead51]
|
|
504
|
+
- Updated dependencies [046af72]
|
|
505
|
+
- @pnpm/config@1004.0.0
|
|
506
|
+
- @pnpm/cache.api@1000.0.25
|
|
507
|
+
- @pnpm/cli-utils@1000.1.6
|
|
508
|
+
|
|
509
|
+
## 1000.0.25
|
|
510
|
+
|
|
511
|
+
### Patch Changes
|
|
512
|
+
|
|
513
|
+
- Updated dependencies [8d175c0]
|
|
514
|
+
- @pnpm/config@1003.1.1
|
|
515
|
+
- @pnpm/cache.api@1000.0.24
|
|
516
|
+
- @pnpm/cli-utils@1000.1.5
|
|
517
|
+
|
|
518
|
+
## 1000.0.24
|
|
519
|
+
|
|
520
|
+
### Patch Changes
|
|
521
|
+
|
|
522
|
+
- 09cf46f: Update `@pnpm/logger` in peer dependencies.
|
|
523
|
+
- Updated dependencies [b282bd1]
|
|
524
|
+
- Updated dependencies [fdb1d98]
|
|
525
|
+
- Updated dependencies [e4af08c]
|
|
526
|
+
- Updated dependencies [09cf46f]
|
|
527
|
+
- Updated dependencies [36d1448]
|
|
528
|
+
- Updated dependencies [9362b5f]
|
|
529
|
+
- Updated dependencies [6cf010c]
|
|
530
|
+
- @pnpm/config@1003.1.0
|
|
531
|
+
- @pnpm/cli-utils@1000.1.4
|
|
532
|
+
- @pnpm/cache.api@1000.0.23
|
|
533
|
+
|
|
534
|
+
## 1000.0.23
|
|
535
|
+
|
|
536
|
+
### Patch Changes
|
|
537
|
+
|
|
538
|
+
- @pnpm/cli-utils@1000.1.3
|
|
539
|
+
- @pnpm/config@1003.0.1
|
|
540
|
+
- @pnpm/cache.api@1000.0.22
|
|
541
|
+
|
|
542
|
+
## 1000.0.22
|
|
543
|
+
|
|
544
|
+
### Patch Changes
|
|
545
|
+
|
|
546
|
+
- Updated dependencies [56bb69b]
|
|
547
|
+
- Updated dependencies [8a9f3a4]
|
|
548
|
+
- Updated dependencies [9c3dd03]
|
|
549
|
+
- @pnpm/config@1003.0.0
|
|
550
|
+
- @pnpm/logger@1001.0.0
|
|
551
|
+
- @pnpm/cache.api@1000.0.21
|
|
552
|
+
- @pnpm/cli-utils@1000.1.2
|
|
553
|
+
|
|
554
|
+
## 1000.0.21
|
|
555
|
+
|
|
556
|
+
### Patch Changes
|
|
557
|
+
|
|
558
|
+
- @pnpm/cache.api@1000.0.20
|
|
559
|
+
- @pnpm/cli-utils@1000.1.1
|
|
560
|
+
- @pnpm/config@1002.7.2
|
|
561
|
+
|
|
562
|
+
## 1000.0.20
|
|
563
|
+
|
|
564
|
+
### Patch Changes
|
|
565
|
+
|
|
566
|
+
- Updated dependencies [5679712]
|
|
567
|
+
- Updated dependencies [01f2bcf]
|
|
568
|
+
- Updated dependencies [1413c25]
|
|
569
|
+
- @pnpm/config@1002.7.1
|
|
570
|
+
- @pnpm/cli-utils@1000.1.0
|
|
571
|
+
- @pnpm/cache.api@1000.0.19
|
|
572
|
+
|
|
573
|
+
## 1000.0.19
|
|
574
|
+
|
|
575
|
+
### Patch Changes
|
|
576
|
+
|
|
577
|
+
- Updated dependencies [e57f1df]
|
|
578
|
+
- @pnpm/config@1002.7.0
|
|
579
|
+
- @pnpm/cache.api@1000.0.18
|
|
580
|
+
- @pnpm/cli-utils@1000.0.19
|
|
581
|
+
|
|
582
|
+
## 1000.0.18
|
|
583
|
+
|
|
584
|
+
### Patch Changes
|
|
585
|
+
|
|
586
|
+
- Updated dependencies [9bcca9f]
|
|
587
|
+
- Updated dependencies [5b35dff]
|
|
588
|
+
- Updated dependencies [9bcca9f]
|
|
589
|
+
- Updated dependencies [5f7be64]
|
|
590
|
+
- Updated dependencies [5f7be64]
|
|
591
|
+
- @pnpm/config@1002.6.0
|
|
592
|
+
- @pnpm/cache.api@1000.0.17
|
|
593
|
+
- @pnpm/cli-utils@1000.0.18
|
|
594
|
+
|
|
595
|
+
## 1000.0.17
|
|
596
|
+
|
|
597
|
+
### Patch Changes
|
|
598
|
+
|
|
599
|
+
- Updated dependencies [936430a]
|
|
600
|
+
- @pnpm/config@1002.5.4
|
|
601
|
+
- @pnpm/cache.api@1000.0.16
|
|
602
|
+
- @pnpm/cli-utils@1000.0.17
|
|
603
|
+
|
|
604
|
+
## 1000.0.16
|
|
605
|
+
|
|
606
|
+
### Patch Changes
|
|
607
|
+
|
|
608
|
+
- Updated dependencies [6e4459c]
|
|
609
|
+
- @pnpm/config@1002.5.3
|
|
610
|
+
- @pnpm/cache.api@1000.0.15
|
|
611
|
+
- @pnpm/cli-utils@1000.0.16
|
|
612
|
+
|
|
613
|
+
## 1000.0.15
|
|
614
|
+
|
|
615
|
+
### Patch Changes
|
|
616
|
+
|
|
617
|
+
- @pnpm/cli-utils@1000.0.15
|
|
618
|
+
- @pnpm/config@1002.5.2
|
|
619
|
+
- @pnpm/cache.api@1000.0.14
|
|
620
|
+
|
|
621
|
+
## 1000.0.14
|
|
622
|
+
|
|
623
|
+
### Patch Changes
|
|
624
|
+
|
|
625
|
+
- Updated dependencies [c3aa4d8]
|
|
626
|
+
- @pnpm/config@1002.5.1
|
|
627
|
+
- @pnpm/cli-utils@1000.0.14
|
|
628
|
+
- @pnpm/cache.api@1000.0.13
|
|
629
|
+
|
|
630
|
+
## 1000.0.13
|
|
631
|
+
|
|
632
|
+
### Patch Changes
|
|
633
|
+
|
|
634
|
+
- Updated dependencies [b8b0c68]
|
|
635
|
+
- Updated dependencies [d965748]
|
|
636
|
+
- @pnpm/cache.api@1000.0.12
|
|
637
|
+
- @pnpm/config@1002.5.0
|
|
638
|
+
- @pnpm/cli-utils@1000.0.13
|
|
639
|
+
|
|
640
|
+
## 1000.0.12
|
|
641
|
+
|
|
642
|
+
### Patch Changes
|
|
643
|
+
|
|
644
|
+
- Updated dependencies [1c2eb8c]
|
|
645
|
+
- @pnpm/config@1002.4.1
|
|
646
|
+
- @pnpm/cache.api@1000.0.11
|
|
647
|
+
- @pnpm/cli-utils@1000.0.12
|
|
648
|
+
|
|
649
|
+
## 1000.0.11
|
|
650
|
+
|
|
651
|
+
### Patch Changes
|
|
652
|
+
|
|
653
|
+
- Updated dependencies [8fcc221]
|
|
654
|
+
- Updated dependencies [e32b1a2]
|
|
655
|
+
- @pnpm/config@1002.4.0
|
|
656
|
+
- @pnpm/cache.api@1000.0.10
|
|
657
|
+
- @pnpm/cli-utils@1000.0.11
|
|
658
|
+
|
|
659
|
+
## 1000.0.10
|
|
660
|
+
|
|
661
|
+
### Patch Changes
|
|
662
|
+
|
|
663
|
+
- Updated dependencies [fee898f]
|
|
664
|
+
- @pnpm/config@1002.3.1
|
|
665
|
+
- @pnpm/cache.api@1000.0.9
|
|
666
|
+
- @pnpm/cli-utils@1000.0.10
|
|
667
|
+
|
|
668
|
+
## 1000.0.9
|
|
669
|
+
|
|
670
|
+
### Patch Changes
|
|
671
|
+
|
|
672
|
+
- @pnpm/cli-utils@1000.0.9
|
|
673
|
+
|
|
674
|
+
## 1000.0.8
|
|
675
|
+
|
|
676
|
+
### Patch Changes
|
|
677
|
+
|
|
678
|
+
- Updated dependencies [f6006f2]
|
|
679
|
+
- @pnpm/config@1002.3.0
|
|
680
|
+
- @pnpm/cache.api@1000.0.8
|
|
681
|
+
- @pnpm/cli-utils@1000.0.8
|
|
682
|
+
|
|
683
|
+
## 1000.0.7
|
|
684
|
+
|
|
685
|
+
### Patch Changes
|
|
686
|
+
|
|
687
|
+
- @pnpm/cli-utils@1000.0.7
|
|
688
|
+
- @pnpm/config@1002.2.1
|
|
689
|
+
- @pnpm/cache.api@1000.0.7
|
|
690
|
+
|
|
691
|
+
## 1000.0.6
|
|
692
|
+
|
|
693
|
+
### Patch Changes
|
|
694
|
+
|
|
695
|
+
- Updated dependencies [9a44e6c]
|
|
696
|
+
- Updated dependencies [f3ffaed]
|
|
697
|
+
- Updated dependencies [c96eb2b]
|
|
698
|
+
- @pnpm/constants@1001.1.0
|
|
699
|
+
- @pnpm/config@1002.2.0
|
|
700
|
+
- @pnpm/cache.api@1000.0.6
|
|
701
|
+
- @pnpm/error@1000.0.2
|
|
702
|
+
- @pnpm/store-path@1000.0.2
|
|
703
|
+
- @pnpm/cli-utils@1000.0.6
|
|
704
|
+
|
|
705
|
+
## 1000.0.5
|
|
706
|
+
|
|
707
|
+
### Patch Changes
|
|
708
|
+
|
|
709
|
+
- @pnpm/cli-utils@1000.0.5
|
|
710
|
+
- @pnpm/config@1002.1.2
|
|
711
|
+
- @pnpm/cache.api@1000.0.5
|
|
712
|
+
|
|
713
|
+
## 1000.0.4
|
|
714
|
+
|
|
715
|
+
### Patch Changes
|
|
716
|
+
|
|
717
|
+
- Updated dependencies [1f5169f]
|
|
718
|
+
- @pnpm/config@1002.1.1
|
|
719
|
+
- @pnpm/cli-utils@1000.0.4
|
|
720
|
+
- @pnpm/cache.api@1000.0.4
|
|
721
|
+
|
|
722
|
+
## 1000.0.3
|
|
723
|
+
|
|
724
|
+
### Patch Changes
|
|
725
|
+
|
|
726
|
+
- Updated dependencies [f90a94b]
|
|
727
|
+
- Updated dependencies [f891288]
|
|
728
|
+
- @pnpm/config@1002.1.0
|
|
729
|
+
- @pnpm/cache.api@1000.0.3
|
|
730
|
+
- @pnpm/cli-utils@1000.0.3
|
|
731
|
+
|
|
732
|
+
## 1000.0.2
|
|
733
|
+
|
|
734
|
+
### Patch Changes
|
|
735
|
+
|
|
736
|
+
- Updated dependencies [878ea8c]
|
|
737
|
+
- @pnpm/config@1002.0.0
|
|
738
|
+
- @pnpm/cli-utils@1000.0.2
|
|
739
|
+
- @pnpm/cache.api@1000.0.2
|
|
740
|
+
|
|
741
|
+
## 1000.0.1
|
|
742
|
+
|
|
743
|
+
### Patch Changes
|
|
744
|
+
|
|
745
|
+
- Updated dependencies [ac5b9d8]
|
|
746
|
+
- Updated dependencies [d2e83b0]
|
|
747
|
+
- Updated dependencies [6483b64]
|
|
748
|
+
- Updated dependencies [a76da0c]
|
|
749
|
+
- @pnpm/config@1001.0.0
|
|
750
|
+
- @pnpm/constants@1001.0.0
|
|
751
|
+
- @pnpm/cli-utils@1000.0.1
|
|
752
|
+
- @pnpm/cache.api@1000.0.1
|
|
753
|
+
- @pnpm/error@1000.0.1
|
|
754
|
+
- @pnpm/store-path@1000.0.1
|
|
755
|
+
|
|
756
|
+
## 0.1.4
|
|
757
|
+
|
|
758
|
+
### Patch Changes
|
|
759
|
+
|
|
760
|
+
- Updated dependencies [19d5b51]
|
|
761
|
+
- Updated dependencies [8108680]
|
|
762
|
+
- Updated dependencies [477e0c1]
|
|
763
|
+
- Updated dependencies [dfcf034]
|
|
764
|
+
- Updated dependencies [592e2ef]
|
|
765
|
+
- Updated dependencies [19d5b51]
|
|
766
|
+
- Updated dependencies [1dbc56a]
|
|
767
|
+
- Updated dependencies [e9985b6]
|
|
768
|
+
- Updated dependencies [c4f5231]
|
|
769
|
+
- @pnpm/constants@10.0.0
|
|
770
|
+
- @pnpm/config@22.0.0
|
|
771
|
+
- @pnpm/cache.api@0.1.4
|
|
772
|
+
- @pnpm/error@6.0.3
|
|
773
|
+
- @pnpm/store-path@9.0.3
|
|
774
|
+
- @pnpm/cli-utils@4.0.8
|
|
775
|
+
|
|
776
|
+
## 0.1.3
|
|
777
|
+
|
|
778
|
+
### Patch Changes
|
|
779
|
+
|
|
780
|
+
- @pnpm/cache.api@0.1.3
|
|
781
|
+
- @pnpm/cli-utils@4.0.7
|
|
782
|
+
- @pnpm/config@21.8.5
|
|
783
|
+
|
|
784
|
+
## 0.1.2
|
|
785
|
+
|
|
786
|
+
### Patch Changes
|
|
787
|
+
|
|
788
|
+
- @pnpm/cache.api@0.1.2
|
|
789
|
+
- @pnpm/cli-utils@4.0.6
|
|
790
|
+
- @pnpm/config@21.8.4
|
|
791
|
+
|
|
792
|
+
## 0.1.1
|
|
793
|
+
|
|
794
|
+
### Patch Changes
|
|
795
|
+
|
|
796
|
+
- a5af433: Add help to the cache command.
|
|
797
|
+
- 8080e44: `pnpm cache view` should specify package name
|
|
798
|
+
- Updated dependencies [83681da]
|
|
799
|
+
- @pnpm/constants@9.0.0
|
|
800
|
+
- @pnpm/cache.api@0.1.1
|
|
801
|
+
- @pnpm/config@21.8.4
|
|
802
|
+
- @pnpm/error@6.0.2
|
|
803
|
+
- @pnpm/cli-utils@4.0.6
|
|
804
|
+
- @pnpm/store-path@9.0.2
|
|
805
|
+
|
|
806
|
+
## 0.1.0
|
|
807
|
+
|
|
808
|
+
### Minor Changes
|
|
809
|
+
|
|
810
|
+
- 0170b0f: Experimental: added `pnpm cache` commands for inspecting the metadata cache.
|
|
811
|
+
|
|
812
|
+
### Patch Changes
|
|
813
|
+
|
|
814
|
+
- Updated dependencies [0170b0f]
|
|
815
|
+
- @pnpm/cache.api@0.1.0
|
package/lib/cache.cmd.js
CHANGED
|
@@ -2,7 +2,7 @@ import path from 'node:path';
|
|
|
2
2
|
import { cacheDelete, cacheList, cacheListRegistries, cacheView, } from '@pnpm/cache.api';
|
|
3
3
|
import { docsUrl } from '@pnpm/cli.utils';
|
|
4
4
|
import { types as allTypes } from '@pnpm/config.reader';
|
|
5
|
-
import { ABBREVIATED_META_DIR, FULL_FILTERED_META_DIR } from '@pnpm/constants';
|
|
5
|
+
import { ABBREVIATED_META_DIR, FULL_FILTERED_META_DIR, FULL_META_DIR } from '@pnpm/constants';
|
|
6
6
|
import { PnpmError } from '@pnpm/error';
|
|
7
7
|
import { getStorePath } from '@pnpm/store.path';
|
|
8
8
|
import { pick } from 'ramda';
|
|
@@ -64,12 +64,16 @@ export async function handler(opts, params) {
|
|
|
64
64
|
cacheDir,
|
|
65
65
|
registry: opts.cliOptions['registry'],
|
|
66
66
|
}, params.slice(1));
|
|
67
|
-
case 'delete':
|
|
68
|
-
|
|
67
|
+
case 'delete': {
|
|
68
|
+
// A package's metadata can be cached under any of the metadata directories
|
|
69
|
+
// depending on the resolution mode used when it was fetched.
|
|
70
|
+
const deleted = await Promise.all([ABBREVIATED_META_DIR, FULL_META_DIR, FULL_FILTERED_META_DIR].map((metaDir) => cacheDelete({
|
|
69
71
|
...opts,
|
|
70
|
-
cacheDir,
|
|
72
|
+
cacheDir: path.join(opts.cacheDir, metaDir),
|
|
71
73
|
registry: opts.cliOptions['registry'],
|
|
72
|
-
}, params.slice(1));
|
|
74
|
+
}, params.slice(1))));
|
|
75
|
+
return [...new Set(deleted.flatMap((result) => result.split('\n')).filter(Boolean))].sort().join('\n');
|
|
76
|
+
}
|
|
73
77
|
case 'view': {
|
|
74
78
|
if (!params[1]) {
|
|
75
79
|
throw new PnpmError('MISSING_PACKAGE_NAME', '`pnpm cache view` requires the package name');
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pnpm/cache.commands",
|
|
3
|
-
"version": "1100.0.
|
|
3
|
+
"version": "1100.0.29",
|
|
4
4
|
"description": "Commands for controlling the cache",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pnpm",
|
|
@@ -28,27 +28,27 @@
|
|
|
28
28
|
"!*.map"
|
|
29
29
|
],
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"
|
|
32
|
-
"
|
|
33
|
-
"@pnpm/
|
|
31
|
+
"@pnpm/cache.api": "1100.0.28",
|
|
32
|
+
"@pnpm/cli.utils": "1101.0.14",
|
|
33
|
+
"@pnpm/config.reader": "1101.12.0",
|
|
34
34
|
"@pnpm/constants": "1100.0.0",
|
|
35
|
-
"@pnpm/cli.utils": "1101.0.13",
|
|
36
35
|
"@pnpm/error": "1100.0.1",
|
|
37
|
-
"@pnpm/
|
|
38
|
-
"
|
|
36
|
+
"@pnpm/store.path": "1100.0.2",
|
|
37
|
+
"ramda": "npm:@pnpm/ramda@0.28.1",
|
|
38
|
+
"render-help": "^2.0.0"
|
|
39
39
|
},
|
|
40
40
|
"peerDependencies": {
|
|
41
41
|
"@pnpm/logger": "^1100.0.0"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"@jest/globals": "30.4.1",
|
|
45
|
+
"@pnpm/cache.commands": "1100.0.29",
|
|
46
|
+
"@pnpm/logger": "1100.0.0",
|
|
47
|
+
"@pnpm/prepare": "1100.0.19",
|
|
48
|
+
"@pnpm/testing.registry-mock": "1100.0.9",
|
|
45
49
|
"@types/ramda": "0.31.1",
|
|
46
50
|
"@zkochan/rimraf": "^4.0.0",
|
|
47
|
-
"execa": "npm:safe-execa@0.3.0"
|
|
48
|
-
"@pnpm/logger": "1100.0.0",
|
|
49
|
-
"@pnpm/testing.registry-mock": "1100.0.8",
|
|
50
|
-
"@pnpm/prepare": "1100.0.18",
|
|
51
|
-
"@pnpm/cache.commands": "1100.0.27"
|
|
51
|
+
"execa": "npm:safe-execa@0.3.0"
|
|
52
52
|
},
|
|
53
53
|
"engines": {
|
|
54
54
|
"node": ">=22.13"
|