pacote 9.5.3 → 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 +347 -337
- package/README.md +2 -2
- package/extract.js +11 -10
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,148 +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
|
+
|
|
5
15
|
<a name="9.5.3"></a>
|
|
6
|
-
## [9.5.3](https://github.com/
|
|
16
|
+
## [9.5.3](https://github.com/npm/pacote/compare/v9.5.2...v9.5.3) (2019-07-16)
|
|
7
17
|
|
|
8
18
|
|
|
9
19
|
|
|
10
20
|
<a name="9.5.2"></a>
|
|
11
|
-
## [9.5.2](https://github.com/
|
|
21
|
+
## [9.5.2](https://github.com/npm/pacote/compare/v9.5.1...v9.5.2) (2019-07-12)
|
|
12
22
|
|
|
13
23
|
|
|
14
24
|
### Bug Fixes
|
|
15
25
|
|
|
16
|
-
* always pass uid/gid to cacache.put ([3d08925](https://github.com/
|
|
26
|
+
* always pass uid/gid to cacache.put ([3d08925](https://github.com/npm/pacote/commit/3d08925))
|
|
17
27
|
|
|
18
28
|
|
|
19
29
|
|
|
20
30
|
<a name="9.5.1"></a>
|
|
21
|
-
## [9.5.1](https://github.com/
|
|
31
|
+
## [9.5.1](https://github.com/npm/pacote/compare/v9.5.0...v9.5.1) (2019-06-17)
|
|
22
32
|
|
|
23
33
|
|
|
24
34
|
### Bug Fixes
|
|
25
35
|
|
|
26
|
-
* **audit:** npm audit fix ([127a28b](https://github.com/
|
|
27
|
-
* **errors:** Fix "TypeError: err.code.match is not a function" error ([#170](https://github.com/
|
|
28
|
-
* **git:** limit retry times, avoid unlimited retries ([#172](https://github.com/
|
|
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))
|
|
29
39
|
|
|
30
40
|
|
|
31
41
|
|
|
32
42
|
<a name="9.5.0"></a>
|
|
33
|
-
# [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)
|
|
34
44
|
|
|
35
45
|
|
|
36
46
|
### Features
|
|
37
47
|
|
|
38
|
-
* **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))
|
|
39
49
|
|
|
40
50
|
|
|
41
51
|
|
|
42
52
|
<a name="9.4.1"></a>
|
|
43
|
-
## [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)
|
|
44
54
|
|
|
45
55
|
|
|
46
56
|
### Bug Fixes
|
|
47
57
|
|
|
48
|
-
* **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))
|
|
49
59
|
|
|
50
60
|
|
|
51
61
|
|
|
52
62
|
<a name="9.4.0"></a>
|
|
53
|
-
# [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)
|
|
54
64
|
|
|
55
65
|
|
|
56
66
|
### Features
|
|
57
67
|
|
|
58
|
-
* **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))
|
|
59
69
|
|
|
60
70
|
|
|
61
71
|
|
|
62
72
|
<a name="9.3.0"></a>
|
|
63
|
-
# [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)
|
|
64
74
|
|
|
65
75
|
|
|
66
76
|
### Bug Fixes
|
|
67
77
|
|
|
68
|
-
* **git, file:** properly catch otherwise unhandled errors ([89d4897](https://github.com/
|
|
69
|
-
* **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))
|
|
70
80
|
|
|
71
81
|
|
|
72
82
|
### Features
|
|
73
83
|
|
|
74
|
-
* **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))
|
|
75
85
|
|
|
76
86
|
|
|
77
87
|
|
|
78
88
|
<a name="9.2.3"></a>
|
|
79
|
-
## [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)
|
|
80
90
|
|
|
81
91
|
|
|
82
92
|
|
|
83
93
|
<a name="9.2.2"></a>
|
|
84
|
-
## [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)
|
|
85
95
|
|
|
86
96
|
|
|
87
97
|
|
|
88
98
|
<a name="9.2.1"></a>
|
|
89
|
-
## [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)
|
|
90
100
|
|
|
91
101
|
|
|
92
102
|
|
|
93
103
|
<a name="9.2.0"></a>
|
|
94
|
-
# [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)
|
|
95
105
|
|
|
96
106
|
|
|
97
107
|
### Features
|
|
98
108
|
|
|
99
|
-
* **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))
|
|
100
110
|
|
|
101
111
|
|
|
102
112
|
|
|
103
113
|
<a name="9.1.1"></a>
|
|
104
|
-
## [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)
|
|
105
115
|
|
|
106
116
|
|
|
107
117
|
### Bug Fixes
|
|
108
118
|
|
|
109
|
-
* **deps:** bump protoduck to remove CC0-1.0 license in dep ([3d9d9a6](https://github.com/
|
|
110
|
-
* **git:** Fix temp directory permissions for git fetcher ([#159](https://github.com/
|
|
111
|
-
* **packument:** group together all registry specs in silly log ([2333a17](https://github.com/
|
|
112
|
-
* **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))
|
|
113
123
|
|
|
114
124
|
|
|
115
125
|
|
|
116
126
|
<a name="9.1.0"></a>
|
|
117
|
-
# [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)
|
|
118
128
|
|
|
119
129
|
|
|
120
130
|
### Bug Fixes
|
|
121
131
|
|
|
122
|
-
* **docs:** tweaking ToC ([1eeb8a0](https://github.com/
|
|
123
|
-
* **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))
|
|
124
134
|
|
|
125
135
|
|
|
126
136
|
### Features
|
|
127
137
|
|
|
128
|
-
* **aliases:** add support for registry alias specs ([b173f26](https://github.com/
|
|
129
|
-
* **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))
|
|
130
140
|
|
|
131
141
|
|
|
132
142
|
|
|
133
143
|
<a name="9.0.0"></a>
|
|
134
|
-
# [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)
|
|
135
145
|
|
|
136
146
|
|
|
137
147
|
### Bug Fixes
|
|
138
148
|
|
|
139
|
-
* **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))
|
|
140
150
|
|
|
141
151
|
|
|
142
152
|
### Features
|
|
143
153
|
|
|
144
|
-
* **config:** convert to use figgy-pudding ([0b5bb82](https://github.com/
|
|
145
|
-
* **log:** use process.emit-style logging by default ([29ff8b3](https://github.com/
|
|
146
|
-
* **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))
|
|
147
157
|
|
|
148
158
|
|
|
149
159
|
### BREAKING CHANGES
|
|
@@ -156,83 +166,83 @@ for available options.
|
|
|
156
166
|
|
|
157
167
|
|
|
158
168
|
<a name="8.1.6"></a>
|
|
159
|
-
## [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)
|
|
160
170
|
|
|
161
171
|
|
|
162
172
|
|
|
163
173
|
<a name="8.1.5"></a>
|
|
164
|
-
## [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)
|
|
165
175
|
|
|
166
176
|
|
|
167
177
|
|
|
168
178
|
<a name="8.1.4"></a>
|
|
169
|
-
## [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)
|
|
170
180
|
|
|
171
181
|
|
|
172
182
|
|
|
173
183
|
<a name="8.1.3"></a>
|
|
174
|
-
## [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)
|
|
175
185
|
|
|
176
186
|
|
|
177
187
|
### Bug Fixes
|
|
178
188
|
|
|
179
|
-
* **deps:** try reverting tar ([574ecff](https://github.com/
|
|
180
|
-
* **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)
|
|
181
191
|
|
|
182
192
|
|
|
183
193
|
|
|
184
194
|
<a name="8.1.2"></a>
|
|
185
|
-
## [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)
|
|
186
196
|
|
|
187
197
|
|
|
188
198
|
### Bug Fixes
|
|
189
199
|
|
|
190
|
-
* **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))
|
|
191
201
|
|
|
192
202
|
|
|
193
203
|
|
|
194
204
|
<a name="8.1.1"></a>
|
|
195
|
-
## [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)
|
|
196
206
|
|
|
197
207
|
|
|
198
208
|
### Bug Fixes
|
|
199
209
|
|
|
200
|
-
* **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)
|
|
201
211
|
|
|
202
212
|
|
|
203
213
|
|
|
204
214
|
<a name="8.1.0"></a>
|
|
205
|
-
# [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)
|
|
206
216
|
|
|
207
217
|
|
|
208
218
|
### Bug Fixes
|
|
209
219
|
|
|
210
|
-
* **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)
|
|
211
221
|
|
|
212
222
|
|
|
213
223
|
### Features
|
|
214
224
|
|
|
215
|
-
* **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))
|
|
216
226
|
|
|
217
227
|
|
|
218
228
|
|
|
219
229
|
<a name="8.0.0"></a>
|
|
220
|
-
# [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)
|
|
221
231
|
|
|
222
232
|
|
|
223
233
|
### Bug Fixes
|
|
224
234
|
|
|
225
|
-
* **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))
|
|
226
236
|
|
|
227
237
|
|
|
228
238
|
### deps
|
|
229
239
|
|
|
230
|
-
* bump deps ([6737bf6](https://github.com/
|
|
240
|
+
* bump deps ([6737bf6](https://github.com/npm/pacote/commit/6737bf6))
|
|
231
241
|
|
|
232
242
|
|
|
233
243
|
### meta
|
|
234
244
|
|
|
235
|
-
* drop support for node@4 ([11478ff](https://github.com/
|
|
245
|
+
* drop support for node@4 ([11478ff](https://github.com/npm/pacote/commit/11478ff))
|
|
236
246
|
|
|
237
247
|
|
|
238
248
|
### BREAKING CHANGES
|
|
@@ -244,217 +254,217 @@ support node@4.
|
|
|
244
254
|
|
|
245
255
|
|
|
246
256
|
<a name="7.6.1"></a>
|
|
247
|
-
## [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)
|
|
248
258
|
|
|
249
259
|
|
|
250
260
|
### Bug Fixes
|
|
251
261
|
|
|
252
|
-
* **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))
|
|
253
263
|
|
|
254
264
|
|
|
255
265
|
|
|
256
266
|
<a name="7.6.0"></a>
|
|
257
|
-
# [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)
|
|
258
268
|
|
|
259
269
|
|
|
260
270
|
### Features
|
|
261
271
|
|
|
262
|
-
* **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))
|
|
263
273
|
|
|
264
274
|
|
|
265
275
|
|
|
266
276
|
<a name="7.5.3"></a>
|
|
267
|
-
## [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)
|
|
268
278
|
|
|
269
279
|
|
|
270
280
|
### Bug Fixes
|
|
271
281
|
|
|
272
|
-
* **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))
|
|
273
283
|
|
|
274
284
|
|
|
275
285
|
|
|
276
286
|
<a name="7.5.2"></a>
|
|
277
|
-
## [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)
|
|
278
288
|
|
|
279
289
|
|
|
280
290
|
### Bug Fixes
|
|
281
291
|
|
|
282
|
-
* **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))
|
|
283
293
|
|
|
284
294
|
|
|
285
295
|
|
|
286
296
|
<a name="7.5.1"></a>
|
|
287
|
-
## [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)
|
|
288
298
|
|
|
289
299
|
|
|
290
300
|
### Bug Fixes
|
|
291
301
|
|
|
292
|
-
* **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))
|
|
293
303
|
|
|
294
304
|
|
|
295
305
|
|
|
296
306
|
<a name="7.5.0"></a>
|
|
297
|
-
# [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)
|
|
298
308
|
|
|
299
309
|
|
|
300
310
|
### Features
|
|
301
311
|
|
|
302
|
-
* **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))
|
|
303
313
|
|
|
304
314
|
|
|
305
315
|
|
|
306
316
|
<a name="7.4.2"></a>
|
|
307
|
-
## [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)
|
|
308
318
|
|
|
309
319
|
|
|
310
320
|
### Bug Fixes
|
|
311
321
|
|
|
312
|
-
* **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)
|
|
313
323
|
|
|
314
324
|
|
|
315
325
|
|
|
316
326
|
<a name="7.4.1"></a>
|
|
317
|
-
## [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)
|
|
318
328
|
|
|
319
329
|
|
|
320
330
|
### Bug Fixes
|
|
321
331
|
|
|
322
|
-
* **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))
|
|
323
333
|
|
|
324
334
|
|
|
325
335
|
|
|
326
336
|
<a name="7.4.0"></a>
|
|
327
|
-
# [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)
|
|
328
338
|
|
|
329
339
|
|
|
330
340
|
### Features
|
|
331
341
|
|
|
332
|
-
* **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))
|
|
333
343
|
|
|
334
344
|
|
|
335
345
|
|
|
336
346
|
<a name="7.3.3"></a>
|
|
337
|
-
## [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)
|
|
338
348
|
|
|
339
349
|
|
|
340
350
|
### Bug Fixes
|
|
341
351
|
|
|
342
|
-
* **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))
|
|
343
353
|
|
|
344
354
|
|
|
345
355
|
|
|
346
356
|
<a name="7.3.2"></a>
|
|
347
|
-
## [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)
|
|
348
358
|
|
|
349
359
|
|
|
350
360
|
### Bug Fixes
|
|
351
361
|
|
|
352
|
-
* **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))
|
|
353
363
|
|
|
354
364
|
|
|
355
365
|
|
|
356
366
|
<a name="7.3.1"></a>
|
|
357
|
-
## [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)
|
|
358
368
|
|
|
359
369
|
|
|
360
370
|
### Bug Fixes
|
|
361
371
|
|
|
362
|
-
* **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))
|
|
363
373
|
|
|
364
374
|
|
|
365
375
|
|
|
366
376
|
<a name="7.3.0"></a>
|
|
367
|
-
# [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)
|
|
368
378
|
|
|
369
379
|
|
|
370
380
|
### Bug Fixes
|
|
371
381
|
|
|
372
|
-
* **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)
|
|
373
383
|
|
|
374
384
|
|
|
375
385
|
### Features
|
|
376
386
|
|
|
377
|
-
* **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))
|
|
378
388
|
|
|
379
389
|
|
|
380
390
|
|
|
381
391
|
<a name="7.2.0"></a>
|
|
382
|
-
# [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)
|
|
383
393
|
|
|
384
394
|
|
|
385
395
|
### Features
|
|
386
396
|
|
|
387
|
-
* **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))
|
|
388
398
|
|
|
389
399
|
|
|
390
400
|
|
|
391
401
|
<a name="7.1.1"></a>
|
|
392
|
-
## [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)
|
|
393
403
|
|
|
394
404
|
|
|
395
405
|
### Bug Fixes
|
|
396
406
|
|
|
397
|
-
* **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))
|
|
398
408
|
|
|
399
409
|
|
|
400
410
|
|
|
401
411
|
<a name="7.1.0"></a>
|
|
402
|
-
# [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)
|
|
403
413
|
|
|
404
414
|
|
|
405
415
|
### Bug Fixes
|
|
406
416
|
|
|
407
|
-
* **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))
|
|
408
418
|
|
|
409
419
|
|
|
410
420
|
### Features
|
|
411
421
|
|
|
412
|
-
* **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))
|
|
413
423
|
|
|
414
424
|
|
|
415
425
|
|
|
416
426
|
<a name="7.0.2"></a>
|
|
417
|
-
## [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)
|
|
418
428
|
|
|
419
429
|
|
|
420
430
|
### Bug Fixes
|
|
421
431
|
|
|
422
|
-
* **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))
|
|
423
433
|
|
|
424
434
|
|
|
425
435
|
|
|
426
436
|
<a name="7.0.1"></a>
|
|
427
|
-
## [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)
|
|
428
438
|
|
|
429
439
|
|
|
430
440
|
### Bug Fixes
|
|
431
441
|
|
|
432
|
-
* **git:** use resolved ref if available when doing a full clone (#125) ([46ca45a](https://github.com/
|
|
433
|
-
* **move:** bump cacache for some cross-platform move fixes ([eebdcda](https://github.com/
|
|
434
|
-
* **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))
|
|
435
445
|
|
|
436
446
|
|
|
437
447
|
|
|
438
448
|
<a name="7.0.0"></a>
|
|
439
|
-
# [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)
|
|
440
450
|
|
|
441
451
|
|
|
442
452
|
### Bug Fixes
|
|
443
453
|
|
|
444
|
-
* **docs:** You totally should use pacote now (#126) ([d49a9b5](https://github.com/
|
|
445
|
-
* **git:** stop generating integrity for git ([d45363b](https://github.com/
|
|
446
|
-
* **integrity:** stop defaulting to sha1 hashes ([62f8cdf](https://github.com/
|
|
447
|
-
* **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))
|
|
448
458
|
|
|
449
459
|
|
|
450
460
|
### Features
|
|
451
461
|
|
|
452
|
-
* **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))
|
|
453
463
|
|
|
454
464
|
|
|
455
465
|
### prefetch
|
|
456
466
|
|
|
457
|
-
* deprecate pacote.prefetch ([e47e521](https://github.com/
|
|
467
|
+
* deprecate pacote.prefetch ([e47e521](https://github.com/npm/pacote/commit/e47e521))
|
|
458
468
|
|
|
459
469
|
|
|
460
470
|
### BREAKING CHANGES
|
|
@@ -465,75 +475,75 @@ support node@4.
|
|
|
465
475
|
|
|
466
476
|
|
|
467
477
|
<a name="6.1.0"></a>
|
|
468
|
-
# [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)
|
|
469
479
|
|
|
470
480
|
|
|
471
481
|
### Bug Fixes
|
|
472
482
|
|
|
473
|
-
* **git:** use actual default git branch instead of assuming master (#122) ([79ce949](https://github.com/
|
|
474
|
-
* **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))
|
|
475
485
|
|
|
476
486
|
|
|
477
487
|
### Features
|
|
478
488
|
|
|
479
|
-
* **selection:** add opts.includeDeprecated (#123) ([2001549](https://github.com/
|
|
489
|
+
* **selection:** add opts.includeDeprecated (#123) ([2001549](https://github.com/npm/pacote/commit/2001549))
|
|
480
490
|
|
|
481
491
|
|
|
482
492
|
|
|
483
493
|
<a name="6.0.4"></a>
|
|
484
|
-
## [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)
|
|
485
495
|
|
|
486
496
|
|
|
487
497
|
### Bug Fixes
|
|
488
498
|
|
|
489
|
-
* **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))
|
|
490
500
|
|
|
491
501
|
|
|
492
502
|
|
|
493
503
|
<a name="6.0.3"></a>
|
|
494
|
-
## [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)
|
|
495
505
|
|
|
496
506
|
|
|
497
507
|
### Bug Fixes
|
|
498
508
|
|
|
499
|
-
* **extract:** clean up mode/fmode/dmode tests ([f915045](https://github.com/
|
|
500
|
-
* **file:** make sure file tarballs are written to cache and have integrity data ([dae391a](https://github.com/
|
|
501
|
-
* **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))
|
|
502
512
|
|
|
503
513
|
|
|
504
514
|
|
|
505
515
|
<a name="6.0.2"></a>
|
|
506
|
-
## [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)
|
|
507
517
|
|
|
508
518
|
|
|
509
519
|
### Bug Fixes
|
|
510
520
|
|
|
511
|
-
* **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))
|
|
512
522
|
|
|
513
523
|
|
|
514
524
|
### Performance Improvements
|
|
515
525
|
|
|
516
|
-
* 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))
|
|
517
527
|
|
|
518
528
|
|
|
519
529
|
|
|
520
530
|
<a name="6.0.1"></a>
|
|
521
|
-
## [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)
|
|
522
532
|
|
|
523
533
|
|
|
524
534
|
### Bug Fixes
|
|
525
535
|
|
|
526
|
-
* **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))
|
|
527
537
|
|
|
528
538
|
|
|
529
539
|
|
|
530
540
|
<a name="6.0.0"></a>
|
|
531
|
-
# [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)
|
|
532
542
|
|
|
533
543
|
|
|
534
544
|
### Bug Fixes
|
|
535
545
|
|
|
536
|
-
* **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))
|
|
537
547
|
|
|
538
548
|
|
|
539
549
|
### BREAKING CHANGES
|
|
@@ -543,28 +553,28 @@ support node@4.
|
|
|
543
553
|
|
|
544
554
|
|
|
545
555
|
<a name="5.0.1"></a>
|
|
546
|
-
## [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)
|
|
547
557
|
|
|
548
558
|
|
|
549
559
|
### Bug Fixes
|
|
550
560
|
|
|
551
|
-
* **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))
|
|
552
562
|
|
|
553
563
|
|
|
554
564
|
|
|
555
565
|
<a name="5.0.0"></a>
|
|
556
|
-
# [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)
|
|
557
567
|
|
|
558
568
|
|
|
559
569
|
### Bug Fixes
|
|
560
570
|
|
|
561
|
-
* **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))
|
|
562
572
|
|
|
563
573
|
|
|
564
574
|
### Features
|
|
565
575
|
|
|
566
|
-
* **deps:** replace tar-fs/tar-stream with tar[@3](https://github.com/3) ([28c80a9](https://github.com/
|
|
567
|
-
* **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))
|
|
568
578
|
|
|
569
579
|
|
|
570
580
|
### BREAKING CHANGES
|
|
@@ -578,12 +588,12 @@ support node@4.
|
|
|
578
588
|
|
|
579
589
|
|
|
580
590
|
<a name="4.0.0"></a>
|
|
581
|
-
# [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)
|
|
582
592
|
|
|
583
593
|
|
|
584
594
|
### Bug Fixes
|
|
585
595
|
|
|
586
|
-
* **extract:** revert uid/gid change ([41852e0](https://github.com/
|
|
596
|
+
* **extract:** revert uid/gid change ([41852e0](https://github.com/npm/pacote/commit/41852e0))
|
|
587
597
|
|
|
588
598
|
|
|
589
599
|
### BREAKING CHANGES
|
|
@@ -593,12 +603,12 @@ support node@4.
|
|
|
593
603
|
|
|
594
604
|
|
|
595
605
|
<a name="3.0.0"></a>
|
|
596
|
-
# [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)
|
|
597
607
|
|
|
598
608
|
|
|
599
609
|
### Bug Fixes
|
|
600
610
|
|
|
601
|
-
* **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))
|
|
602
612
|
|
|
603
613
|
|
|
604
614
|
### BREAKING CHANGES
|
|
@@ -610,655 +620,655 @@ details.
|
|
|
610
620
|
|
|
611
621
|
|
|
612
622
|
<a name="2.7.38"></a>
|
|
613
|
-
## [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)
|
|
614
624
|
|
|
615
625
|
|
|
616
626
|
### Bug Fixes
|
|
617
627
|
|
|
618
|
-
* **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))
|
|
619
629
|
|
|
620
630
|
|
|
621
631
|
|
|
622
632
|
<a name="2.7.37"></a>
|
|
623
|
-
## [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)
|
|
624
634
|
|
|
625
635
|
|
|
626
636
|
### Bug Fixes
|
|
627
637
|
|
|
628
|
-
* **deps:** bump deps for fixes ([f156655](https://github.com/
|
|
638
|
+
* **deps:** bump deps for fixes ([f156655](https://github.com/npm/pacote/commit/f156655))
|
|
629
639
|
|
|
630
640
|
|
|
631
641
|
|
|
632
642
|
<a name="2.7.36"></a>
|
|
633
|
-
## [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)
|
|
634
644
|
|
|
635
645
|
|
|
636
646
|
### Bug Fixes
|
|
637
647
|
|
|
638
|
-
* **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))
|
|
639
649
|
|
|
640
650
|
|
|
641
651
|
|
|
642
652
|
<a name="2.7.35"></a>
|
|
643
|
-
## [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)
|
|
644
654
|
|
|
645
655
|
|
|
646
656
|
### Bug Fixes
|
|
647
657
|
|
|
648
|
-
* **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))
|
|
649
659
|
|
|
650
660
|
|
|
651
661
|
|
|
652
662
|
<a name="2.7.34"></a>
|
|
653
|
-
## [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)
|
|
654
664
|
|
|
655
665
|
|
|
656
666
|
### Bug Fixes
|
|
657
667
|
|
|
658
|
-
* **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))
|
|
659
669
|
|
|
660
670
|
|
|
661
671
|
|
|
662
672
|
<a name="2.7.33"></a>
|
|
663
|
-
## [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)
|
|
664
674
|
|
|
665
675
|
|
|
666
676
|
### Bug Fixes
|
|
667
677
|
|
|
668
|
-
* **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))
|
|
669
679
|
|
|
670
680
|
|
|
671
681
|
|
|
672
682
|
<a name="2.7.32"></a>
|
|
673
|
-
## [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)
|
|
674
684
|
|
|
675
685
|
|
|
676
686
|
### Bug Fixes
|
|
677
687
|
|
|
678
|
-
* **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))
|
|
679
689
|
|
|
680
690
|
|
|
681
691
|
|
|
682
692
|
<a name="2.7.31"></a>
|
|
683
|
-
## [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)
|
|
684
694
|
|
|
685
695
|
|
|
686
696
|
### Bug Fixes
|
|
687
697
|
|
|
688
|
-
* **extract:** always return a bluebird promise ([06ca91d](https://github.com/
|
|
689
|
-
* **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))
|
|
690
700
|
|
|
691
701
|
|
|
692
702
|
|
|
693
703
|
<a name="2.7.30"></a>
|
|
694
|
-
## [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)
|
|
695
705
|
|
|
696
706
|
|
|
697
707
|
### Bug Fixes
|
|
698
708
|
|
|
699
|
-
* **ssri:** bump ssri for bugfix ([70a859c](https://github.com/
|
|
709
|
+
* **ssri:** bump ssri for bugfix ([70a859c](https://github.com/npm/pacote/commit/70a859c))
|
|
700
710
|
|
|
701
711
|
|
|
702
712
|
|
|
703
713
|
<a name="2.7.29"></a>
|
|
704
|
-
## [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)
|
|
705
715
|
|
|
706
716
|
|
|
707
717
|
### Bug Fixes
|
|
708
718
|
|
|
709
|
-
* **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))
|
|
710
720
|
|
|
711
721
|
|
|
712
722
|
|
|
713
723
|
<a name="2.7.28"></a>
|
|
714
|
-
## [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)
|
|
715
725
|
|
|
716
726
|
|
|
717
727
|
### Bug Fixes
|
|
718
728
|
|
|
719
|
-
* **git:** limit ls-remote output to heads/tags (#97) ([c1e3dcd](https://github.com/
|
|
720
|
-
* **proxy:** send certificate authority, key and other options (#95) ([c4b6128](https://github.com/
|
|
721
|
-
* **registry:** add support for global auth and _auth token (#96) ([7919fb7](https://github.com/
|
|
722
|
-
* **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))
|
|
723
733
|
|
|
724
734
|
|
|
725
735
|
|
|
726
736
|
<a name="2.7.27"></a>
|
|
727
|
-
## [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)
|
|
728
738
|
|
|
729
739
|
|
|
730
740
|
### Bug Fixes
|
|
731
741
|
|
|
732
|
-
* **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))
|
|
733
743
|
|
|
734
744
|
|
|
735
745
|
|
|
736
746
|
<a name="2.7.26"></a>
|
|
737
|
-
## [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)
|
|
738
748
|
|
|
739
749
|
|
|
740
750
|
### Bug Fixes
|
|
741
751
|
|
|
742
|
-
* **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))
|
|
743
753
|
|
|
744
754
|
|
|
745
755
|
|
|
746
756
|
<a name="2.7.25"></a>
|
|
747
|
-
## [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)
|
|
748
758
|
|
|
749
759
|
|
|
750
760
|
### Bug Fixes
|
|
751
761
|
|
|
752
|
-
* **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))
|
|
753
763
|
|
|
754
764
|
|
|
755
765
|
|
|
756
766
|
<a name="2.7.24"></a>
|
|
757
|
-
## [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)
|
|
758
768
|
|
|
759
769
|
|
|
760
770
|
### Bug Fixes
|
|
761
771
|
|
|
762
|
-
* **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))
|
|
763
773
|
|
|
764
774
|
|
|
765
775
|
|
|
766
776
|
<a name="2.7.23"></a>
|
|
767
|
-
## [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)
|
|
768
778
|
|
|
769
779
|
|
|
770
780
|
### Bug Fixes
|
|
771
781
|
|
|
772
|
-
* **git:** fix ls-remote command and throw away ^{} junk ([62ba84d](https://github.com/
|
|
773
|
-
* **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))
|
|
774
784
|
|
|
775
785
|
|
|
776
786
|
|
|
777
787
|
<a name="2.7.22"></a>
|
|
778
|
-
## [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)
|
|
779
789
|
|
|
780
790
|
|
|
781
791
|
### Bug Fixes
|
|
782
792
|
|
|
783
|
-
* **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))
|
|
784
794
|
|
|
785
795
|
|
|
786
796
|
|
|
787
797
|
<a name="2.7.21"></a>
|
|
788
|
-
## [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)
|
|
789
799
|
|
|
790
800
|
|
|
791
801
|
### Bug Fixes
|
|
792
802
|
|
|
793
|
-
* **registry:** stop URIEncoding username/password ([011c9a2](https://github.com/
|
|
803
|
+
* **registry:** stop URIEncoding username/password ([011c9a2](https://github.com/npm/pacote/commit/011c9a2))
|
|
794
804
|
|
|
795
805
|
|
|
796
806
|
|
|
797
807
|
<a name="2.7.20"></a>
|
|
798
|
-
## [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)
|
|
799
809
|
|
|
800
810
|
|
|
801
811
|
### Bug Fixes
|
|
802
812
|
|
|
803
|
-
* **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))
|
|
804
814
|
|
|
805
815
|
|
|
806
816
|
|
|
807
817
|
<a name="2.7.19"></a>
|
|
808
|
-
## [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)
|
|
809
819
|
|
|
810
820
|
|
|
811
821
|
### Bug Fixes
|
|
812
822
|
|
|
813
|
-
* **registry:** respect alwaysAuth ([150788a](https://github.com/
|
|
823
|
+
* **registry:** respect alwaysAuth ([150788a](https://github.com/npm/pacote/commit/150788a))
|
|
814
824
|
|
|
815
825
|
|
|
816
826
|
|
|
817
827
|
<a name="2.7.18"></a>
|
|
818
|
-
## [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)
|
|
819
829
|
|
|
820
830
|
|
|
821
831
|
### Bug Fixes
|
|
822
832
|
|
|
823
|
-
* **cache:** pass uid/gid settings through to mfh ([d8845df](https://github.com/
|
|
824
|
-
* **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))
|
|
825
835
|
|
|
826
836
|
|
|
827
837
|
|
|
828
838
|
<a name="2.7.17"></a>
|
|
829
|
-
## [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)
|
|
830
840
|
|
|
831
841
|
|
|
832
842
|
### Bug Fixes
|
|
833
843
|
|
|
834
|
-
* **deps:** bump cacache ([34bd656](https://github.com/
|
|
844
|
+
* **deps:** bump cacache ([34bd656](https://github.com/npm/pacote/commit/34bd656))
|
|
835
845
|
|
|
836
846
|
|
|
837
847
|
|
|
838
848
|
<a name="2.7.16"></a>
|
|
839
|
-
## [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)
|
|
840
850
|
|
|
841
851
|
|
|
842
852
|
### Bug Fixes
|
|
843
853
|
|
|
844
|
-
* **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))
|
|
845
855
|
|
|
846
856
|
|
|
847
857
|
|
|
848
858
|
<a name="2.7.15"></a>
|
|
849
|
-
## [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)
|
|
850
860
|
|
|
851
861
|
|
|
852
862
|
### Bug Fixes
|
|
853
863
|
|
|
854
|
-
* **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))
|
|
855
865
|
|
|
856
866
|
|
|
857
867
|
|
|
858
868
|
<a name="2.7.14"></a>
|
|
859
|
-
## [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)
|
|
860
870
|
|
|
861
871
|
|
|
862
872
|
### Bug Fixes
|
|
863
873
|
|
|
864
|
-
* **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))
|
|
865
875
|
|
|
866
876
|
|
|
867
877
|
|
|
868
878
|
<a name="2.7.13"></a>
|
|
869
|
-
## [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)
|
|
870
880
|
|
|
871
881
|
|
|
872
882
|
### Bug Fixes
|
|
873
883
|
|
|
874
|
-
* **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))
|
|
875
885
|
|
|
876
886
|
|
|
877
887
|
|
|
878
888
|
<a name="2.7.12"></a>
|
|
879
|
-
## [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)
|
|
880
890
|
|
|
881
891
|
|
|
882
892
|
### Bug Fixes
|
|
883
893
|
|
|
884
|
-
* **fetch:** fix default userAgent ([4b9d344](https://github.com/
|
|
885
|
-
* **registry:** log failed requests too ([0f23f06](https://github.com/
|
|
886
|
-
* **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))
|
|
887
897
|
|
|
888
898
|
|
|
889
899
|
|
|
890
900
|
<a name="2.7.11"></a>
|
|
891
|
-
## [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)
|
|
892
902
|
|
|
893
903
|
|
|
894
904
|
### Bug Fixes
|
|
895
905
|
|
|
896
|
-
* **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))
|
|
897
907
|
|
|
898
908
|
|
|
899
909
|
|
|
900
910
|
<a name="2.7.10"></a>
|
|
901
|
-
## [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)
|
|
902
912
|
|
|
903
913
|
|
|
904
914
|
### Bug Fixes
|
|
905
915
|
|
|
906
|
-
* **logging:** shhhhhhh ([e7ea56e](https://github.com/
|
|
907
|
-
* **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))
|
|
908
918
|
|
|
909
919
|
|
|
910
920
|
|
|
911
921
|
<a name="2.7.9"></a>
|
|
912
|
-
## [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)
|
|
913
923
|
|
|
914
924
|
|
|
915
925
|
### Bug Fixes
|
|
916
926
|
|
|
917
|
-
* **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)
|
|
918
928
|
|
|
919
929
|
|
|
920
930
|
|
|
921
931
|
<a name="2.7.8"></a>
|
|
922
|
-
## [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)
|
|
923
933
|
|
|
924
934
|
|
|
925
935
|
### Bug Fixes
|
|
926
936
|
|
|
927
|
-
* **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))
|
|
928
938
|
|
|
929
939
|
|
|
930
940
|
|
|
931
941
|
<a name="2.7.7"></a>
|
|
932
|
-
## [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)
|
|
933
943
|
|
|
934
944
|
|
|
935
945
|
### Bug Fixes
|
|
936
946
|
|
|
937
|
-
* **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))
|
|
938
948
|
|
|
939
949
|
|
|
940
950
|
|
|
941
951
|
<a name="2.7.6"></a>
|
|
942
|
-
## [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)
|
|
943
953
|
|
|
944
954
|
|
|
945
955
|
### Bug Fixes
|
|
946
956
|
|
|
947
|
-
* **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))
|
|
948
958
|
|
|
949
959
|
|
|
950
960
|
|
|
951
961
|
<a name="2.7.5"></a>
|
|
952
|
-
## [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)
|
|
953
963
|
|
|
954
964
|
|
|
955
965
|
### Bug Fixes
|
|
956
966
|
|
|
957
|
-
* **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))
|
|
958
968
|
|
|
959
969
|
|
|
960
970
|
|
|
961
971
|
<a name="2.7.4"></a>
|
|
962
|
-
## [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)
|
|
963
973
|
|
|
964
974
|
|
|
965
975
|
### Bug Fixes
|
|
966
976
|
|
|
967
|
-
* **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))
|
|
968
978
|
|
|
969
979
|
|
|
970
980
|
|
|
971
981
|
<a name="2.7.3"></a>
|
|
972
|
-
## [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)
|
|
973
983
|
|
|
974
984
|
|
|
975
985
|
### Bug Fixes
|
|
976
986
|
|
|
977
|
-
* **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))
|
|
978
988
|
|
|
979
989
|
|
|
980
990
|
|
|
981
991
|
<a name="2.7.2"></a>
|
|
982
|
-
## [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)
|
|
983
993
|
|
|
984
994
|
|
|
985
995
|
### Bug Fixes
|
|
986
996
|
|
|
987
|
-
* **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))
|
|
988
998
|
|
|
989
999
|
|
|
990
1000
|
|
|
991
1001
|
<a name="2.7.1"></a>
|
|
992
|
-
## [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)
|
|
993
1003
|
|
|
994
1004
|
|
|
995
1005
|
### Bug Fixes
|
|
996
1006
|
|
|
997
|
-
* **logging:** log specs correctly on extract ([4b5bab0](https://github.com/
|
|
998
|
-
* **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))
|
|
999
1009
|
|
|
1000
1010
|
|
|
1001
1011
|
|
|
1002
1012
|
<a name="2.7.0"></a>
|
|
1003
|
-
# [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)
|
|
1004
1014
|
|
|
1005
1015
|
|
|
1006
1016
|
### Bug Fixes
|
|
1007
1017
|
|
|
1008
|
-
* **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))
|
|
1009
1019
|
|
|
1010
1020
|
|
|
1011
1021
|
### Features
|
|
1012
1022
|
|
|
1013
|
-
* **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))
|
|
1014
1024
|
|
|
1015
1025
|
|
|
1016
1026
|
|
|
1017
1027
|
<a name="2.6.0"></a>
|
|
1018
|
-
# [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)
|
|
1019
1029
|
|
|
1020
1030
|
|
|
1021
1031
|
### Features
|
|
1022
1032
|
|
|
1023
|
-
* **manifest:** annotate manifests with _from ([e45e968](https://github.com/
|
|
1033
|
+
* **manifest:** annotate manifests with _from ([e45e968](https://github.com/npm/pacote/commit/e45e968))
|
|
1024
1034
|
|
|
1025
1035
|
|
|
1026
1036
|
|
|
1027
1037
|
<a name="2.5.0"></a>
|
|
1028
|
-
# [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)
|
|
1029
1039
|
|
|
1030
1040
|
|
|
1031
1041
|
### Bug Fixes
|
|
1032
1042
|
|
|
1033
|
-
* **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))
|
|
1034
1044
|
|
|
1035
1045
|
|
|
1036
1046
|
### Features
|
|
1037
1047
|
|
|
1038
|
-
* **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))
|
|
1039
1049
|
|
|
1040
1050
|
|
|
1041
1051
|
|
|
1042
1052
|
<a name="2.4.0"></a>
|
|
1043
|
-
# [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)
|
|
1044
1054
|
|
|
1045
1055
|
|
|
1046
1056
|
### Bug Fixes
|
|
1047
1057
|
|
|
1048
|
-
* **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))
|
|
1049
1059
|
|
|
1050
1060
|
|
|
1051
1061
|
### Features
|
|
1052
1062
|
|
|
1053
|
-
* **auth:** added basic auth and always-auth support ([548aeb5](https://github.com/
|
|
1054
|
-
* **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))
|
|
1055
1065
|
|
|
1056
1066
|
|
|
1057
1067
|
|
|
1058
1068
|
<a name="2.3.2"></a>
|
|
1059
|
-
## [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)
|
|
1060
1070
|
|
|
1061
1071
|
|
|
1062
1072
|
### Bug Fixes
|
|
1063
1073
|
|
|
1064
|
-
* **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))
|
|
1065
1075
|
|
|
1066
1076
|
|
|
1067
1077
|
|
|
1068
1078
|
<a name="2.3.1"></a>
|
|
1069
|
-
## [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)
|
|
1070
1080
|
|
|
1071
1081
|
|
|
1072
1082
|
### Bug Fixes
|
|
1073
1083
|
|
|
1074
|
-
* **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))
|
|
1075
1085
|
|
|
1076
1086
|
|
|
1077
1087
|
|
|
1078
1088
|
<a name="2.3.0"></a>
|
|
1079
|
-
# [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)
|
|
1080
1090
|
|
|
1081
1091
|
|
|
1082
1092
|
### Bug Fixes
|
|
1083
1093
|
|
|
1084
|
-
* **git:** had ENOTSUP error on windows ([ee17c35](https://github.com/
|
|
1085
|
-
* **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))
|
|
1086
1096
|
|
|
1087
1097
|
|
|
1088
1098
|
### Features
|
|
1089
1099
|
|
|
1090
|
-
* **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))
|
|
1091
1101
|
|
|
1092
1102
|
|
|
1093
1103
|
|
|
1094
1104
|
<a name="2.2.2"></a>
|
|
1095
|
-
## [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)
|
|
1096
1106
|
|
|
1097
1107
|
|
|
1098
1108
|
### Bug Fixes
|
|
1099
1109
|
|
|
1100
|
-
* **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))
|
|
1101
1111
|
|
|
1102
1112
|
|
|
1103
1113
|
|
|
1104
1114
|
<a name="2.2.1"></a>
|
|
1105
|
-
## [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)
|
|
1106
1116
|
|
|
1107
1117
|
|
|
1108
1118
|
### Bug Fixes
|
|
1109
1119
|
|
|
1110
|
-
* **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))
|
|
1111
1121
|
|
|
1112
1122
|
|
|
1113
1123
|
|
|
1114
1124
|
<a name="2.2.0"></a>
|
|
1115
|
-
# [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)
|
|
1116
1126
|
|
|
1117
1127
|
|
|
1118
1128
|
### Bug Fixes
|
|
1119
1129
|
|
|
1120
|
-
* **git:** fix shortcut fallback order again ([5759d40](https://github.com/
|
|
1121
|
-
* **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))
|
|
1122
1132
|
|
|
1123
1133
|
|
|
1124
1134
|
### Features
|
|
1125
1135
|
|
|
1126
|
-
* **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))
|
|
1127
1137
|
|
|
1128
1138
|
|
|
1129
1139
|
|
|
1130
1140
|
<a name="2.1.2"></a>
|
|
1131
|
-
## [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)
|
|
1132
1142
|
|
|
1133
1143
|
|
|
1134
1144
|
|
|
1135
1145
|
<a name="2.1.1"></a>
|
|
1136
|
-
## [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)
|
|
1137
1147
|
|
|
1138
1148
|
|
|
1139
1149
|
### Bug Fixes
|
|
1140
1150
|
|
|
1141
|
-
* **git:** use sshurl instead of ssh for ssh clones ([ff20803](https://github.com/
|
|
1142
|
-
* **notice:** only log npm-notice if the packument came from network ([eeeb411](https://github.com/
|
|
1143
|
-
* **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))
|
|
1144
1154
|
|
|
1145
1155
|
|
|
1146
1156
|
|
|
1147
1157
|
<a name="2.1.0"></a>
|
|
1148
|
-
# [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)
|
|
1149
1159
|
|
|
1150
1160
|
|
|
1151
1161
|
### Bug Fixes
|
|
1152
1162
|
|
|
1153
|
-
* **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))
|
|
1154
1164
|
|
|
1155
1165
|
|
|
1156
1166
|
### Features
|
|
1157
1167
|
|
|
1158
|
-
* **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))
|
|
1159
1169
|
|
|
1160
1170
|
|
|
1161
1171
|
|
|
1162
1172
|
<a name="2.0.5"></a>
|
|
1163
|
-
## [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)
|
|
1164
1174
|
|
|
1165
1175
|
|
|
1166
1176
|
### Bug Fixes
|
|
1167
1177
|
|
|
1168
|
-
* **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))
|
|
1169
1179
|
|
|
1170
1180
|
|
|
1171
1181
|
|
|
1172
1182
|
<a name="2.0.4"></a>
|
|
1173
|
-
## [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)
|
|
1174
1184
|
|
|
1175
1185
|
|
|
1176
1186
|
### Bug Fixes
|
|
1177
1187
|
|
|
1178
|
-
* **deps:** remove normalize-git-url ([12d464a](https://github.com/
|
|
1179
|
-
* **git:** Correctly read in the HEAD ref after cloning ([dbe1b15](https://github.com/
|
|
1180
|
-
* **git:** The full clone path doesn't have _resolved set ([ddce561](https://github.com/
|
|
1181
|
-
* **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))
|
|
1182
1192
|
|
|
1183
1193
|
|
|
1184
1194
|
|
|
1185
1195
|
<a name="2.0.3"></a>
|
|
1186
|
-
## [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)
|
|
1187
1197
|
|
|
1188
1198
|
|
|
1189
1199
|
### Bug Fixes
|
|
1190
1200
|
|
|
1191
|
-
* **manifest:** meh just shove _from in there ([4396f09](https://github.com/
|
|
1192
|
-
* **registry:** include CI header ([86ad911](https://github.com/
|
|
1193
|
-
* **registry:** include npm-scope header ([574cd93](https://github.com/
|
|
1194
|
-
* **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))
|
|
1195
1205
|
|
|
1196
1206
|
|
|
1197
1207
|
|
|
1198
1208
|
<a name="2.0.2"></a>
|
|
1199
|
-
## [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)
|
|
1200
1210
|
|
|
1201
1211
|
|
|
1202
1212
|
### Bug Fixes
|
|
1203
1213
|
|
|
1204
|
-
* **directory:** fix default pack-dir and write a test for it ([9d9266f](https://github.com/
|
|
1205
|
-
* **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))
|
|
1206
1216
|
|
|
1207
1217
|
|
|
1208
1218
|
|
|
1209
1219
|
<a name="2.0.1"></a>
|
|
1210
|
-
## [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)
|
|
1211
1221
|
|
|
1212
1222
|
|
|
1213
1223
|
### Bug Fixes
|
|
1214
1224
|
|
|
1215
|
-
* **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))
|
|
1216
1226
|
|
|
1217
1227
|
|
|
1218
1228
|
|
|
1219
1229
|
<a name="2.0.0"></a>
|
|
1220
|
-
# [2.0.0](https://github.com/
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
### Bug Fixes
|
|
1224
|
-
|
|
1225
|
-
* **api:** use npa[@5](https://github.com/5) for spec parsing (#78) ([3f56298](https://github.com/
|
|
1226
|
-
* **deprecated:** remove underscore from manifest._deprecated ([9f4af93](https://github.com/
|
|
1227
|
-
* **directory:** add _resolved to directory manifests ([1d305db](https://github.com/
|
|
1228
|
-
* **directory:** return null instead of throwing ([d35630d](https://github.com/
|
|
1229
|
-
* **finalize:** don't try to cache manifests we can't get a good key for ([8ab1758](https://github.com/
|
|
1230
|
-
* **finalize:** refactored finalize-manifest code + add _integrity=false sentinel ([657b7fa](https://github.com/
|
|
1231
|
-
* **git:** cleaner handling of git tarball streams when caching ([11acd0a](https://github.com/
|
|
1232
|
-
* **git:** emit manifests from git tarball handler ([b139d4b](https://github.com/
|
|
1233
|
-
* **git:** fix .git exclusion, set mtime = 0 to make tarballs idempotent ([9a9fa1b](https://github.com/
|
|
1234
|
-
* **git:** fix fallback order and only fall back on hosted shortcuts ([551cb33](https://github.com/
|
|
1235
|
-
* **git:** fix filling-out of git manifests ([95e807c](https://github.com/
|
|
1236
|
-
* **git:** got dir packer option working with git ([7669b3e](https://github.com/
|
|
1237
|
-
* **headers:** nudge around some headers to make things behave ([db1e0a1](https://github.com/
|
|
1238
|
-
* **manifest:** get rid of resolved-with-non-error warning ([d4d4917](https://github.com/
|
|
1239
|
-
* **manifest:** stop using digest for manifests ([4ddd2f5](https://github.com/
|
|
1240
|
-
* **opts:** bring opt-check up to date ([564419e](https://github.com/
|
|
1241
|
-
* **opts:** rename refreshCache to preferOnline cause much clearer ([94171d6](https://github.com/
|
|
1242
|
-
* **prefetch:** fall back to the _integrity in the manifest if none calculated ([083ac79](https://github.com/
|
|
1243
|
-
* **prefetch:** if there's no stream, just skip (for directory) ([714de91](https://github.com/
|
|
1244
|
-
* **registry:** fix error handling for registry tarballs ([e69539f](https://github.com/
|
|
1245
|
-
* **registry:** nudging logging stuff around a bit ([61d62cc](https://github.com/
|
|
1246
|
-
* **registry:** only send auth info if tarball is hosted on the same registry ([1de5a2b](https://github.com/
|
|
1247
|
-
* **registry:** redirect tarball urls to provided registry port+protocol if same host ([f50167e](https://github.com/
|
|
1248
|
-
* **registry:** support memoizing packuments ([e7fff31](https://github.com/
|
|
1249
|
-
* **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))
|
|
1250
1260
|
|
|
1251
1261
|
|
|
1252
1262
|
### Features
|
|
1253
1263
|
|
|
1254
|
-
* **directory:** implement local dir packing ([017d989](https://github.com/
|
|
1255
|
-
* **fetch:** bump make-fetch-happen for new restarts ([cf90716](https://github.com/
|
|
1256
|
-
* **git:** support pulling in git submodules ([5825d33](https://github.com/
|
|
1257
|
-
* **integrity:** replace http client (#72) ([189cdd2](https://github.com/
|
|
1258
|
-
* **prefetch:** return cache-related info on prefetch ([623b7f3](https://github.com/
|
|
1259
|
-
* **registry:** allow injection of request agents ([805e5ae](https://github.com/
|
|
1260
|
-
* **registry:** fast request pooling ([321f84b](https://github.com/
|
|
1261
|
-
* **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))
|
|
1262
1272
|
|
|
1263
1273
|
|
|
1264
1274
|
### BREAKING CHANGES
|
|
@@ -1279,50 +1289,50 @@ details.
|
|
|
1279
1289
|
|
|
1280
1290
|
|
|
1281
1291
|
<a name="1.0.0"></a>
|
|
1282
|
-
# [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)
|
|
1283
1293
|
|
|
1284
1294
|
|
|
1285
1295
|
### Bug Fixes
|
|
1286
1296
|
|
|
1287
|
-
* **extract-stream:** adapt to tar-fs api ([aa21308](https://github.com/
|
|
1288
|
-
* add 'use strict' to all .js files (#26) ([021bd59](https://github.com/
|
|
1289
|
-
* **cache:** this is really a user error, so just throw ([5c9c0fa](https://github.com/
|
|
1290
|
-
* **deps:** cacache[@5](https://github.com/5).0.3 ([37cddc5](https://github.com/
|
|
1291
|
-
* **deps:** tar-fs[@1](https://github.com/1).15.1 ([e0d853a](https://github.com/
|
|
1292
|
-
* **docs:** correct fixtures table (#57) ([23d2eb4](https://github.com/
|
|
1293
|
-
* **extract:** correctly detect digest cache misses ([ec6672b](https://github.com/
|
|
1294
|
-
* **extract:** fixed race condition ([14fd2a8](https://github.com/
|
|
1295
|
-
* **finalize-manifest:** use digest to uniquify cached manifests ([931a9cb](https://github.com/
|
|
1296
|
-
* **http:** Fixed cache-related race condition ([b70a4b1](https://github.com/
|
|
1297
|
-
* **manifest:** dir manifests should throw ENOPACKAGEJSON ([b06882d](https://github.com/
|
|
1298
|
-
* **manifest:** ETARGET when no packages match ([ea2127d](https://github.com/
|
|
1299
|
-
* **manifest:** local manifest fn should return a promise ([c700622](https://github.com/
|
|
1300
|
-
* **manifest:** retry registry manifests once on ETARGET (#66) ([3b99adc](https://github.com/
|
|
1301
|
-
* **prefetch:** hashAlgorithm is required for hasContent ([f03d51c](https://github.com/
|
|
1302
|
-
* **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))
|
|
1303
1313
|
|
|
1304
1314
|
|
|
1305
1315
|
### Features
|
|
1306
1316
|
|
|
1307
|
-
* **api:** support pre-realized specifiers as specs (#62) ([1d5bf39](https://github.com/
|
|
1308
|
-
* **cache:** grabbing info and hasContent ([a559711](https://github.com/
|
|
1309
|
-
* **deps:** minimatch[@3](https://github.com/3).0.3 ([2bb8cd5](https://github.com/
|
|
1310
|
-
* **deps:** normalize-package-data[@2](https://github.com/2).3.5 ([4250e0d](https://github.com/
|
|
1311
|
-
* **directory:** directory dep support (#68) ([6d5307a](https://github.com/
|
|
1312
|
-
* **git:** baseline git support (#69) ([6d7eaf5](https://github.com/
|
|
1313
|
-
* **handlers:** added remote tarball support (#64) ([add1808](https://github.com/
|
|
1314
|
-
* **local:** local tarball support (#67) ([e50d625](https://github.com/
|
|
1315
|
-
* **manifest:** handle deprecation notice (#60) ([db82dae](https://github.com/
|
|
1316
|
-
* **manifest:** standardize manifest format ([3dd9a72](https://github.com/
|
|
1317
|
-
* **manifest:** switch to cacache for caching ([8ba7249](https://github.com/
|
|
1318
|
-
* **prefetch:** added tarball prefetch support ([26c34ce](https://github.com/
|
|
1319
|
-
* **request:** accept maxSockets opt ([3987807](https://github.com/
|
|
1320
|
-
* **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))
|
|
1321
1331
|
|
|
1322
1332
|
|
|
1323
1333
|
### Performance Improvements
|
|
1324
1334
|
|
|
1325
|
-
* **finalize-manifest:** cache finalized manifests ([fa3c430](https://github.com/
|
|
1335
|
+
* **finalize-manifest:** cache finalized manifests ([fa3c430](https://github.com/npm/pacote/commit/fa3c430))
|
|
1326
1336
|
|
|
1327
1337
|
|
|
1328
1338
|
### BREAKING CHANGES
|