pacote 9.5.0 → 9.5.4
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 +367 -330
- package/README.md +2 -2
- package/extract.js +11 -10
- package/lib/fetchers/file.js +2 -0
- package/lib/fetchers/git.js +1 -1
- package/lib/util/git.js +6 -4
- package/lib/with-tarball-stream.js +1 -1
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -2,121 +2,158 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
<a name="9.5.4"></a>
|
|
6
|
+
## [9.5.4](https://github.com/npm/pacote/compare/v9.5.3...v9.5.4) (2019-07-16)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* **git:** ensure stream failures are reported ([7f07b5d](https://github.com/npm/pacote/commit/7f07b5d)), closes [#1](https://github.com/npm/pacote/issues/1)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
<a name="9.5.3"></a>
|
|
16
|
+
## [9.5.3](https://github.com/npm/pacote/compare/v9.5.2...v9.5.3) (2019-07-16)
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
<a name="9.5.2"></a>
|
|
21
|
+
## [9.5.2](https://github.com/npm/pacote/compare/v9.5.1...v9.5.2) (2019-07-12)
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
### Bug Fixes
|
|
25
|
+
|
|
26
|
+
* always pass uid/gid to cacache.put ([3d08925](https://github.com/npm/pacote/commit/3d08925))
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
<a name="9.5.1"></a>
|
|
31
|
+
## [9.5.1](https://github.com/npm/pacote/compare/v9.5.0...v9.5.1) (2019-06-17)
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
### Bug Fixes
|
|
35
|
+
|
|
36
|
+
* **audit:** npm audit fix ([127a28b](https://github.com/npm/pacote/commit/127a28b))
|
|
37
|
+
* **errors:** Fix "TypeError: err.code.match is not a function" error ([#170](https://github.com/npm/pacote/issues/170)) ([92f5e4c](https://github.com/zkat/pacote/commit/92f5e4c))
|
|
38
|
+
* **git:** limit retry times, avoid unlimited retries ([#172](https://github.com/npm/pacote/issues/172)) ([8bbd051](https://github.com/zkat/pacote/commit/8bbd051))
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
|
|
5
42
|
<a name="9.5.0"></a>
|
|
6
|
-
# [9.5.0](https://github.com/
|
|
43
|
+
# [9.5.0](https://github.com/npm/pacote/compare/v9.4.1...v9.5.0) (2019-02-18)
|
|
7
44
|
|
|
8
45
|
|
|
9
46
|
### Features
|
|
10
47
|
|
|
11
|
-
* **enjoy-by:** add `before` as an alias to enjoy-by ([75d62b7](https://github.com/
|
|
48
|
+
* **enjoy-by:** add `before` as an alias to enjoy-by ([75d62b7](https://github.com/npm/pacote/commit/75d62b7))
|
|
12
49
|
|
|
13
50
|
|
|
14
51
|
|
|
15
52
|
<a name="9.4.1"></a>
|
|
16
|
-
## [9.4.1](https://github.com/
|
|
53
|
+
## [9.4.1](https://github.com/npm/pacote/compare/v9.4.0...v9.4.1) (2019-01-24)
|
|
17
54
|
|
|
18
55
|
|
|
19
56
|
### Bug Fixes
|
|
20
57
|
|
|
21
|
-
* **directory, finalize-manifest:** strip byte order marker from JSON ([723ad63](https://github.com/
|
|
58
|
+
* **directory, finalize-manifest:** strip byte order marker from JSON ([723ad63](https://github.com/npm/pacote/commit/723ad63))
|
|
22
59
|
|
|
23
60
|
|
|
24
61
|
|
|
25
62
|
<a name="9.4.0"></a>
|
|
26
|
-
# [9.4.0](https://github.com/
|
|
63
|
+
# [9.4.0](https://github.com/npm/pacote/compare/v9.3.0...v9.4.0) (2019-01-14)
|
|
27
64
|
|
|
28
65
|
|
|
29
66
|
### Features
|
|
30
67
|
|
|
31
|
-
* **registry:** fall back to fullfat if something might be wrong with corgis ([0e71d6b](https://github.com/
|
|
68
|
+
* **registry:** fall back to fullfat if something might be wrong with corgis ([0e71d6b](https://github.com/npm/pacote/commit/0e71d6b))
|
|
32
69
|
|
|
33
70
|
|
|
34
71
|
|
|
35
72
|
<a name="9.3.0"></a>
|
|
36
|
-
# [9.3.0](https://github.com/
|
|
73
|
+
# [9.3.0](https://github.com/npm/pacote/compare/v9.2.3...v9.3.0) (2018-12-21)
|
|
37
74
|
|
|
38
75
|
|
|
39
76
|
### Bug Fixes
|
|
40
77
|
|
|
41
|
-
* **git, file:** properly catch otherwise unhandled errors ([89d4897](https://github.com/
|
|
42
|
-
* **test:** set umask opt to fix extract-stream 'accepts dmode/fmode/umask opts' ([e51de83](https://github.com/
|
|
78
|
+
* **git, file:** properly catch otherwise unhandled errors ([89d4897](https://github.com/npm/pacote/commit/89d4897))
|
|
79
|
+
* **test:** set umask opt to fix extract-stream 'accepts dmode/fmode/umask opts' ([e51de83](https://github.com/npm/pacote/commit/e51de83))
|
|
43
80
|
|
|
44
81
|
|
|
45
82
|
### Features
|
|
46
83
|
|
|
47
|
-
* **git:** accept git path option ([#164](https://github.com/
|
|
84
|
+
* **git:** accept git path option ([#164](https://github.com/npm/pacote/issues/164)) ([f06c8c5](https://github.com/zkat/pacote/commit/f06c8c5))
|
|
48
85
|
|
|
49
86
|
|
|
50
87
|
|
|
51
88
|
<a name="9.2.3"></a>
|
|
52
|
-
## [9.2.3](https://github.com/
|
|
89
|
+
## [9.2.3](https://github.com/npm/pacote/compare/v9.2.2...v9.2.3) (2018-10-31)
|
|
53
90
|
|
|
54
91
|
|
|
55
92
|
|
|
56
93
|
<a name="9.2.2"></a>
|
|
57
|
-
## [9.2.2](https://github.com/
|
|
94
|
+
## [9.2.2](https://github.com/npm/pacote/compare/v9.2.1...v9.2.2) (2018-10-31)
|
|
58
95
|
|
|
59
96
|
|
|
60
97
|
|
|
61
98
|
<a name="9.2.1"></a>
|
|
62
|
-
## [9.2.1](https://github.com/
|
|
99
|
+
## [9.2.1](https://github.com/npm/pacote/compare/v9.2.0...v9.2.1) (2018-10-31)
|
|
63
100
|
|
|
64
101
|
|
|
65
102
|
|
|
66
103
|
<a name="9.2.0"></a>
|
|
67
|
-
# [9.2.0](https://github.com/
|
|
104
|
+
# [9.2.0](https://github.com/npm/pacote/compare/v9.1.1...v9.2.0) (2018-10-30)
|
|
68
105
|
|
|
69
106
|
|
|
70
107
|
### Features
|
|
71
108
|
|
|
72
|
-
* **enjoyBy:** add opts.enjoy-by option ([7df399c](https://github.com/
|
|
109
|
+
* **enjoyBy:** add opts.enjoy-by option ([7df399c](https://github.com/npm/pacote/commit/7df399c))
|
|
73
110
|
|
|
74
111
|
|
|
75
112
|
|
|
76
113
|
<a name="9.1.1"></a>
|
|
77
|
-
## [9.1.1](https://github.com/
|
|
114
|
+
## [9.1.1](https://github.com/npm/pacote/compare/v9.1.0...v9.1.1) (2018-10-26)
|
|
78
115
|
|
|
79
116
|
|
|
80
117
|
### Bug Fixes
|
|
81
118
|
|
|
82
|
-
* **deps:** bump protoduck to remove CC0-1.0 license in dep ([3d9d9a6](https://github.com/
|
|
83
|
-
* **git:** Fix temp directory permissions for git fetcher ([#159](https://github.com/
|
|
84
|
-
* **packument:** group together all registry specs in silly log ([2333a17](https://github.com/
|
|
85
|
-
* **standard:** standard --fix ([0ecb188](https://github.com/
|
|
119
|
+
* **deps:** bump protoduck to remove CC0-1.0 license in dep ([3d9d9a6](https://github.com/npm/pacote/commit/3d9d9a6))
|
|
120
|
+
* **git:** Fix temp directory permissions for git fetcher ([#159](https://github.com/npm/pacote/issues/159)) ([97c3aeb](https://github.com/zkat/pacote/commit/97c3aeb))
|
|
121
|
+
* **packument:** group together all registry specs in silly log ([2333a17](https://github.com/npm/pacote/commit/2333a17))
|
|
122
|
+
* **standard:** standard --fix ([0ecb188](https://github.com/npm/pacote/commit/0ecb188))
|
|
86
123
|
|
|
87
124
|
|
|
88
125
|
|
|
89
126
|
<a name="9.1.0"></a>
|
|
90
|
-
# [9.1.0](https://github.com/
|
|
127
|
+
# [9.1.0](https://github.com/npm/pacote/compare/v9.0.0...v9.1.0) (2018-08-15)
|
|
91
128
|
|
|
92
129
|
|
|
93
130
|
### Bug Fixes
|
|
94
131
|
|
|
95
|
-
* **docs:** tweaking ToC ([1eeb8a0](https://github.com/
|
|
96
|
-
* **packument:** take accept header into account when memoizing ([3c637e8](https://github.com/
|
|
132
|
+
* **docs:** tweaking ToC ([1eeb8a0](https://github.com/npm/pacote/commit/1eeb8a0))
|
|
133
|
+
* **packument:** take accept header into account when memoizing ([3c637e8](https://github.com/npm/pacote/commit/3c637e8))
|
|
97
134
|
|
|
98
135
|
|
|
99
136
|
### Features
|
|
100
137
|
|
|
101
|
-
* **aliases:** add support for registry alias specs ([b173f26](https://github.com/
|
|
102
|
-
* **packument:** add packument api ([97888d9](https://github.com/
|
|
138
|
+
* **aliases:** add support for registry alias specs ([b173f26](https://github.com/npm/pacote/commit/b173f26))
|
|
139
|
+
* **packument:** add packument api ([97888d9](https://github.com/npm/pacote/commit/97888d9))
|
|
103
140
|
|
|
104
141
|
|
|
105
142
|
|
|
106
143
|
<a name="9.0.0"></a>
|
|
107
|
-
# [9.0.0](https://github.com/
|
|
144
|
+
# [9.0.0](https://github.com/npm/pacote/compare/v8.1.6...v9.0.0) (2018-07-31)
|
|
108
145
|
|
|
109
146
|
|
|
110
147
|
### Bug Fixes
|
|
111
148
|
|
|
112
|
-
* **travis:** idk why travis was failing ([ab593c9](https://github.com/
|
|
149
|
+
* **travis:** idk why travis was failing ([ab593c9](https://github.com/npm/pacote/commit/ab593c9))
|
|
113
150
|
|
|
114
151
|
|
|
115
152
|
### Features
|
|
116
153
|
|
|
117
|
-
* **config:** convert to use figgy-pudding ([0b5bb82](https://github.com/
|
|
118
|
-
* **log:** use process.emit-style logging by default ([29ff8b3](https://github.com/
|
|
119
|
-
* **registry:** switch to npm-registry-fetch ([c43d6b0](https://github.com/
|
|
154
|
+
* **config:** convert to use figgy-pudding ([0b5bb82](https://github.com/npm/pacote/commit/0b5bb82))
|
|
155
|
+
* **log:** use process.emit-style logging by default ([29ff8b3](https://github.com/npm/pacote/commit/29ff8b3))
|
|
156
|
+
* **registry:** switch to npm-registry-fetch ([c43d6b0](https://github.com/npm/pacote/commit/c43d6b0))
|
|
120
157
|
|
|
121
158
|
|
|
122
159
|
### BREAKING CHANGES
|
|
@@ -129,83 +166,83 @@ for available options.
|
|
|
129
166
|
|
|
130
167
|
|
|
131
168
|
<a name="8.1.6"></a>
|
|
132
|
-
## [8.1.6](https://github.com/
|
|
169
|
+
## [8.1.6](https://github.com/npm/pacote/compare/v8.1.5...v8.1.6) (2018-05-24)
|
|
133
170
|
|
|
134
171
|
|
|
135
172
|
|
|
136
173
|
<a name="8.1.5"></a>
|
|
137
|
-
## [8.1.5](https://github.com/
|
|
174
|
+
## [8.1.5](https://github.com/npm/pacote/compare/v8.1.4...v8.1.5) (2018-05-22)
|
|
138
175
|
|
|
139
176
|
|
|
140
177
|
|
|
141
178
|
<a name="8.1.4"></a>
|
|
142
|
-
## [8.1.4](https://github.com/
|
|
179
|
+
## [8.1.4](https://github.com/npm/pacote/compare/v8.1.3...v8.1.4) (2018-05-22)
|
|
143
180
|
|
|
144
181
|
|
|
145
182
|
|
|
146
183
|
<a name="8.1.3"></a>
|
|
147
|
-
## [8.1.3](https://github.com/
|
|
184
|
+
## [8.1.3](https://github.com/npm/pacote/compare/v8.1.2...v8.1.3) (2018-05-20)
|
|
148
185
|
|
|
149
186
|
|
|
150
187
|
### Bug Fixes
|
|
151
188
|
|
|
152
|
-
* **deps:** try reverting tar ([574ecff](https://github.com/
|
|
153
|
-
* **extract-stream:** address "write after end" issue ([#151](https://github.com/
|
|
189
|
+
* **deps:** try reverting tar ([574ecff](https://github.com/npm/pacote/commit/574ecff))
|
|
190
|
+
* **extract-stream:** address "write after end" issue ([#151](https://github.com/npm/pacote/issues/151)) ([50ed408](https://github.com/zkat/pacote/commit/50ed408)), closes [#142](https://github.com/zkat/pacote/issues/142)
|
|
154
191
|
|
|
155
192
|
|
|
156
193
|
|
|
157
194
|
<a name="8.1.2"></a>
|
|
158
|
-
## [8.1.2](https://github.com/
|
|
195
|
+
## [8.1.2](https://github.com/npm/pacote/compare/v8.1.1...v8.1.2) (2018-05-16)
|
|
159
196
|
|
|
160
197
|
|
|
161
198
|
### Bug Fixes
|
|
162
199
|
|
|
163
|
-
* **extract-stream:** nudge things to stop write-after-end heisenbug, hopefully ([a398715](https://github.com/
|
|
200
|
+
* **extract-stream:** nudge things to stop write-after-end heisenbug, hopefully ([a398715](https://github.com/npm/pacote/commit/a398715))
|
|
164
201
|
|
|
165
202
|
|
|
166
203
|
|
|
167
204
|
<a name="8.1.1"></a>
|
|
168
|
-
## [8.1.1](https://github.com/
|
|
205
|
+
## [8.1.1](https://github.com/npm/pacote/compare/v8.1.0...v8.1.1) (2018-04-24)
|
|
169
206
|
|
|
170
207
|
|
|
171
208
|
### Bug Fixes
|
|
172
209
|
|
|
173
|
-
* **tarball:** Remove promise handler error ([#148](https://github.com/
|
|
210
|
+
* **tarball:** Remove promise handler error ([#148](https://github.com/npm/pacote/issues/148)) ([47da3f6](https://github.com/zkat/pacote/commit/47da3f6)), closes [#145](https://github.com/zkat/pacote/issues/145)
|
|
174
211
|
|
|
175
212
|
|
|
176
213
|
|
|
177
214
|
<a name="8.1.0"></a>
|
|
178
|
-
# [8.1.0](https://github.com/
|
|
215
|
+
# [8.1.0](https://github.com/npm/pacote/compare/v8.0.0...v8.1.0) (2018-04-18)
|
|
179
216
|
|
|
180
217
|
|
|
181
218
|
### Bug Fixes
|
|
182
219
|
|
|
183
|
-
* **git:** workaround for mississippi.finished intermitent failures ([#144](https://github.com/
|
|
220
|
+
* **git:** workaround for mississippi.finished intermitent failures ([#144](https://github.com/npm/pacote/issues/144)) ([788fd13](https://github.com/zkat/pacote/commit/788fd13)), closes [#143](https://github.com/zkat/pacote/issues/143)
|
|
184
221
|
|
|
185
222
|
|
|
186
223
|
### Features
|
|
187
224
|
|
|
188
|
-
* **tarball:** calculate shasum when missing, not just integrity ([#149](https://github.com/
|
|
225
|
+
* **tarball:** calculate shasum when missing, not just integrity ([#149](https://github.com/npm/pacote/issues/149)) ([ccc6e90](https://github.com/zkat/pacote/commit/ccc6e90))
|
|
189
226
|
|
|
190
227
|
|
|
191
228
|
|
|
192
229
|
<a name="8.0.0"></a>
|
|
193
|
-
# [8.0.0](https://github.com/
|
|
230
|
+
# [8.0.0](https://github.com/npm/pacote/compare/v7.6.1...v8.0.0) (2018-04-12)
|
|
194
231
|
|
|
195
232
|
|
|
196
233
|
### Bug Fixes
|
|
197
234
|
|
|
198
|
-
* **git:** make full clones do a full mirror ([85b269b](https://github.com/
|
|
235
|
+
* **git:** make full clones do a full mirror ([85b269b](https://github.com/npm/pacote/commit/85b269b))
|
|
199
236
|
|
|
200
237
|
|
|
201
238
|
### deps
|
|
202
239
|
|
|
203
|
-
* bump deps ([6737bf6](https://github.com/
|
|
240
|
+
* bump deps ([6737bf6](https://github.com/npm/pacote/commit/6737bf6))
|
|
204
241
|
|
|
205
242
|
|
|
206
243
|
### meta
|
|
207
244
|
|
|
208
|
-
* drop support for node@4 ([11478ff](https://github.com/
|
|
245
|
+
* drop support for node@4 ([11478ff](https://github.com/npm/pacote/commit/11478ff))
|
|
209
246
|
|
|
210
247
|
|
|
211
248
|
### BREAKING CHANGES
|
|
@@ -217,217 +254,217 @@ support node@4.
|
|
|
217
254
|
|
|
218
255
|
|
|
219
256
|
<a name="7.6.1"></a>
|
|
220
|
-
## [7.6.1](https://github.com/
|
|
257
|
+
## [7.6.1](https://github.com/npm/pacote/compare/v7.6.0...v7.6.1) (2018-03-08)
|
|
221
258
|
|
|
222
259
|
|
|
223
260
|
### Bug Fixes
|
|
224
261
|
|
|
225
|
-
* **standard:** update to new standard rules ([bb52d02](https://github.com/
|
|
262
|
+
* **standard:** update to new standard rules ([bb52d02](https://github.com/npm/pacote/commit/bb52d02))
|
|
226
263
|
|
|
227
264
|
|
|
228
265
|
|
|
229
266
|
<a name="7.6.0"></a>
|
|
230
|
-
# [7.6.0](https://github.com/
|
|
267
|
+
# [7.6.0](https://github.com/npm/pacote/compare/v7.5.3...v7.6.0) (2018-03-08)
|
|
231
268
|
|
|
232
269
|
|
|
233
270
|
### Features
|
|
234
271
|
|
|
235
|
-
* **git:** added retry logic for all git operations. ([#136](https://github.com/
|
|
272
|
+
* **git:** added retry logic for all git operations. ([#136](https://github.com/npm/pacote/issues/136)) ([425c58d](https://github.com/zkat/pacote/commit/425c58d))
|
|
236
273
|
|
|
237
274
|
|
|
238
275
|
|
|
239
276
|
<a name="7.5.3"></a>
|
|
240
|
-
## [7.5.3](https://github.com/
|
|
277
|
+
## [7.5.3](https://github.com/npm/pacote/compare/v7.5.2...v7.5.3) (2018-03-02)
|
|
241
278
|
|
|
242
279
|
|
|
243
280
|
### Bug Fixes
|
|
244
281
|
|
|
245
|
-
* **tarball:** stop dropping stream errors on the floor ([3db03c2](https://github.com/
|
|
282
|
+
* **tarball:** stop dropping stream errors on the floor ([3db03c2](https://github.com/npm/pacote/commit/3db03c2))
|
|
246
283
|
|
|
247
284
|
|
|
248
285
|
|
|
249
286
|
<a name="7.5.2"></a>
|
|
250
|
-
## [7.5.2](https://github.com/
|
|
287
|
+
## [7.5.2](https://github.com/npm/pacote/compare/v7.5.1...v7.5.2) (2018-03-02)
|
|
251
288
|
|
|
252
289
|
|
|
253
290
|
### Bug Fixes
|
|
254
291
|
|
|
255
|
-
* **console:** remove spurious debugging console.log :< ([5b8b509](https://github.com/
|
|
292
|
+
* **console:** remove spurious debugging console.log :< ([5b8b509](https://github.com/npm/pacote/commit/5b8b509))
|
|
256
293
|
|
|
257
294
|
|
|
258
295
|
|
|
259
296
|
<a name="7.5.1"></a>
|
|
260
|
-
## [7.5.1](https://github.com/
|
|
297
|
+
## [7.5.1](https://github.com/npm/pacote/compare/v7.5.0...v7.5.1) (2018-03-01)
|
|
261
298
|
|
|
262
299
|
|
|
263
300
|
### Bug Fixes
|
|
264
301
|
|
|
265
|
-
* **tarball:** catch errors thrown from stream handler ([bdd6628](https://github.com/
|
|
302
|
+
* **tarball:** catch errors thrown from stream handler ([bdd6628](https://github.com/npm/pacote/commit/bdd6628))
|
|
266
303
|
|
|
267
304
|
|
|
268
305
|
|
|
269
306
|
<a name="7.5.0"></a>
|
|
270
|
-
# [7.5.0](https://github.com/
|
|
307
|
+
# [7.5.0](https://github.com/npm/pacote/compare/v7.4.2...v7.5.0) (2018-03-01)
|
|
271
308
|
|
|
272
309
|
|
|
273
310
|
### Features
|
|
274
311
|
|
|
275
|
-
* **logging:** let users know when file: resolved packages fail integrity check ([0fb8037](https://github.com/
|
|
312
|
+
* **logging:** let users know when file: resolved packages fail integrity check ([0fb8037](https://github.com/npm/pacote/commit/0fb8037))
|
|
276
313
|
|
|
277
314
|
|
|
278
315
|
|
|
279
316
|
<a name="7.4.2"></a>
|
|
280
|
-
## [7.4.2](https://github.com/
|
|
317
|
+
## [7.4.2](https://github.com/npm/pacote/compare/v7.4.1...v7.4.2) (2018-02-23)
|
|
281
318
|
|
|
282
319
|
|
|
283
320
|
### Bug Fixes
|
|
284
321
|
|
|
285
|
-
* **deps:** move mkdirp and rimraf to dependencies ([#140](https://github.com/
|
|
322
|
+
* **deps:** move mkdirp and rimraf to dependencies ([#140](https://github.com/npm/pacote/issues/140)) ([bba20c8](https://github.com/zkat/pacote/commit/bba20c8)), closes [#128](https://github.com/zkat/pacote/issues/128)
|
|
286
323
|
|
|
287
324
|
|
|
288
325
|
|
|
289
326
|
<a name="7.4.1"></a>
|
|
290
|
-
## [7.4.1](https://github.com/
|
|
327
|
+
## [7.4.1](https://github.com/npm/pacote/compare/v7.4.0...v7.4.1) (2018-02-23)
|
|
291
328
|
|
|
292
329
|
|
|
293
330
|
### Bug Fixes
|
|
294
331
|
|
|
295
|
-
* **tarball:** fix spurious errors from tarball.stream() ([0286ba5](https://github.com/
|
|
332
|
+
* **tarball:** fix spurious errors from tarball.stream() ([0286ba5](https://github.com/npm/pacote/commit/0286ba5))
|
|
296
333
|
|
|
297
334
|
|
|
298
335
|
|
|
299
336
|
<a name="7.4.0"></a>
|
|
300
|
-
# [7.4.0](https://github.com/
|
|
337
|
+
# [7.4.0](https://github.com/npm/pacote/compare/v7.3.3...v7.4.0) (2018-02-17)
|
|
301
338
|
|
|
302
339
|
|
|
303
340
|
### Features
|
|
304
341
|
|
|
305
|
-
* **tarball:** support file: opts.resolved shortcut ([a6cf279](https://github.com/
|
|
342
|
+
* **tarball:** support file: opts.resolved shortcut ([a6cf279](https://github.com/npm/pacote/commit/a6cf279))
|
|
306
343
|
|
|
307
344
|
|
|
308
345
|
|
|
309
346
|
<a name="7.3.3"></a>
|
|
310
|
-
## [7.3.3](https://github.com/
|
|
347
|
+
## [7.3.3](https://github.com/npm/pacote/compare/v7.3.2...v7.3.3) (2018-02-15)
|
|
311
348
|
|
|
312
349
|
|
|
313
350
|
### Bug Fixes
|
|
314
351
|
|
|
315
|
-
* **tarball:** another attempt at fixing opts.resolved ([aff3b6a](https://github.com/
|
|
352
|
+
* **tarball:** another attempt at fixing opts.resolved ([aff3b6a](https://github.com/npm/pacote/commit/aff3b6a))
|
|
316
353
|
|
|
317
354
|
|
|
318
355
|
|
|
319
356
|
<a name="7.3.2"></a>
|
|
320
|
-
## [7.3.2](https://github.com/
|
|
357
|
+
## [7.3.2](https://github.com/npm/pacote/compare/v7.3.1...v7.3.2) (2018-02-15)
|
|
321
358
|
|
|
322
359
|
|
|
323
360
|
### Bug Fixes
|
|
324
361
|
|
|
325
|
-
* **tarball:** opts.resolved impl was triggering extra registry lookups ([0a4729d](https://github.com/
|
|
362
|
+
* **tarball:** opts.resolved impl was triggering extra registry lookups ([0a4729d](https://github.com/npm/pacote/commit/0a4729d))
|
|
326
363
|
|
|
327
364
|
|
|
328
365
|
|
|
329
366
|
<a name="7.3.1"></a>
|
|
330
|
-
## [7.3.1](https://github.com/
|
|
367
|
+
## [7.3.1](https://github.com/npm/pacote/compare/v7.3.0...v7.3.1) (2018-02-14)
|
|
331
368
|
|
|
332
369
|
|
|
333
370
|
### Bug Fixes
|
|
334
371
|
|
|
335
|
-
* **tarball:** stop using mississippi.pipe() in tarball.js and extract.js ([f5c1da9](https://github.com/
|
|
372
|
+
* **tarball:** stop using mississippi.pipe() in tarball.js and extract.js ([f5c1da9](https://github.com/npm/pacote/commit/f5c1da9))
|
|
336
373
|
|
|
337
374
|
|
|
338
375
|
|
|
339
376
|
<a name="7.3.0"></a>
|
|
340
|
-
# [7.3.0](https://github.com/
|
|
377
|
+
# [7.3.0](https://github.com/npm/pacote/compare/v7.2.0...v7.3.0) (2018-02-07)
|
|
341
378
|
|
|
342
379
|
|
|
343
380
|
### Bug Fixes
|
|
344
381
|
|
|
345
|
-
* **git:** fix resolution of prerelease versions ([#130](https://github.com/
|
|
382
|
+
* **git:** fix resolution of prerelease versions ([#130](https://github.com/npm/pacote/issues/130)) ([83be46b](https://github.com/zkat/pacote/commit/83be46b)), closes [#129](https://github.com/zkat/pacote/issues/129)
|
|
346
383
|
|
|
347
384
|
|
|
348
385
|
### Features
|
|
349
386
|
|
|
350
|
-
* **extract:** append _resolved and _integrity automatically ([#134](https://github.com/
|
|
387
|
+
* **extract:** append _resolved and _integrity automatically ([#134](https://github.com/npm/pacote/issues/134)) ([6886b65](https://github.com/zkat/pacote/commit/6886b65))
|
|
351
388
|
|
|
352
389
|
|
|
353
390
|
|
|
354
391
|
<a name="7.2.0"></a>
|
|
355
|
-
# [7.2.0](https://github.com/
|
|
392
|
+
# [7.2.0](https://github.com/npm/pacote/compare/v7.1.1...v7.2.0) (2018-01-19)
|
|
356
393
|
|
|
357
394
|
|
|
358
395
|
### Features
|
|
359
396
|
|
|
360
|
-
* **resolved:** tarball shortcut when opts.resolved is provided ([46a2f58](https://github.com/
|
|
397
|
+
* **resolved:** tarball shortcut when opts.resolved is provided ([46a2f58](https://github.com/npm/pacote/commit/46a2f58))
|
|
361
398
|
|
|
362
399
|
|
|
363
400
|
|
|
364
401
|
<a name="7.1.1"></a>
|
|
365
|
-
## [7.1.1](https://github.com/
|
|
402
|
+
## [7.1.1](https://github.com/npm/pacote/compare/v7.1.0...v7.1.1) (2018-01-08)
|
|
366
403
|
|
|
367
404
|
|
|
368
405
|
### Bug Fixes
|
|
369
406
|
|
|
370
|
-
* **publish:** a spurious file was included in the previous release ([296741a](https://github.com/
|
|
407
|
+
* **publish:** a spurious file was included in the previous release ([296741a](https://github.com/npm/pacote/commit/296741a))
|
|
371
408
|
|
|
372
409
|
|
|
373
410
|
|
|
374
411
|
<a name="7.1.0"></a>
|
|
375
|
-
# [7.1.0](https://github.com/
|
|
412
|
+
# [7.1.0](https://github.com/npm/pacote/compare/v7.0.2...v7.1.0) (2018-01-07)
|
|
376
413
|
|
|
377
414
|
|
|
378
415
|
### Bug Fixes
|
|
379
416
|
|
|
380
|
-
* **security:** deep-update debug due to vulnerabilities ([ff16da7](https://github.com/
|
|
417
|
+
* **security:** deep-update debug due to vulnerabilities ([ff16da7](https://github.com/npm/pacote/commit/ff16da7))
|
|
381
418
|
|
|
382
419
|
|
|
383
420
|
### Features
|
|
384
421
|
|
|
385
|
-
* **resolved:** add opts.resolved for cache stuff ([#131](https://github.com/
|
|
422
|
+
* **resolved:** add opts.resolved for cache stuff ([#131](https://github.com/npm/pacote/issues/131)) ([149a4b5](https://github.com/zkat/pacote/commit/149a4b5))
|
|
386
423
|
|
|
387
424
|
|
|
388
425
|
|
|
389
426
|
<a name="7.0.2"></a>
|
|
390
|
-
## [7.0.2](https://github.com/
|
|
427
|
+
## [7.0.2](https://github.com/npm/pacote/compare/v7.0.1...v7.0.2) (2017-11-28)
|
|
391
428
|
|
|
392
429
|
|
|
393
430
|
### Bug Fixes
|
|
394
431
|
|
|
395
|
-
* **git:** only resolvedRefs can be shallow-cloned ([899720f](https://github.com/
|
|
432
|
+
* **git:** only resolvedRefs can be shallow-cloned ([899720f](https://github.com/npm/pacote/commit/899720f))
|
|
396
433
|
|
|
397
434
|
|
|
398
435
|
|
|
399
436
|
<a name="7.0.1"></a>
|
|
400
|
-
## [7.0.1](https://github.com/
|
|
437
|
+
## [7.0.1](https://github.com/npm/pacote/compare/v7.0.0...v7.0.1) (2017-11-15)
|
|
401
438
|
|
|
402
439
|
|
|
403
440
|
### Bug Fixes
|
|
404
441
|
|
|
405
|
-
* **git:** use resolved ref if available when doing a full clone (#125) ([46ca45a](https://github.com/
|
|
406
|
-
* **move:** bump cacache for some cross-platform move fixes ([eebdcda](https://github.com/
|
|
407
|
-
* **test:** missed a spot converting tests to promises ([c43caed](https://github.com/
|
|
442
|
+
* **git:** use resolved ref if available when doing a full clone (#125) ([46ca45a](https://github.com/npm/pacote/commit/46ca45a)), closes [#125](https://github.com/zkat/pacote/issues/125)
|
|
443
|
+
* **move:** bump cacache for some cross-platform move fixes ([eebdcda](https://github.com/npm/pacote/commit/eebdcda))
|
|
444
|
+
* **test:** missed a spot converting tests to promises ([c43caed](https://github.com/npm/pacote/commit/c43caed))
|
|
408
445
|
|
|
409
446
|
|
|
410
447
|
|
|
411
448
|
<a name="7.0.0"></a>
|
|
412
|
-
# [7.0.0](https://github.com/
|
|
449
|
+
# [7.0.0](https://github.com/npm/pacote/compare/v6.1.0...v7.0.0) (2017-11-15)
|
|
413
450
|
|
|
414
451
|
|
|
415
452
|
### Bug Fixes
|
|
416
453
|
|
|
417
|
-
* **docs:** You totally should use pacote now (#126) ([d49a9b5](https://github.com/
|
|
418
|
-
* **git:** stop generating integrity for git ([d45363b](https://github.com/
|
|
419
|
-
* **integrity:** stop defaulting to sha1 hashes ([62f8cdf](https://github.com/
|
|
420
|
-
* **license:** relicense to MIT for OSI-compat ([ba6b3e0](https://github.com/
|
|
454
|
+
* **docs:** You totally should use pacote now (#126) ([d49a9b5](https://github.com/npm/pacote/commit/d49a9b5))
|
|
455
|
+
* **git:** stop generating integrity for git ([d45363b](https://github.com/npm/pacote/commit/d45363b))
|
|
456
|
+
* **integrity:** stop defaulting to sha1 hashes ([62f8cdf](https://github.com/npm/pacote/commit/62f8cdf))
|
|
457
|
+
* **license:** relicense to MIT for OSI-compat ([ba6b3e0](https://github.com/npm/pacote/commit/ba6b3e0))
|
|
421
458
|
|
|
422
459
|
|
|
423
460
|
### Features
|
|
424
461
|
|
|
425
|
-
* **tarball:** add externall pacote.tarball() api ([e30bd49](https://github.com/
|
|
462
|
+
* **tarball:** add externall pacote.tarball() api ([e30bd49](https://github.com/npm/pacote/commit/e30bd49))
|
|
426
463
|
|
|
427
464
|
|
|
428
465
|
### prefetch
|
|
429
466
|
|
|
430
|
-
* deprecate pacote.prefetch ([e47e521](https://github.com/
|
|
467
|
+
* deprecate pacote.prefetch ([e47e521](https://github.com/npm/pacote/commit/e47e521))
|
|
431
468
|
|
|
432
469
|
|
|
433
470
|
### BREAKING CHANGES
|
|
@@ -438,75 +475,75 @@ support node@4.
|
|
|
438
475
|
|
|
439
476
|
|
|
440
477
|
<a name="6.1.0"></a>
|
|
441
|
-
# [6.1.0](https://github.com/
|
|
478
|
+
# [6.1.0](https://github.com/npm/pacote/compare/v6.0.4...v6.1.0) (2017-10-19)
|
|
442
479
|
|
|
443
480
|
|
|
444
481
|
### Bug Fixes
|
|
445
482
|
|
|
446
|
-
* **git:** use actual default git branch instead of assuming master (#122) ([79ce949](https://github.com/
|
|
447
|
-
* **npa:** ensure spec is a valid npa instance ([1757b2b](https://github.com/
|
|
483
|
+
* **git:** use actual default git branch instead of assuming master (#122) ([79ce949](https://github.com/npm/pacote/commit/79ce949))
|
|
484
|
+
* **npa:** ensure spec is a valid npa instance ([1757b2b](https://github.com/npm/pacote/commit/1757b2b))
|
|
448
485
|
|
|
449
486
|
|
|
450
487
|
### Features
|
|
451
488
|
|
|
452
|
-
* **selection:** add opts.includeDeprecated (#123) ([2001549](https://github.com/
|
|
489
|
+
* **selection:** add opts.includeDeprecated (#123) ([2001549](https://github.com/npm/pacote/commit/2001549))
|
|
453
490
|
|
|
454
491
|
|
|
455
492
|
|
|
456
493
|
<a name="6.0.4"></a>
|
|
457
|
-
## [6.0.4](https://github.com/
|
|
494
|
+
## [6.0.4](https://github.com/npm/pacote/compare/v6.0.3...v6.0.4) (2017-10-05)
|
|
458
495
|
|
|
459
496
|
|
|
460
497
|
### Bug Fixes
|
|
461
498
|
|
|
462
|
-
* **file:** include integrity hash for streamed tarballs too ([030cee7](https://github.com/
|
|
499
|
+
* **file:** include integrity hash for streamed tarballs too ([030cee7](https://github.com/npm/pacote/commit/030cee7))
|
|
463
500
|
|
|
464
501
|
|
|
465
502
|
|
|
466
503
|
<a name="6.0.3"></a>
|
|
467
|
-
## [6.0.3](https://github.com/
|
|
504
|
+
## [6.0.3](https://github.com/npm/pacote/compare/v6.0.2...v6.0.3) (2017-10-05)
|
|
468
505
|
|
|
469
506
|
|
|
470
507
|
### Bug Fixes
|
|
471
508
|
|
|
472
|
-
* **extract:** clean up mode/fmode/dmode tests ([f915045](https://github.com/
|
|
473
|
-
* **file:** make sure file tarballs are written to cache and have integrity data ([dae391a](https://github.com/
|
|
474
|
-
* **git:** version resolution regression from #115 (#119) ([9a68205](https://github.com/
|
|
509
|
+
* **extract:** clean up mode/fmode/dmode tests ([f915045](https://github.com/npm/pacote/commit/f915045))
|
|
510
|
+
* **file:** make sure file tarballs are written to cache and have integrity data ([dae391a](https://github.com/npm/pacote/commit/dae391a))
|
|
511
|
+
* **git:** version resolution regression from #115 (#119) ([9a68205](https://github.com/npm/pacote/commit/9a68205))
|
|
475
512
|
|
|
476
513
|
|
|
477
514
|
|
|
478
515
|
<a name="6.0.2"></a>
|
|
479
|
-
## [6.0.2](https://github.com/
|
|
516
|
+
## [6.0.2](https://github.com/npm/pacote/compare/v6.0.1...v6.0.2) (2017-09-06)
|
|
480
517
|
|
|
481
518
|
|
|
482
519
|
### Bug Fixes
|
|
483
520
|
|
|
484
|
-
* **extract:** preserve executable perms on extracted files ([19b3dfd](https://github.com/
|
|
521
|
+
* **extract:** preserve executable perms on extracted files ([19b3dfd](https://github.com/npm/pacote/commit/19b3dfd))
|
|
485
522
|
|
|
486
523
|
|
|
487
524
|
### Performance Improvements
|
|
488
525
|
|
|
489
|
-
* replace some calls to .match() with .starts/endsWith() (#115) ([192a02f](https://github.com/
|
|
526
|
+
* replace some calls to .match() with .starts/endsWith() (#115) ([192a02f](https://github.com/npm/pacote/commit/192a02f))
|
|
490
527
|
|
|
491
528
|
|
|
492
529
|
|
|
493
530
|
<a name="6.0.1"></a>
|
|
494
|
-
## [6.0.1](https://github.com/
|
|
531
|
+
## [6.0.1](https://github.com/npm/pacote/compare/v6.0.0...v6.0.1) (2017-08-22)
|
|
495
532
|
|
|
496
533
|
|
|
497
534
|
### Bug Fixes
|
|
498
535
|
|
|
499
|
-
* **finalize:** insist on getting a package.json ([f72ee91](https://github.com/
|
|
536
|
+
* **finalize:** insist on getting a package.json ([f72ee91](https://github.com/npm/pacote/commit/f72ee91))
|
|
500
537
|
|
|
501
538
|
|
|
502
539
|
|
|
503
540
|
<a name="6.0.0"></a>
|
|
504
|
-
# [6.0.0](https://github.com/
|
|
541
|
+
# [6.0.0](https://github.com/npm/pacote/compare/v5.0.1...v6.0.0) (2017-08-19)
|
|
505
542
|
|
|
506
543
|
|
|
507
544
|
### Bug Fixes
|
|
508
545
|
|
|
509
|
-
* **tar:** bring back the .gitignore -> .npmignore logic (#113) ([0dd518e](https://github.com/
|
|
546
|
+
* **tar:** bring back the .gitignore -> .npmignore logic (#113) ([0dd518e](https://github.com/npm/pacote/commit/0dd518e))
|
|
510
547
|
|
|
511
548
|
|
|
512
549
|
### BREAKING CHANGES
|
|
@@ -516,28 +553,28 @@ support node@4.
|
|
|
516
553
|
|
|
517
554
|
|
|
518
555
|
<a name="5.0.1"></a>
|
|
519
|
-
## [5.0.1](https://github.com/
|
|
556
|
+
## [5.0.1](https://github.com/npm/pacote/compare/v5.0.0...v5.0.1) (2017-08-17)
|
|
520
557
|
|
|
521
558
|
|
|
522
559
|
### Bug Fixes
|
|
523
560
|
|
|
524
|
-
* **tar:** chown directories on extract as well ([2fa4598](https://github.com/
|
|
561
|
+
* **tar:** chown directories on extract as well ([2fa4598](https://github.com/npm/pacote/commit/2fa4598))
|
|
525
562
|
|
|
526
563
|
|
|
527
564
|
|
|
528
565
|
<a name="5.0.0"></a>
|
|
529
|
-
# [5.0.0](https://github.com/
|
|
566
|
+
# [5.0.0](https://github.com/npm/pacote/compare/v4.0.0...v5.0.0) (2017-08-16)
|
|
530
567
|
|
|
531
568
|
|
|
532
569
|
### Bug Fixes
|
|
533
570
|
|
|
534
|
-
* **registry:** Pass maxSockets options down (#110) ([3f05b79](https://github.com/
|
|
571
|
+
* **registry:** Pass maxSockets options down (#110) ([3f05b79](https://github.com/npm/pacote/commit/3f05b79))
|
|
535
572
|
|
|
536
573
|
|
|
537
574
|
### Features
|
|
538
575
|
|
|
539
|
-
* **deps:** replace tar-fs/tar-stream with tar[@3](https://github.com/3) ([28c80a9](https://github.com/
|
|
540
|
-
* **tar:** switch to tarv3 ([53899c7](https://github.com/
|
|
576
|
+
* **deps:** replace tar-fs/tar-stream with tar[@3](https://github.com/3) ([28c80a9](https://github.com/npm/pacote/commit/28c80a9))
|
|
577
|
+
* **tar:** switch to tarv3 ([53899c7](https://github.com/npm/pacote/commit/53899c7))
|
|
541
578
|
|
|
542
579
|
|
|
543
580
|
### BREAKING CHANGES
|
|
@@ -551,12 +588,12 @@ support node@4.
|
|
|
551
588
|
|
|
552
589
|
|
|
553
590
|
<a name="4.0.0"></a>
|
|
554
|
-
# [4.0.0](https://github.com/
|
|
591
|
+
# [4.0.0](https://github.com/npm/pacote/compare/v3.0.0...v4.0.0) (2017-06-29)
|
|
555
592
|
|
|
556
593
|
|
|
557
594
|
### Bug Fixes
|
|
558
595
|
|
|
559
|
-
* **extract:** revert uid/gid change ([41852e0](https://github.com/
|
|
596
|
+
* **extract:** revert uid/gid change ([41852e0](https://github.com/npm/pacote/commit/41852e0))
|
|
560
597
|
|
|
561
598
|
|
|
562
599
|
### BREAKING CHANGES
|
|
@@ -566,12 +603,12 @@ support node@4.
|
|
|
566
603
|
|
|
567
604
|
|
|
568
605
|
<a name="3.0.0"></a>
|
|
569
|
-
# [3.0.0](https://github.com/
|
|
606
|
+
# [3.0.0](https://github.com/npm/pacote/compare/v2.7.38...v3.0.0) (2017-06-29)
|
|
570
607
|
|
|
571
608
|
|
|
572
609
|
### Bug Fixes
|
|
573
610
|
|
|
574
|
-
* **extract:** always extract as current user gid/uid ([6fc01a5](https://github.com/
|
|
611
|
+
* **extract:** always extract as current user gid/uid ([6fc01a5](https://github.com/npm/pacote/commit/6fc01a5))
|
|
575
612
|
|
|
576
613
|
|
|
577
614
|
### BREAKING CHANGES
|
|
@@ -583,655 +620,655 @@ details.
|
|
|
583
620
|
|
|
584
621
|
|
|
585
622
|
<a name="2.7.38"></a>
|
|
586
|
-
## [2.7.38](https://github.com/
|
|
623
|
+
## [2.7.38](https://github.com/npm/pacote/compare/v2.7.37...v2.7.38) (2017-06-29)
|
|
587
624
|
|
|
588
625
|
|
|
589
626
|
### Bug Fixes
|
|
590
627
|
|
|
591
|
-
* **manifest:** bump npm-pick-manifest for loose semver fix ([b3d45ef](https://github.com/
|
|
628
|
+
* **manifest:** bump npm-pick-manifest for loose semver fix ([b3d45ef](https://github.com/npm/pacote/commit/b3d45ef))
|
|
592
629
|
|
|
593
630
|
|
|
594
631
|
|
|
595
632
|
<a name="2.7.37"></a>
|
|
596
|
-
## [2.7.37](https://github.com/
|
|
633
|
+
## [2.7.37](https://github.com/npm/pacote/compare/v2.7.36...v2.7.37) (2017-06-29)
|
|
597
634
|
|
|
598
635
|
|
|
599
636
|
### Bug Fixes
|
|
600
637
|
|
|
601
|
-
* **deps:** bump deps for fixes ([f156655](https://github.com/
|
|
638
|
+
* **deps:** bump deps for fixes ([f156655](https://github.com/npm/pacote/commit/f156655))
|
|
602
639
|
|
|
603
640
|
|
|
604
641
|
|
|
605
642
|
<a name="2.7.36"></a>
|
|
606
|
-
## [2.7.36](https://github.com/
|
|
643
|
+
## [2.7.36](https://github.com/npm/pacote/compare/v2.7.35...v2.7.36) (2017-06-10)
|
|
607
644
|
|
|
608
645
|
|
|
609
646
|
### Bug Fixes
|
|
610
647
|
|
|
611
|
-
* **deps:** update tar-fs with the special characters patch (#102) ([ed43aa3](https://github.com/
|
|
648
|
+
* **deps:** update tar-fs with the special characters patch (#102) ([ed43aa3](https://github.com/npm/pacote/commit/ed43aa3))
|
|
612
649
|
|
|
613
650
|
|
|
614
651
|
|
|
615
652
|
<a name="2.7.35"></a>
|
|
616
|
-
## [2.7.35](https://github.com/
|
|
653
|
+
## [2.7.35](https://github.com/npm/pacote/compare/v2.7.34...v2.7.35) (2017-06-09)
|
|
617
654
|
|
|
618
655
|
|
|
619
656
|
### Bug Fixes
|
|
620
657
|
|
|
621
|
-
* **registry:** only print one 199 warning (#100) ([b395138](https://github.com/
|
|
658
|
+
* **registry:** only print one 199 warning (#100) ([b395138](https://github.com/npm/pacote/commit/b395138))
|
|
622
659
|
|
|
623
660
|
|
|
624
661
|
|
|
625
662
|
<a name="2.7.34"></a>
|
|
626
|
-
## [2.7.34](https://github.com/
|
|
663
|
+
## [2.7.34](https://github.com/npm/pacote/compare/v2.7.33...v2.7.34) (2017-06-09)
|
|
627
664
|
|
|
628
665
|
|
|
629
666
|
### Bug Fixes
|
|
630
667
|
|
|
631
|
-
* **git:** whitelist specific shallow-cloneable hosts ([b210cc8](https://github.com/
|
|
668
|
+
* **git:** whitelist specific shallow-cloneable hosts ([b210cc8](https://github.com/npm/pacote/commit/b210cc8))
|
|
632
669
|
|
|
633
670
|
|
|
634
671
|
|
|
635
672
|
<a name="2.7.33"></a>
|
|
636
|
-
## [2.7.33](https://github.com/
|
|
673
|
+
## [2.7.33](https://github.com/npm/pacote/compare/v2.7.32...v2.7.33) (2017-06-08)
|
|
637
674
|
|
|
638
675
|
|
|
639
676
|
### Bug Fixes
|
|
640
677
|
|
|
641
|
-
* **git:** better error reporting when ls-remote fails ([10aae8f](https://github.com/
|
|
678
|
+
* **git:** better error reporting when ls-remote fails ([10aae8f](https://github.com/npm/pacote/commit/10aae8f))
|
|
642
679
|
|
|
643
680
|
|
|
644
681
|
|
|
645
682
|
<a name="2.7.32"></a>
|
|
646
|
-
## [2.7.32](https://github.com/
|
|
683
|
+
## [2.7.32](https://github.com/npm/pacote/compare/v2.7.31...v2.7.32) (2017-06-07)
|
|
647
684
|
|
|
648
685
|
|
|
649
686
|
### Bug Fixes
|
|
650
687
|
|
|
651
|
-
* **registry:** print both 111 and 199 warnings ([2f8c201](https://github.com/
|
|
688
|
+
* **registry:** print both 111 and 199 warnings ([2f8c201](https://github.com/npm/pacote/commit/2f8c201))
|
|
652
689
|
|
|
653
690
|
|
|
654
691
|
|
|
655
692
|
<a name="2.7.31"></a>
|
|
656
|
-
## [2.7.31](https://github.com/
|
|
693
|
+
## [2.7.31](https://github.com/npm/pacote/compare/v2.7.30...v2.7.31) (2017-06-06)
|
|
657
694
|
|
|
658
695
|
|
|
659
696
|
### Bug Fixes
|
|
660
697
|
|
|
661
|
-
* **extract:** always return a bluebird promise ([06ca91d](https://github.com/
|
|
662
|
-
* **registry:** bump make-fetch-happen for local cache header issue fix ([868615c](https://github.com/
|
|
698
|
+
* **extract:** always return a bluebird promise ([06ca91d](https://github.com/npm/pacote/commit/06ca91d))
|
|
699
|
+
* **registry:** bump make-fetch-happen for local cache header issue fix ([868615c](https://github.com/npm/pacote/commit/868615c))
|
|
663
700
|
|
|
664
701
|
|
|
665
702
|
|
|
666
703
|
<a name="2.7.30"></a>
|
|
667
|
-
## [2.7.30](https://github.com/
|
|
704
|
+
## [2.7.30](https://github.com/npm/pacote/compare/v2.7.29...v2.7.30) (2017-06-05)
|
|
668
705
|
|
|
669
706
|
|
|
670
707
|
### Bug Fixes
|
|
671
708
|
|
|
672
|
-
* **ssri:** bump ssri for bugfix ([70a859c](https://github.com/
|
|
709
|
+
* **ssri:** bump ssri for bugfix ([70a859c](https://github.com/npm/pacote/commit/70a859c))
|
|
673
710
|
|
|
674
711
|
|
|
675
712
|
|
|
676
713
|
<a name="2.7.29"></a>
|
|
677
|
-
## [2.7.29](https://github.com/
|
|
714
|
+
## [2.7.29](https://github.com/npm/pacote/compare/v2.7.28...v2.7.29) (2017-06-05)
|
|
678
715
|
|
|
679
716
|
|
|
680
717
|
### Bug Fixes
|
|
681
718
|
|
|
682
|
-
* **registry:** use cert instead of certfile opt ([a45880d](https://github.com/
|
|
719
|
+
* **registry:** use cert instead of certfile opt ([a45880d](https://github.com/npm/pacote/commit/a45880d))
|
|
683
720
|
|
|
684
721
|
|
|
685
722
|
|
|
686
723
|
<a name="2.7.28"></a>
|
|
687
|
-
## [2.7.28](https://github.com/
|
|
724
|
+
## [2.7.28](https://github.com/npm/pacote/compare/v2.7.27...v2.7.28) (2017-06-05)
|
|
688
725
|
|
|
689
726
|
|
|
690
727
|
### Bug Fixes
|
|
691
728
|
|
|
692
|
-
* **git:** limit ls-remote output to heads/tags (#97) ([c1e3dcd](https://github.com/
|
|
693
|
-
* **proxy:** send certificate authority, key and other options (#95) ([c4b6128](https://github.com/
|
|
694
|
-
* **registry:** add support for global auth and _auth token (#96) ([7919fb7](https://github.com/
|
|
695
|
-
* **registry:** emit npm-session header (#98) ([9816b18](https://github.com/
|
|
729
|
+
* **git:** limit ls-remote output to heads/tags (#97) ([c1e3dcd](https://github.com/npm/pacote/commit/c1e3dcd))
|
|
730
|
+
* **proxy:** send certificate authority, key and other options (#95) ([c4b6128](https://github.com/npm/pacote/commit/c4b6128))
|
|
731
|
+
* **registry:** add support for global auth and _auth token (#96) ([7919fb7](https://github.com/npm/pacote/commit/7919fb7))
|
|
732
|
+
* **registry:** emit npm-session header (#98) ([9816b18](https://github.com/npm/pacote/commit/9816b18))
|
|
696
733
|
|
|
697
734
|
|
|
698
735
|
|
|
699
736
|
<a name="2.7.27"></a>
|
|
700
|
-
## [2.7.27](https://github.com/
|
|
737
|
+
## [2.7.27](https://github.com/npm/pacote/compare/v2.7.26...v2.7.27) (2017-06-01)
|
|
701
738
|
|
|
702
739
|
|
|
703
740
|
### Bug Fixes
|
|
704
741
|
|
|
705
|
-
* **git:** fix semver range detection. oops ([76d9233](https://github.com/
|
|
742
|
+
* **git:** fix semver range detection. oops ([76d9233](https://github.com/npm/pacote/commit/76d9233))
|
|
706
743
|
|
|
707
744
|
|
|
708
745
|
|
|
709
746
|
<a name="2.7.26"></a>
|
|
710
|
-
## [2.7.26](https://github.com/
|
|
747
|
+
## [2.7.26](https://github.com/npm/pacote/compare/v2.7.25...v2.7.26) (2017-06-01)
|
|
711
748
|
|
|
712
749
|
|
|
713
750
|
### Bug Fixes
|
|
714
751
|
|
|
715
|
-
* **git:** hash was not being replaced/appended correctly ([6fcbed5](https://github.com/
|
|
752
|
+
* **git:** hash was not being replaced/appended correctly ([6fcbed5](https://github.com/npm/pacote/commit/6fcbed5))
|
|
716
753
|
|
|
717
754
|
|
|
718
755
|
|
|
719
756
|
<a name="2.7.25"></a>
|
|
720
|
-
## [2.7.25](https://github.com/
|
|
757
|
+
## [2.7.25](https://github.com/npm/pacote/compare/v2.7.24...v2.7.25) (2017-05-31)
|
|
721
758
|
|
|
722
759
|
|
|
723
760
|
### Bug Fixes
|
|
724
761
|
|
|
725
|
-
* **git:** git deps were getting _resolved without shasums ([96f0675](https://github.com/
|
|
762
|
+
* **git:** git deps were getting _resolved without shasums ([96f0675](https://github.com/npm/pacote/commit/96f0675))
|
|
726
763
|
|
|
727
764
|
|
|
728
765
|
|
|
729
766
|
<a name="2.7.24"></a>
|
|
730
|
-
## [2.7.24](https://github.com/
|
|
767
|
+
## [2.7.24](https://github.com/npm/pacote/compare/v2.7.23...v2.7.24) (2017-05-31)
|
|
731
768
|
|
|
732
769
|
|
|
733
770
|
### Bug Fixes
|
|
734
771
|
|
|
735
|
-
* **deps:** update dep versions with new patches ([dc2e4ff](https://github.com/
|
|
772
|
+
* **deps:** update dep versions with new patches ([dc2e4ff](https://github.com/npm/pacote/commit/dc2e4ff))
|
|
736
773
|
|
|
737
774
|
|
|
738
775
|
|
|
739
776
|
<a name="2.7.23"></a>
|
|
740
|
-
## [2.7.23](https://github.com/
|
|
777
|
+
## [2.7.23](https://github.com/npm/pacote/compare/v2.7.22...v2.7.23) (2017-05-31)
|
|
741
778
|
|
|
742
779
|
|
|
743
780
|
### Bug Fixes
|
|
744
781
|
|
|
745
|
-
* **git:** fix ls-remote command and throw away ^{} junk ([62ba84d](https://github.com/
|
|
746
|
-
* **git:** use the parsed git committish from npa ([77a676a](https://github.com/
|
|
782
|
+
* **git:** fix ls-remote command and throw away ^{} junk ([62ba84d](https://github.com/npm/pacote/commit/62ba84d))
|
|
783
|
+
* **git:** use the parsed git committish from npa ([77a676a](https://github.com/npm/pacote/commit/77a676a))
|
|
747
784
|
|
|
748
785
|
|
|
749
786
|
|
|
750
787
|
<a name="2.7.22"></a>
|
|
751
|
-
## [2.7.22](https://github.com/
|
|
788
|
+
## [2.7.22](https://github.com/npm/pacote/compare/v2.7.21...v2.7.22) (2017-05-31)
|
|
752
789
|
|
|
753
790
|
|
|
754
791
|
### Bug Fixes
|
|
755
792
|
|
|
756
|
-
* **git:** accept shortened git hashes (#91) ([4466388](https://github.com/
|
|
793
|
+
* **git:** accept shortened git hashes (#91) ([4466388](https://github.com/npm/pacote/commit/4466388))
|
|
757
794
|
|
|
758
795
|
|
|
759
796
|
|
|
760
797
|
<a name="2.7.21"></a>
|
|
761
|
-
## [2.7.21](https://github.com/
|
|
798
|
+
## [2.7.21](https://github.com/npm/pacote/compare/v2.7.20...v2.7.21) (2017-05-25)
|
|
762
799
|
|
|
763
800
|
|
|
764
801
|
### Bug Fixes
|
|
765
802
|
|
|
766
|
-
* **registry:** stop URIEncoding username/password ([011c9a2](https://github.com/
|
|
803
|
+
* **registry:** stop URIEncoding username/password ([011c9a2](https://github.com/npm/pacote/commit/011c9a2))
|
|
767
804
|
|
|
768
805
|
|
|
769
806
|
|
|
770
807
|
<a name="2.7.20"></a>
|
|
771
|
-
## [2.7.20](https://github.com/
|
|
808
|
+
## [2.7.20](https://github.com/npm/pacote/compare/v2.7.19...v2.7.20) (2017-05-25)
|
|
772
809
|
|
|
773
810
|
|
|
774
811
|
### Bug Fixes
|
|
775
812
|
|
|
776
|
-
* **registry:** encode username and password for auth ([c48b651](https://github.com/
|
|
813
|
+
* **registry:** encode username and password for auth ([c48b651](https://github.com/npm/pacote/commit/c48b651))
|
|
777
814
|
|
|
778
815
|
|
|
779
816
|
|
|
780
817
|
<a name="2.7.19"></a>
|
|
781
|
-
## [2.7.19](https://github.com/
|
|
818
|
+
## [2.7.19](https://github.com/npm/pacote/compare/v2.7.18...v2.7.19) (2017-05-25)
|
|
782
819
|
|
|
783
820
|
|
|
784
821
|
### Bug Fixes
|
|
785
822
|
|
|
786
|
-
* **registry:** respect alwaysAuth ([150788a](https://github.com/
|
|
823
|
+
* **registry:** respect alwaysAuth ([150788a](https://github.com/npm/pacote/commit/150788a))
|
|
787
824
|
|
|
788
825
|
|
|
789
826
|
|
|
790
827
|
<a name="2.7.18"></a>
|
|
791
|
-
## [2.7.18](https://github.com/
|
|
828
|
+
## [2.7.18](https://github.com/npm/pacote/compare/v2.7.17...v2.7.18) (2017-05-25)
|
|
792
829
|
|
|
793
830
|
|
|
794
831
|
### Bug Fixes
|
|
795
832
|
|
|
796
|
-
* **cache:** pass uid/gid settings through to mfh ([d8845df](https://github.com/
|
|
797
|
-
* **deps:** update m-f-h for cache opts fix ([faab6cd](https://github.com/
|
|
833
|
+
* **cache:** pass uid/gid settings through to mfh ([d8845df](https://github.com/npm/pacote/commit/d8845df))
|
|
834
|
+
* **deps:** update m-f-h for cache opts fix ([faab6cd](https://github.com/npm/pacote/commit/faab6cd))
|
|
798
835
|
|
|
799
836
|
|
|
800
837
|
|
|
801
838
|
<a name="2.7.17"></a>
|
|
802
|
-
## [2.7.17](https://github.com/
|
|
839
|
+
## [2.7.17](https://github.com/npm/pacote/compare/v2.7.16...v2.7.17) (2017-05-25)
|
|
803
840
|
|
|
804
841
|
|
|
805
842
|
### Bug Fixes
|
|
806
843
|
|
|
807
|
-
* **deps:** bump cacache ([34bd656](https://github.com/
|
|
844
|
+
* **deps:** bump cacache ([34bd656](https://github.com/npm/pacote/commit/34bd656))
|
|
808
845
|
|
|
809
846
|
|
|
810
847
|
|
|
811
848
|
<a name="2.7.16"></a>
|
|
812
|
-
## [2.7.16](https://github.com/
|
|
849
|
+
## [2.7.16](https://github.com/npm/pacote/compare/v2.7.15...v2.7.16) (2017-05-24)
|
|
813
850
|
|
|
814
851
|
|
|
815
852
|
### Bug Fixes
|
|
816
853
|
|
|
817
|
-
* **deps:** pull in various fixes from deps ([4354703](https://github.com/
|
|
854
|
+
* **deps:** pull in various fixes from deps ([4354703](https://github.com/npm/pacote/commit/4354703))
|
|
818
855
|
|
|
819
856
|
|
|
820
857
|
|
|
821
858
|
<a name="2.7.15"></a>
|
|
822
|
-
## [2.7.15](https://github.com/
|
|
859
|
+
## [2.7.15](https://github.com/npm/pacote/compare/v2.7.14...v2.7.15) (2017-05-24)
|
|
823
860
|
|
|
824
861
|
|
|
825
862
|
### Bug Fixes
|
|
826
863
|
|
|
827
|
-
* **proxy:** bump m-f-h with more patches ([26d4170](https://github.com/
|
|
864
|
+
* **proxy:** bump m-f-h with more patches ([26d4170](https://github.com/npm/pacote/commit/26d4170))
|
|
828
865
|
|
|
829
866
|
|
|
830
867
|
|
|
831
868
|
<a name="2.7.14"></a>
|
|
832
|
-
## [2.7.14](https://github.com/
|
|
869
|
+
## [2.7.14](https://github.com/npm/pacote/compare/v2.7.13...v2.7.14) (2017-05-24)
|
|
833
870
|
|
|
834
871
|
|
|
835
872
|
### Bug Fixes
|
|
836
873
|
|
|
837
|
-
* **proxy:** pull in new m-f-h with fixed http proxies ([d6a14e0](https://github.com/
|
|
874
|
+
* **proxy:** pull in new m-f-h with fixed http proxies ([d6a14e0](https://github.com/npm/pacote/commit/d6a14e0))
|
|
838
875
|
|
|
839
876
|
|
|
840
877
|
|
|
841
878
|
<a name="2.7.13"></a>
|
|
842
|
-
## [2.7.13](https://github.com/
|
|
879
|
+
## [2.7.13](https://github.com/npm/pacote/compare/v2.7.12...v2.7.13) (2017-05-23)
|
|
843
880
|
|
|
844
881
|
|
|
845
882
|
### Bug Fixes
|
|
846
883
|
|
|
847
|
-
* **deps:** bump dep versions to fix http redirect issues ([b23a9fa](https://github.com/
|
|
884
|
+
* **deps:** bump dep versions to fix http redirect issues ([b23a9fa](https://github.com/npm/pacote/commit/b23a9fa))
|
|
848
885
|
|
|
849
886
|
|
|
850
887
|
|
|
851
888
|
<a name="2.7.12"></a>
|
|
852
|
-
## [2.7.12](https://github.com/
|
|
889
|
+
## [2.7.12](https://github.com/npm/pacote/compare/v2.7.11...v2.7.12) (2017-05-16)
|
|
853
890
|
|
|
854
891
|
|
|
855
892
|
### Bug Fixes
|
|
856
893
|
|
|
857
|
-
* **fetch:** fix default userAgent ([4b9d344](https://github.com/
|
|
858
|
-
* **registry:** log failed requests too ([0f23f06](https://github.com/
|
|
859
|
-
* **remote:** send a useful pkg id header for remote tarballs ([ac13356](https://github.com/
|
|
894
|
+
* **fetch:** fix default userAgent ([4b9d344](https://github.com/npm/pacote/commit/4b9d344))
|
|
895
|
+
* **registry:** log failed requests too ([0f23f06](https://github.com/npm/pacote/commit/0f23f06))
|
|
896
|
+
* **remote:** send a useful pkg id header for remote tarballs ([ac13356](https://github.com/npm/pacote/commit/ac13356))
|
|
860
897
|
|
|
861
898
|
|
|
862
899
|
|
|
863
900
|
<a name="2.7.11"></a>
|
|
864
|
-
## [2.7.11](https://github.com/
|
|
901
|
+
## [2.7.11](https://github.com/npm/pacote/compare/v2.7.10...v2.7.11) (2017-05-12)
|
|
865
902
|
|
|
866
903
|
|
|
867
904
|
### Bug Fixes
|
|
868
905
|
|
|
869
|
-
* **fetch:** make it play nicer with bundlers ([67cd713](https://github.com/
|
|
906
|
+
* **fetch:** make it play nicer with bundlers ([67cd713](https://github.com/npm/pacote/commit/67cd713))
|
|
870
907
|
|
|
871
908
|
|
|
872
909
|
|
|
873
910
|
<a name="2.7.10"></a>
|
|
874
|
-
## [2.7.10](https://github.com/
|
|
911
|
+
## [2.7.10](https://github.com/npm/pacote/compare/v2.7.9...v2.7.10) (2017-05-12)
|
|
875
912
|
|
|
876
913
|
|
|
877
914
|
### Bug Fixes
|
|
878
915
|
|
|
879
|
-
* **logging:** shhhhhhh ([e7ea56e](https://github.com/
|
|
880
|
-
* **manifest:** _resolved is the only main field we do not overwrite ([4c12421](https://github.com/
|
|
916
|
+
* **logging:** shhhhhhh ([e7ea56e](https://github.com/npm/pacote/commit/e7ea56e))
|
|
917
|
+
* **manifest:** _resolved is the only main field we do not overwrite ([4c12421](https://github.com/npm/pacote/commit/4c12421))
|
|
881
918
|
|
|
882
919
|
|
|
883
920
|
|
|
884
921
|
<a name="2.7.9"></a>
|
|
885
|
-
## [2.7.9](https://github.com/
|
|
922
|
+
## [2.7.9](https://github.com/npm/pacote/compare/v2.7.8...v2.7.9) (2017-05-09)
|
|
886
923
|
|
|
887
924
|
|
|
888
925
|
### Bug Fixes
|
|
889
926
|
|
|
890
|
-
* **git:** Resolve to ref git specs w/o committishes (#88) ([cb885f5](https://github.com/
|
|
927
|
+
* **git:** Resolve to ref git specs w/o committishes (#88) ([cb885f5](https://github.com/npm/pacote/commit/cb885f5)), closes [#88](https://github.com/zkat/pacote/issues/88)
|
|
891
928
|
|
|
892
929
|
|
|
893
930
|
|
|
894
931
|
<a name="2.7.8"></a>
|
|
895
|
-
## [2.7.8](https://github.com/
|
|
932
|
+
## [2.7.8](https://github.com/npm/pacote/compare/v2.7.7...v2.7.8) (2017-05-07)
|
|
896
933
|
|
|
897
934
|
|
|
898
935
|
### Bug Fixes
|
|
899
936
|
|
|
900
|
-
* **git:** integrity hash was not always emitted ([97ed9e1](https://github.com/
|
|
937
|
+
* **git:** integrity hash was not always emitted ([97ed9e1](https://github.com/npm/pacote/commit/97ed9e1))
|
|
901
938
|
|
|
902
939
|
|
|
903
940
|
|
|
904
941
|
<a name="2.7.7"></a>
|
|
905
|
-
## [2.7.7](https://github.com/
|
|
942
|
+
## [2.7.7](https://github.com/npm/pacote/compare/v2.7.6...v2.7.7) (2017-05-06)
|
|
906
943
|
|
|
907
944
|
|
|
908
945
|
### Bug Fixes
|
|
909
946
|
|
|
910
|
-
* **auth:** redirects no longer send auth to different host ([82e78c5](https://github.com/
|
|
947
|
+
* **auth:** redirects no longer send auth to different host ([82e78c5](https://github.com/npm/pacote/commit/82e78c5))
|
|
911
948
|
|
|
912
949
|
|
|
913
950
|
|
|
914
951
|
<a name="2.7.6"></a>
|
|
915
|
-
## [2.7.6](https://github.com/
|
|
952
|
+
## [2.7.6](https://github.com/npm/pacote/compare/v2.7.5...v2.7.6) (2017-05-05)
|
|
916
953
|
|
|
917
954
|
|
|
918
955
|
### Bug Fixes
|
|
919
956
|
|
|
920
|
-
* **git:** only use longpaths on win32 because old gits ([32846fc](https://github.com/
|
|
957
|
+
* **git:** only use longpaths on win32 because old gits ([32846fc](https://github.com/npm/pacote/commit/32846fc))
|
|
921
958
|
|
|
922
959
|
|
|
923
960
|
|
|
924
961
|
<a name="2.7.5"></a>
|
|
925
|
-
## [2.7.5](https://github.com/
|
|
962
|
+
## [2.7.5](https://github.com/npm/pacote/compare/v2.7.4...v2.7.5) (2017-05-04)
|
|
926
963
|
|
|
927
964
|
|
|
928
965
|
### Bug Fixes
|
|
929
966
|
|
|
930
|
-
* **registry-key:** Use pathname instead of path in registryKey (#85) ([5339831](https://github.com/
|
|
967
|
+
* **registry-key:** Use pathname instead of path in registryKey (#85) ([5339831](https://github.com/npm/pacote/commit/5339831))
|
|
931
968
|
|
|
932
969
|
|
|
933
970
|
|
|
934
971
|
<a name="2.7.4"></a>
|
|
935
|
-
## [2.7.4](https://github.com/
|
|
972
|
+
## [2.7.4](https://github.com/npm/pacote/compare/v2.7.3...v2.7.4) (2017-05-04)
|
|
936
973
|
|
|
937
974
|
|
|
938
975
|
### Bug Fixes
|
|
939
976
|
|
|
940
|
-
* **pick-manifest:** fix =1.2.3 semver range requests ([dd6911c](https://github.com/
|
|
977
|
+
* **pick-manifest:** fix =1.2.3 semver range requests ([dd6911c](https://github.com/npm/pacote/commit/dd6911c))
|
|
941
978
|
|
|
942
979
|
|
|
943
980
|
|
|
944
981
|
<a name="2.7.3"></a>
|
|
945
|
-
## [2.7.3](https://github.com/
|
|
982
|
+
## [2.7.3](https://github.com/npm/pacote/compare/v2.7.2...v2.7.3) (2017-05-04)
|
|
946
983
|
|
|
947
984
|
|
|
948
985
|
### Bug Fixes
|
|
949
986
|
|
|
950
|
-
* **pick-manifest:** spaces in requested version are now trimmed out ([6422b28](https://github.com/
|
|
987
|
+
* **pick-manifest:** spaces in requested version are now trimmed out ([6422b28](https://github.com/npm/pacote/commit/6422b28))
|
|
951
988
|
|
|
952
989
|
|
|
953
990
|
|
|
954
991
|
<a name="2.7.2"></a>
|
|
955
|
-
## [2.7.2](https://github.com/
|
|
992
|
+
## [2.7.2](https://github.com/npm/pacote/compare/v2.7.1...v2.7.2) (2017-05-04)
|
|
956
993
|
|
|
957
994
|
|
|
958
995
|
### Bug Fixes
|
|
959
996
|
|
|
960
|
-
* **extract:** missing or corrupted content properly re-fetched again ([46f60c2](https://github.com/
|
|
997
|
+
* **extract:** missing or corrupted content properly re-fetched again ([46f60c2](https://github.com/npm/pacote/commit/46f60c2))
|
|
961
998
|
|
|
962
999
|
|
|
963
1000
|
|
|
964
1001
|
<a name="2.7.1"></a>
|
|
965
|
-
## [2.7.1](https://github.com/
|
|
1002
|
+
## [2.7.1](https://github.com/npm/pacote/compare/v2.7.0...v2.7.1) (2017-05-01)
|
|
966
1003
|
|
|
967
1004
|
|
|
968
1005
|
### Bug Fixes
|
|
969
1006
|
|
|
970
|
-
* **logging:** log specs correctly on extract ([4b5bab0](https://github.com/
|
|
971
|
-
* **manifest:** obey opts.preferOnline when fetching from memoized ([26928a7](https://github.com/
|
|
1007
|
+
* **logging:** log specs correctly on extract ([4b5bab0](https://github.com/npm/pacote/commit/4b5bab0))
|
|
1008
|
+
* **manifest:** obey opts.preferOnline when fetching from memoized ([26928a7](https://github.com/npm/pacote/commit/26928a7))
|
|
972
1009
|
|
|
973
1010
|
|
|
974
1011
|
|
|
975
1012
|
<a name="2.7.0"></a>
|
|
976
|
-
# [2.7.0](https://github.com/
|
|
1013
|
+
# [2.7.0](https://github.com/npm/pacote/compare/v2.6.0...v2.7.0) (2017-04-29)
|
|
977
1014
|
|
|
978
1015
|
|
|
979
1016
|
### Bug Fixes
|
|
980
1017
|
|
|
981
|
-
* **registry:** stop using integrity hashes for metadata. again. ([4595ab2](https://github.com/
|
|
1018
|
+
* **registry:** stop using integrity hashes for metadata. again. ([4595ab2](https://github.com/npm/pacote/commit/4595ab2))
|
|
982
1019
|
|
|
983
1020
|
|
|
984
1021
|
### Features
|
|
985
1022
|
|
|
986
|
-
* **manifest:** include _shasum for legacy compat ([b3a7eed](https://github.com/
|
|
1023
|
+
* **manifest:** include _shasum for legacy compat ([b3a7eed](https://github.com/npm/pacote/commit/b3a7eed))
|
|
987
1024
|
|
|
988
1025
|
|
|
989
1026
|
|
|
990
1027
|
<a name="2.6.0"></a>
|
|
991
|
-
# [2.6.0](https://github.com/
|
|
1028
|
+
# [2.6.0](https://github.com/npm/pacote/compare/v2.5.0...v2.6.0) (2017-04-29)
|
|
992
1029
|
|
|
993
1030
|
|
|
994
1031
|
### Features
|
|
995
1032
|
|
|
996
|
-
* **manifest:** annotate manifests with _from ([e45e968](https://github.com/
|
|
1033
|
+
* **manifest:** annotate manifests with _from ([e45e968](https://github.com/npm/pacote/commit/e45e968))
|
|
997
1034
|
|
|
998
1035
|
|
|
999
1036
|
|
|
1000
1037
|
<a name="2.5.0"></a>
|
|
1001
|
-
# [2.5.0](https://github.com/
|
|
1038
|
+
# [2.5.0](https://github.com/npm/pacote/compare/v2.4.0...v2.5.0) (2017-04-28)
|
|
1002
1039
|
|
|
1003
1040
|
|
|
1004
1041
|
### Bug Fixes
|
|
1005
1042
|
|
|
1006
|
-
* **registry:** JSON text is not a valid header value ([78951ea](https://github.com/
|
|
1043
|
+
* **registry:** JSON text is not a valid header value ([78951ea](https://github.com/npm/pacote/commit/78951ea))
|
|
1007
1044
|
|
|
1008
1045
|
|
|
1009
1046
|
### Features
|
|
1010
1047
|
|
|
1011
|
-
* **memoization:** allow injection and control of memoizers ([d8a2be7](https://github.com/
|
|
1048
|
+
* **memoization:** allow injection and control of memoizers ([d8a2be7](https://github.com/npm/pacote/commit/d8a2be7))
|
|
1012
1049
|
|
|
1013
1050
|
|
|
1014
1051
|
|
|
1015
1052
|
<a name="2.4.0"></a>
|
|
1016
|
-
# [2.4.0](https://github.com/
|
|
1053
|
+
# [2.4.0](https://github.com/npm/pacote/compare/v2.3.2...v2.4.0) (2017-04-27)
|
|
1017
1054
|
|
|
1018
1055
|
|
|
1019
1056
|
### Bug Fixes
|
|
1020
1057
|
|
|
1021
|
-
* **tests:** nicer error message on registry 404 ([e8e71c8](https://github.com/
|
|
1058
|
+
* **tests:** nicer error message on registry 404 ([e8e71c8](https://github.com/npm/pacote/commit/e8e71c8))
|
|
1022
1059
|
|
|
1023
1060
|
|
|
1024
1061
|
### Features
|
|
1025
1062
|
|
|
1026
|
-
* **auth:** added basic auth and always-auth support ([548aeb5](https://github.com/
|
|
1027
|
-
* **proxy:** proxy support for registry and remote deps ([3766bbb](https://github.com/
|
|
1063
|
+
* **auth:** added basic auth and always-auth support ([548aeb5](https://github.com/npm/pacote/commit/548aeb5))
|
|
1064
|
+
* **proxy:** proxy support for registry and remote deps ([3766bbb](https://github.com/npm/pacote/commit/3766bbb))
|
|
1028
1065
|
|
|
1029
1066
|
|
|
1030
1067
|
|
|
1031
1068
|
<a name="2.3.2"></a>
|
|
1032
|
-
## [2.3.2](https://github.com/
|
|
1069
|
+
## [2.3.2](https://github.com/npm/pacote/compare/v2.3.1...v2.3.2) (2017-04-26)
|
|
1033
1070
|
|
|
1034
1071
|
|
|
1035
1072
|
### Bug Fixes
|
|
1036
1073
|
|
|
1037
|
-
* **deps:** reduce deps size with m-f-h upgrade ([ba75461](https://github.com/
|
|
1074
|
+
* **deps:** reduce deps size with m-f-h upgrade ([ba75461](https://github.com/npm/pacote/commit/ba75461))
|
|
1038
1075
|
|
|
1039
1076
|
|
|
1040
1077
|
|
|
1041
1078
|
<a name="2.3.1"></a>
|
|
1042
|
-
## [2.3.1](https://github.com/
|
|
1079
|
+
## [2.3.1](https://github.com/npm/pacote/compare/v2.3.0...v2.3.1) (2017-04-26)
|
|
1043
1080
|
|
|
1044
1081
|
|
|
1045
1082
|
### Bug Fixes
|
|
1046
1083
|
|
|
1047
|
-
* **git:** another attempt at fixing EPERM b.s. ([e445bef](https://github.com/
|
|
1084
|
+
* **git:** another attempt at fixing EPERM b.s. ([e445bef](https://github.com/npm/pacote/commit/e445bef))
|
|
1048
1085
|
|
|
1049
1086
|
|
|
1050
1087
|
|
|
1051
1088
|
<a name="2.3.0"></a>
|
|
1052
|
-
# [2.3.0](https://github.com/
|
|
1089
|
+
# [2.3.0](https://github.com/npm/pacote/compare/v2.2.2...v2.3.0) (2017-04-26)
|
|
1053
1090
|
|
|
1054
1091
|
|
|
1055
1092
|
### Bug Fixes
|
|
1056
1093
|
|
|
1057
|
-
* **git:** had ENOTSUP error on windows ([ee17c35](https://github.com/
|
|
1058
|
-
* **memoization:** actually memoize package metadata ([e2078c0](https://github.com/
|
|
1094
|
+
* **git:** had ENOTSUP error on windows ([ee17c35](https://github.com/npm/pacote/commit/ee17c35))
|
|
1095
|
+
* **memoization:** actually memoize package metadata ([e2078c0](https://github.com/npm/pacote/commit/e2078c0))
|
|
1059
1096
|
|
|
1060
1097
|
|
|
1061
1098
|
### Features
|
|
1062
1099
|
|
|
1063
|
-
* **memoization:** better packument memoization + pacote.clearMemoized() ([eb1bd4f](https://github.com/
|
|
1100
|
+
* **memoization:** better packument memoization + pacote.clearMemoized() ([eb1bd4f](https://github.com/npm/pacote/commit/eb1bd4f))
|
|
1064
1101
|
|
|
1065
1102
|
|
|
1066
1103
|
|
|
1067
1104
|
<a name="2.2.2"></a>
|
|
1068
|
-
## [2.2.2](https://github.com/
|
|
1105
|
+
## [2.2.2](https://github.com/npm/pacote/compare/v2.2.1...v2.2.2) (2017-04-24)
|
|
1069
1106
|
|
|
1070
1107
|
|
|
1071
1108
|
### Bug Fixes
|
|
1072
1109
|
|
|
1073
|
-
* **prefetch:** pull in new cacache + fix prefetch hasContent call ([9f476b8](https://github.com/
|
|
1110
|
+
* **prefetch:** pull in new cacache + fix prefetch hasContent call ([9f476b8](https://github.com/npm/pacote/commit/9f476b8))
|
|
1074
1111
|
|
|
1075
1112
|
|
|
1076
1113
|
|
|
1077
1114
|
<a name="2.2.1"></a>
|
|
1078
|
-
## [2.2.1](https://github.com/
|
|
1115
|
+
## [2.2.1](https://github.com/npm/pacote/compare/v2.2.0...v2.2.1) (2017-04-23)
|
|
1079
1116
|
|
|
1080
1117
|
|
|
1081
1118
|
### Bug Fixes
|
|
1082
1119
|
|
|
1083
|
-
* **finalize:** pass on engines/cpu/os ([0a73c78](https://github.com/
|
|
1120
|
+
* **finalize:** pass on engines/cpu/os ([0a73c78](https://github.com/npm/pacote/commit/0a73c78))
|
|
1084
1121
|
|
|
1085
1122
|
|
|
1086
1123
|
|
|
1087
1124
|
<a name="2.2.0"></a>
|
|
1088
|
-
# [2.2.0](https://github.com/
|
|
1125
|
+
# [2.2.0](https://github.com/npm/pacote/compare/v2.1.2...v2.2.0) (2017-04-22)
|
|
1089
1126
|
|
|
1090
1127
|
|
|
1091
1128
|
### Bug Fixes
|
|
1092
1129
|
|
|
1093
|
-
* **git:** fix shortcut fallback order again ([5759d40](https://github.com/
|
|
1094
|
-
* **registry:** fix infinite manifetch loop ([6c6a62b](https://github.com/
|
|
1130
|
+
* **git:** fix shortcut fallback order again ([5759d40](https://github.com/npm/pacote/commit/5759d40))
|
|
1131
|
+
* **registry:** fix infinite manifetch loop ([6c6a62b](https://github.com/npm/pacote/commit/6c6a62b))
|
|
1095
1132
|
|
|
1096
1133
|
|
|
1097
1134
|
### Features
|
|
1098
1135
|
|
|
1099
|
-
* **manifest:** opts.fullMetadata to get unfiltered manifests ([ff2945b](https://github.com/
|
|
1136
|
+
* **manifest:** opts.fullMetadata to get unfiltered manifests ([ff2945b](https://github.com/npm/pacote/commit/ff2945b))
|
|
1100
1137
|
|
|
1101
1138
|
|
|
1102
1139
|
|
|
1103
1140
|
<a name="2.1.2"></a>
|
|
1104
|
-
## [2.1.2](https://github.com/
|
|
1141
|
+
## [2.1.2](https://github.com/npm/pacote/compare/v2.1.1...v2.1.2) (2017-04-20)
|
|
1105
1142
|
|
|
1106
1143
|
|
|
1107
1144
|
|
|
1108
1145
|
<a name="2.1.1"></a>
|
|
1109
|
-
## [2.1.1](https://github.com/
|
|
1146
|
+
## [2.1.1](https://github.com/npm/pacote/compare/v2.1.0...v2.1.1) (2017-04-19)
|
|
1110
1147
|
|
|
1111
1148
|
|
|
1112
1149
|
### Bug Fixes
|
|
1113
1150
|
|
|
1114
|
-
* **git:** use sshurl instead of ssh for ssh clones ([ff20803](https://github.com/
|
|
1115
|
-
* **notice:** only log npm-notice if the packument came from network ([eeeb411](https://github.com/
|
|
1116
|
-
* **registry:** improve 404 error messages ([6a5cbdb](https://github.com/
|
|
1151
|
+
* **git:** use sshurl instead of ssh for ssh clones ([ff20803](https://github.com/npm/pacote/commit/ff20803))
|
|
1152
|
+
* **notice:** only log npm-notice if the packument came from network ([eeeb411](https://github.com/npm/pacote/commit/eeeb411))
|
|
1153
|
+
* **registry:** improve 404 error messages ([6a5cbdb](https://github.com/npm/pacote/commit/6a5cbdb))
|
|
1117
1154
|
|
|
1118
1155
|
|
|
1119
1156
|
|
|
1120
1157
|
<a name="2.1.0"></a>
|
|
1121
|
-
# [2.1.0](https://github.com/
|
|
1158
|
+
# [2.1.0](https://github.com/npm/pacote/compare/v2.0.5...v2.1.0) (2017-04-18)
|
|
1122
1159
|
|
|
1123
1160
|
|
|
1124
1161
|
### Bug Fixes
|
|
1125
1162
|
|
|
1126
|
-
* **cache:** bump deps for cache fixes ([9596434](https://github.com/
|
|
1163
|
+
* **cache:** bump deps for cache fixes ([9596434](https://github.com/npm/pacote/commit/9596434))
|
|
1127
1164
|
|
|
1128
1165
|
|
|
1129
1166
|
### Features
|
|
1130
1167
|
|
|
1131
|
-
* **warn:** http warning headers now logged ([f22ce1d](https://github.com/
|
|
1168
|
+
* **warn:** http warning headers now logged ([f22ce1d](https://github.com/npm/pacote/commit/f22ce1d))
|
|
1132
1169
|
|
|
1133
1170
|
|
|
1134
1171
|
|
|
1135
1172
|
<a name="2.0.5"></a>
|
|
1136
|
-
## [2.0.5](https://github.com/
|
|
1173
|
+
## [2.0.5](https://github.com/npm/pacote/compare/v2.0.4...v2.0.5) (2017-04-18)
|
|
1137
1174
|
|
|
1138
1175
|
|
|
1139
1176
|
### Bug Fixes
|
|
1140
1177
|
|
|
1141
|
-
* **file:** oops, the type for these is file ([e7a3d35](https://github.com/
|
|
1178
|
+
* **file:** oops, the type for these is file ([e7a3d35](https://github.com/npm/pacote/commit/e7a3d35))
|
|
1142
1179
|
|
|
1143
1180
|
|
|
1144
1181
|
|
|
1145
1182
|
<a name="2.0.4"></a>
|
|
1146
|
-
## [2.0.4](https://github.com/
|
|
1183
|
+
## [2.0.4](https://github.com/npm/pacote/compare/v2.0.3...v2.0.4) (2017-04-18)
|
|
1147
1184
|
|
|
1148
1185
|
|
|
1149
1186
|
### Bug Fixes
|
|
1150
1187
|
|
|
1151
|
-
* **deps:** remove normalize-git-url ([12d464a](https://github.com/
|
|
1152
|
-
* **git:** Correctly read in the HEAD ref after cloning ([dbe1b15](https://github.com/
|
|
1153
|
-
* **git:** The full clone path doesn't have _resolved set ([ddce561](https://github.com/
|
|
1154
|
-
* **manifest:** no _from ever ([15087c4](https://github.com/
|
|
1188
|
+
* **deps:** remove normalize-git-url ([12d464a](https://github.com/npm/pacote/commit/12d464a))
|
|
1189
|
+
* **git:** Correctly read in the HEAD ref after cloning ([dbe1b15](https://github.com/npm/pacote/commit/dbe1b15))
|
|
1190
|
+
* **git:** The full clone path doesn't have _resolved set ([ddce561](https://github.com/npm/pacote/commit/ddce561))
|
|
1191
|
+
* **manifest:** no _from ever ([15087c4](https://github.com/npm/pacote/commit/15087c4))
|
|
1155
1192
|
|
|
1156
1193
|
|
|
1157
1194
|
|
|
1158
1195
|
<a name="2.0.3"></a>
|
|
1159
|
-
## [2.0.3](https://github.com/
|
|
1196
|
+
## [2.0.3](https://github.com/npm/pacote/compare/v2.0.2...v2.0.3) (2017-04-15)
|
|
1160
1197
|
|
|
1161
1198
|
|
|
1162
1199
|
### Bug Fixes
|
|
1163
1200
|
|
|
1164
|
-
* **manifest:** meh just shove _from in there ([4396f09](https://github.com/
|
|
1165
|
-
* **registry:** include CI header ([86ad911](https://github.com/
|
|
1166
|
-
* **registry:** include npm-scope header ([574cd93](https://github.com/
|
|
1167
|
-
* **registry:** make sure to send referer header ([2d3aaac](https://github.com/
|
|
1201
|
+
* **manifest:** meh just shove _from in there ([4396f09](https://github.com/npm/pacote/commit/4396f09))
|
|
1202
|
+
* **registry:** include CI header ([86ad911](https://github.com/npm/pacote/commit/86ad911))
|
|
1203
|
+
* **registry:** include npm-scope header ([574cd93](https://github.com/npm/pacote/commit/574cd93))
|
|
1204
|
+
* **registry:** make sure to send referer header ([2d3aaac](https://github.com/npm/pacote/commit/2d3aaac))
|
|
1168
1205
|
|
|
1169
1206
|
|
|
1170
1207
|
|
|
1171
1208
|
<a name="2.0.2"></a>
|
|
1172
|
-
## [2.0.2](https://github.com/
|
|
1209
|
+
## [2.0.2](https://github.com/npm/pacote/compare/v2.0.1...v2.0.2) (2017-04-15)
|
|
1173
1210
|
|
|
1174
1211
|
|
|
1175
1212
|
### Bug Fixes
|
|
1176
1213
|
|
|
1177
|
-
* **directory:** fix default pack-dir and write a test for it ([9d9266f](https://github.com/
|
|
1178
|
-
* **extract:** brainfart with extractByManifest fixed. lol. ([a1367fb](https://github.com/
|
|
1214
|
+
* **directory:** fix default pack-dir and write a test for it ([9d9266f](https://github.com/npm/pacote/commit/9d9266f))
|
|
1215
|
+
* **extract:** brainfart with extractByManifest fixed. lol. ([a1367fb](https://github.com/npm/pacote/commit/a1367fb))
|
|
1179
1216
|
|
|
1180
1217
|
|
|
1181
1218
|
|
|
1182
1219
|
<a name="2.0.1"></a>
|
|
1183
|
-
## [2.0.1](https://github.com/
|
|
1220
|
+
## [2.0.1](https://github.com/npm/pacote/compare/v2.0.0...v2.0.1) (2017-04-15)
|
|
1184
1221
|
|
|
1185
1222
|
|
|
1186
1223
|
### Bug Fixes
|
|
1187
1224
|
|
|
1188
|
-
* **tarball:** missed the local->tarball rename ([ac42dc4](https://github.com/
|
|
1225
|
+
* **tarball:** missed the local->tarball rename ([ac42dc4](https://github.com/npm/pacote/commit/ac42dc4))
|
|
1189
1226
|
|
|
1190
1227
|
|
|
1191
1228
|
|
|
1192
1229
|
<a name="2.0.0"></a>
|
|
1193
|
-
# [2.0.0](https://github.com/
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
### Bug Fixes
|
|
1197
|
-
|
|
1198
|
-
* **api:** use npa[@5](https://github.com/5) for spec parsing (#78) ([3f56298](https://github.com/
|
|
1199
|
-
* **deprecated:** remove underscore from manifest._deprecated ([9f4af93](https://github.com/
|
|
1200
|
-
* **directory:** add _resolved to directory manifests ([1d305db](https://github.com/
|
|
1201
|
-
* **directory:** return null instead of throwing ([d35630d](https://github.com/
|
|
1202
|
-
* **finalize:** don't try to cache manifests we can't get a good key for ([8ab1758](https://github.com/
|
|
1203
|
-
* **finalize:** refactored finalize-manifest code + add _integrity=false sentinel ([657b7fa](https://github.com/
|
|
1204
|
-
* **git:** cleaner handling of git tarball streams when caching ([11acd0a](https://github.com/
|
|
1205
|
-
* **git:** emit manifests from git tarball handler ([b139d4b](https://github.com/
|
|
1206
|
-
* **git:** fix .git exclusion, set mtime = 0 to make tarballs idempotent ([9a9fa1b](https://github.com/
|
|
1207
|
-
* **git:** fix fallback order and only fall back on hosted shortcuts ([551cb33](https://github.com/
|
|
1208
|
-
* **git:** fix filling-out of git manifests ([95e807c](https://github.com/
|
|
1209
|
-
* **git:** got dir packer option working with git ([7669b3e](https://github.com/
|
|
1210
|
-
* **headers:** nudge around some headers to make things behave ([db1e0a1](https://github.com/
|
|
1211
|
-
* **manifest:** get rid of resolved-with-non-error warning ([d4d4917](https://github.com/
|
|
1212
|
-
* **manifest:** stop using digest for manifests ([4ddd2f5](https://github.com/
|
|
1213
|
-
* **opts:** bring opt-check up to date ([564419e](https://github.com/
|
|
1214
|
-
* **opts:** rename refreshCache to preferOnline cause much clearer ([94171d6](https://github.com/
|
|
1215
|
-
* **prefetch:** fall back to the _integrity in the manifest if none calculated ([083ac79](https://github.com/
|
|
1216
|
-
* **prefetch:** if there's no stream, just skip (for directory) ([714de91](https://github.com/
|
|
1217
|
-
* **registry:** fix error handling for registry tarballs ([e69539f](https://github.com/
|
|
1218
|
-
* **registry:** nudging logging stuff around a bit ([61d62cc](https://github.com/
|
|
1219
|
-
* **registry:** only send auth info if tarball is hosted on the same registry ([1de5a2b](https://github.com/
|
|
1220
|
-
* **registry:** redirect tarball urls to provided registry port+protocol if same host ([f50167e](https://github.com/
|
|
1221
|
-
* **registry:** support memoizing packuments ([e7fff31](https://github.com/
|
|
1222
|
-
* **registry:** treat registry cache as "private" -- bumps m-f-h ([6fa1503](https://github.com/
|
|
1230
|
+
# [2.0.0](https://github.com/npm/pacote/compare/v1.0.0...v2.0.0) (2017-04-15)
|
|
1231
|
+
|
|
1232
|
+
|
|
1233
|
+
### Bug Fixes
|
|
1234
|
+
|
|
1235
|
+
* **api:** use npa[@5](https://github.com/5) for spec parsing (#78) ([3f56298](https://github.com/npm/pacote/commit/3f56298))
|
|
1236
|
+
* **deprecated:** remove underscore from manifest._deprecated ([9f4af93](https://github.com/npm/pacote/commit/9f4af93))
|
|
1237
|
+
* **directory:** add _resolved to directory manifests ([1d305db](https://github.com/npm/pacote/commit/1d305db))
|
|
1238
|
+
* **directory:** return null instead of throwing ([d35630d](https://github.com/npm/pacote/commit/d35630d))
|
|
1239
|
+
* **finalize:** don't try to cache manifests we can't get a good key for ([8ab1758](https://github.com/npm/pacote/commit/8ab1758))
|
|
1240
|
+
* **finalize:** refactored finalize-manifest code + add _integrity=false sentinel ([657b7fa](https://github.com/npm/pacote/commit/657b7fa))
|
|
1241
|
+
* **git:** cleaner handling of git tarball streams when caching ([11acd0a](https://github.com/npm/pacote/commit/11acd0a))
|
|
1242
|
+
* **git:** emit manifests from git tarball handler ([b139d4b](https://github.com/npm/pacote/commit/b139d4b))
|
|
1243
|
+
* **git:** fix .git exclusion, set mtime = 0 to make tarballs idempotent ([9a9fa1b](https://github.com/npm/pacote/commit/9a9fa1b))
|
|
1244
|
+
* **git:** fix fallback order and only fall back on hosted shortcuts ([551cb33](https://github.com/npm/pacote/commit/551cb33))
|
|
1245
|
+
* **git:** fix filling-out of git manifests ([95e807c](https://github.com/npm/pacote/commit/95e807c))
|
|
1246
|
+
* **git:** got dir packer option working with git ([7669b3e](https://github.com/npm/pacote/commit/7669b3e))
|
|
1247
|
+
* **headers:** nudge around some headers to make things behave ([db1e0a1](https://github.com/npm/pacote/commit/db1e0a1))
|
|
1248
|
+
* **manifest:** get rid of resolved-with-non-error warning ([d4d4917](https://github.com/npm/pacote/commit/d4d4917))
|
|
1249
|
+
* **manifest:** stop using digest for manifests ([4ddd2f5](https://github.com/npm/pacote/commit/4ddd2f5))
|
|
1250
|
+
* **opts:** bring opt-check up to date ([564419e](https://github.com/npm/pacote/commit/564419e))
|
|
1251
|
+
* **opts:** rename refreshCache to preferOnline cause much clearer ([94171d6](https://github.com/npm/pacote/commit/94171d6))
|
|
1252
|
+
* **prefetch:** fall back to the _integrity in the manifest if none calculated ([083ac79](https://github.com/npm/pacote/commit/083ac79))
|
|
1253
|
+
* **prefetch:** if there's no stream, just skip (for directory) ([714de91](https://github.com/npm/pacote/commit/714de91))
|
|
1254
|
+
* **registry:** fix error handling for registry tarballs ([e69539f](https://github.com/npm/pacote/commit/e69539f))
|
|
1255
|
+
* **registry:** nudging logging stuff around a bit ([61d62cc](https://github.com/npm/pacote/commit/61d62cc))
|
|
1256
|
+
* **registry:** only send auth info if tarball is hosted on the same registry ([1de5a2b](https://github.com/npm/pacote/commit/1de5a2b))
|
|
1257
|
+
* **registry:** redirect tarball urls to provided registry port+protocol if same host ([f50167e](https://github.com/npm/pacote/commit/f50167e))
|
|
1258
|
+
* **registry:** support memoizing packuments ([e7fff31](https://github.com/npm/pacote/commit/e7fff31))
|
|
1259
|
+
* **registry:** treat registry cache as "private" -- bumps m-f-h ([6fa1503](https://github.com/npm/pacote/commit/6fa1503))
|
|
1223
1260
|
|
|
1224
1261
|
|
|
1225
1262
|
### Features
|
|
1226
1263
|
|
|
1227
|
-
* **directory:** implement local dir packing ([017d989](https://github.com/
|
|
1228
|
-
* **fetch:** bump make-fetch-happen for new restarts ([cf90716](https://github.com/
|
|
1229
|
-
* **git:** support pulling in git submodules ([5825d33](https://github.com/
|
|
1230
|
-
* **integrity:** replace http client (#72) ([189cdd2](https://github.com/
|
|
1231
|
-
* **prefetch:** return cache-related info on prefetch ([623b7f3](https://github.com/
|
|
1232
|
-
* **registry:** allow injection of request agents ([805e5ae](https://github.com/
|
|
1233
|
-
* **registry:** fast request pooling ([321f84b](https://github.com/
|
|
1234
|
-
* **registry:** registry requests now follow cache spec more closely, respect Age, etc ([9e47098](https://github.com/
|
|
1264
|
+
* **directory:** implement local dir packing ([017d989](https://github.com/npm/pacote/commit/017d989))
|
|
1265
|
+
* **fetch:** bump make-fetch-happen for new restarts ([cf90716](https://github.com/npm/pacote/commit/cf90716))
|
|
1266
|
+
* **git:** support pulling in git submodules ([5825d33](https://github.com/npm/pacote/commit/5825d33))
|
|
1267
|
+
* **integrity:** replace http client (#72) ([189cdd2](https://github.com/npm/pacote/commit/189cdd2))
|
|
1268
|
+
* **prefetch:** return cache-related info on prefetch ([623b7f3](https://github.com/npm/pacote/commit/623b7f3))
|
|
1269
|
+
* **registry:** allow injection of request agents ([805e5ae](https://github.com/npm/pacote/commit/805e5ae))
|
|
1270
|
+
* **registry:** fast request pooling ([321f84b](https://github.com/npm/pacote/commit/321f84b))
|
|
1271
|
+
* **registry:** registry requests now follow cache spec more closely, respect Age, etc ([9e47098](https://github.com/npm/pacote/commit/9e47098))
|
|
1235
1272
|
|
|
1236
1273
|
|
|
1237
1274
|
### BREAKING CHANGES
|
|
@@ -1252,50 +1289,50 @@ details.
|
|
|
1252
1289
|
|
|
1253
1290
|
|
|
1254
1291
|
<a name="1.0.0"></a>
|
|
1255
|
-
# [1.0.0](https://github.com/
|
|
1292
|
+
# [1.0.0](https://github.com/npm/pacote/compare/v0.1.1...v1.0.0) (2017-03-17)
|
|
1256
1293
|
|
|
1257
1294
|
|
|
1258
1295
|
### Bug Fixes
|
|
1259
1296
|
|
|
1260
|
-
* **extract-stream:** adapt to tar-fs api ([aa21308](https://github.com/
|
|
1261
|
-
* add 'use strict' to all .js files (#26) ([021bd59](https://github.com/
|
|
1262
|
-
* **cache:** this is really a user error, so just throw ([5c9c0fa](https://github.com/
|
|
1263
|
-
* **deps:** cacache[@5](https://github.com/5).0.3 ([37cddc5](https://github.com/
|
|
1264
|
-
* **deps:** tar-fs[@1](https://github.com/1).15.1 ([e0d853a](https://github.com/
|
|
1265
|
-
* **docs:** correct fixtures table (#57) ([23d2eb4](https://github.com/
|
|
1266
|
-
* **extract:** correctly detect digest cache misses ([ec6672b](https://github.com/
|
|
1267
|
-
* **extract:** fixed race condition ([14fd2a8](https://github.com/
|
|
1268
|
-
* **finalize-manifest:** use digest to uniquify cached manifests ([931a9cb](https://github.com/
|
|
1269
|
-
* **http:** Fixed cache-related race condition ([b70a4b1](https://github.com/
|
|
1270
|
-
* **manifest:** dir manifests should throw ENOPACKAGEJSON ([b06882d](https://github.com/
|
|
1271
|
-
* **manifest:** ETARGET when no packages match ([ea2127d](https://github.com/
|
|
1272
|
-
* **manifest:** local manifest fn should return a promise ([c700622](https://github.com/
|
|
1273
|
-
* **manifest:** retry registry manifests once on ETARGET (#66) ([3b99adc](https://github.com/
|
|
1274
|
-
* **prefetch:** hashAlgorithm is required for hasContent ([f03d51c](https://github.com/
|
|
1275
|
-
* **request:** report cache write errors on end ([c102b86](https://github.com/
|
|
1297
|
+
* **extract-stream:** adapt to tar-fs api ([aa21308](https://github.com/npm/pacote/commit/aa21308))
|
|
1298
|
+
* add 'use strict' to all .js files (#26) ([021bd59](https://github.com/npm/pacote/commit/021bd59))
|
|
1299
|
+
* **cache:** this is really a user error, so just throw ([5c9c0fa](https://github.com/npm/pacote/commit/5c9c0fa))
|
|
1300
|
+
* **deps:** cacache[@5](https://github.com/5).0.3 ([37cddc5](https://github.com/npm/pacote/commit/37cddc5))
|
|
1301
|
+
* **deps:** tar-fs[@1](https://github.com/1).15.1 ([e0d853a](https://github.com/npm/pacote/commit/e0d853a))
|
|
1302
|
+
* **docs:** correct fixtures table (#57) ([23d2eb4](https://github.com/npm/pacote/commit/23d2eb4))
|
|
1303
|
+
* **extract:** correctly detect digest cache misses ([ec6672b](https://github.com/npm/pacote/commit/ec6672b))
|
|
1304
|
+
* **extract:** fixed race condition ([14fd2a8](https://github.com/npm/pacote/commit/14fd2a8))
|
|
1305
|
+
* **finalize-manifest:** use digest to uniquify cached manifests ([931a9cb](https://github.com/npm/pacote/commit/931a9cb))
|
|
1306
|
+
* **http:** Fixed cache-related race condition ([b70a4b1](https://github.com/npm/pacote/commit/b70a4b1))
|
|
1307
|
+
* **manifest:** dir manifests should throw ENOPACKAGEJSON ([b06882d](https://github.com/npm/pacote/commit/b06882d))
|
|
1308
|
+
* **manifest:** ETARGET when no packages match ([ea2127d](https://github.com/npm/pacote/commit/ea2127d))
|
|
1309
|
+
* **manifest:** local manifest fn should return a promise ([c700622](https://github.com/npm/pacote/commit/c700622))
|
|
1310
|
+
* **manifest:** retry registry manifests once on ETARGET (#66) ([3b99adc](https://github.com/npm/pacote/commit/3b99adc))
|
|
1311
|
+
* **prefetch:** hashAlgorithm is required for hasContent ([f03d51c](https://github.com/npm/pacote/commit/f03d51c))
|
|
1312
|
+
* **request:** report cache write errors on end ([c102b86](https://github.com/npm/pacote/commit/c102b86))
|
|
1276
1313
|
|
|
1277
1314
|
|
|
1278
1315
|
### Features
|
|
1279
1316
|
|
|
1280
|
-
* **api:** support pre-realized specifiers as specs (#62) ([1d5bf39](https://github.com/
|
|
1281
|
-
* **cache:** grabbing info and hasContent ([a559711](https://github.com/
|
|
1282
|
-
* **deps:** minimatch[@3](https://github.com/3).0.3 ([2bb8cd5](https://github.com/
|
|
1283
|
-
* **deps:** normalize-package-data[@2](https://github.com/2).3.5 ([4250e0d](https://github.com/
|
|
1284
|
-
* **directory:** directory dep support (#68) ([6d5307a](https://github.com/
|
|
1285
|
-
* **git:** baseline git support (#69) ([6d7eaf5](https://github.com/
|
|
1286
|
-
* **handlers:** added remote tarball support (#64) ([add1808](https://github.com/
|
|
1287
|
-
* **local:** local tarball support (#67) ([e50d625](https://github.com/
|
|
1288
|
-
* **manifest:** handle deprecation notice (#60) ([db82dae](https://github.com/
|
|
1289
|
-
* **manifest:** standardize manifest format ([3dd9a72](https://github.com/
|
|
1290
|
-
* **manifest:** switch to cacache for caching ([8ba7249](https://github.com/
|
|
1291
|
-
* **prefetch:** added tarball prefetch support ([26c34ce](https://github.com/
|
|
1292
|
-
* **request:** accept maxSockets opt ([3987807](https://github.com/
|
|
1293
|
-
* **scopes:** new scopeTargets option (#59) ([b5db7ae](https://github.com/
|
|
1317
|
+
* **api:** support pre-realized specifiers as specs (#62) ([1d5bf39](https://github.com/npm/pacote/commit/1d5bf39))
|
|
1318
|
+
* **cache:** grabbing info and hasContent ([a559711](https://github.com/npm/pacote/commit/a559711))
|
|
1319
|
+
* **deps:** minimatch[@3](https://github.com/3).0.3 ([2bb8cd5](https://github.com/npm/pacote/commit/2bb8cd5))
|
|
1320
|
+
* **deps:** normalize-package-data[@2](https://github.com/2).3.5 ([4250e0d](https://github.com/npm/pacote/commit/4250e0d))
|
|
1321
|
+
* **directory:** directory dep support (#68) ([6d5307a](https://github.com/npm/pacote/commit/6d5307a))
|
|
1322
|
+
* **git:** baseline git support (#69) ([6d7eaf5](https://github.com/npm/pacote/commit/6d7eaf5))
|
|
1323
|
+
* **handlers:** added remote tarball support (#64) ([add1808](https://github.com/npm/pacote/commit/add1808))
|
|
1324
|
+
* **local:** local tarball support (#67) ([e50d625](https://github.com/npm/pacote/commit/e50d625))
|
|
1325
|
+
* **manifest:** handle deprecation notice (#60) ([db82dae](https://github.com/npm/pacote/commit/db82dae))
|
|
1326
|
+
* **manifest:** standardize manifest format ([3dd9a72](https://github.com/npm/pacote/commit/3dd9a72))
|
|
1327
|
+
* **manifest:** switch to cacache for caching ([8ba7249](https://github.com/npm/pacote/commit/8ba7249))
|
|
1328
|
+
* **prefetch:** added tarball prefetch support ([26c34ce](https://github.com/npm/pacote/commit/26c34ce))
|
|
1329
|
+
* **request:** accept maxSockets opt ([3987807](https://github.com/npm/pacote/commit/3987807))
|
|
1330
|
+
* **scopes:** new scopeTargets option (#59) ([b5db7ae](https://github.com/npm/pacote/commit/b5db7ae))
|
|
1294
1331
|
|
|
1295
1332
|
|
|
1296
1333
|
### Performance Improvements
|
|
1297
1334
|
|
|
1298
|
-
* **finalize-manifest:** cache finalized manifests ([fa3c430](https://github.com/
|
|
1335
|
+
* **finalize-manifest:** cache finalized manifests ([fa3c430](https://github.com/npm/pacote/commit/fa3c430))
|
|
1299
1336
|
|
|
1300
1337
|
|
|
1301
1338
|
### BREAKING CHANGES
|