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
5
<a name =" 4.0.1 " ></a >
6
- ## [ 4.0.1] ( https://github.com/zkat/cipm /compare/v4.0.0...v4.0.1 ) (2019-08-12)
6
+ ## [ 4.0.1] ( https://github.com/npm/libcipm /compare/v4.0.0...v4.0.1 ) (2019-08-12)
7
7
8
8
9
9
### Bug Fixes
10
10
11
- * respect and retain all configs passed in ([ 20b7372] ( https://github.com/zkat/cipm /commit/20b7372 ) )
11
+ * respect and retain all configs passed in ([ 20b7372] ( https://github.com/npm/libcipm /commit/20b7372 ) )
12
12
13
13
14
14
15
15
<a name =" 4.0.0 " ></a >
16
- # [ 4.0.0] ( https://github.com/zkat/cipm /compare/v3.0.3...v4.0.0 ) (2019-07-10)
16
+ # [ 4.0.0] ( https://github.com/npm/libcipm /compare/v3.0.3...v4.0.0 ) (2019-07-10)
17
17
18
18
19
- * npm-lifecycle@3.0.0 ([ 84b8d7e] ( https://github.com/zkat/cipm /commit/84b8d7e ) )
19
+ * npm-lifecycle@3.0.0 ([ 84b8d7e] ( https://github.com/npm/libcipm /commit/84b8d7e ) )
20
20
21
21
22
22
### Bug Fixes
23
23
24
- * ** lifecycle:** remove warning from bluebird ([ #59 ] ( https://github.com/zkat/cipm /issues/59 ) ) ([ 7af39e6] ( https://github.com/zkat/cipm /commit/7af39e6 ) ), closes [ #58 ] ( https://github.com/zkat/cipm /issues/58 )
24
+ * ** lifecycle:** remove warning from bluebird ([ #59 ] ( https://github.com/npm/libcipm /issues/59 ) ) ([ 7af39e6] ( https://github.com/npm/libcipm /commit/7af39e6 ) ), closes [ #58 ] ( https://github.com/npm/libcipm /issues/58 )
25
25
26
26
27
27
### BREAKING CHANGES
@@ -31,42 +31,42 @@ All notable changes to this project will be documented in this file. See [standa
31
31
32
32
33
33
<a name =" 3.0.3 " ></a >
34
- ## [ 3.0.3] ( https://github.com/zkat/cipm /compare/v3.0.2...v3.0.3 ) (2019-01-22)
34
+ ## [ 3.0.3] ( https://github.com/npm/libcipm /compare/v3.0.2...v3.0.3 ) (2019-01-22)
35
35
36
36
37
37
### Bug Fixes
38
38
39
- * ** scripts:** pass in opts.dir directly ([ 018df27] ( https://github.com/zkat/cipm /commit/018df27 ) )
39
+ * ** scripts:** pass in opts.dir directly ([ 018df27] ( https://github.com/npm/libcipm /commit/018df27 ) )
40
40
41
41
42
42
43
43
<a name =" 3.0.2 " ></a >
44
- ## [ 3.0.2] ( https://github.com/zkat/cipm /compare/v3.0.1...v3.0.2 ) (2018-08-31)
44
+ ## [ 3.0.2] ( https://github.com/npm/libcipm /compare/v3.0.1...v3.0.2 ) (2018-08-31)
45
45
46
46
47
47
### Bug Fixes
48
48
49
- * ** worker:** missed a spot ([ 4371558] ( https://github.com/zkat/cipm /commit/4371558 ) )
49
+ * ** worker:** missed a spot ([ 4371558] ( https://github.com/npm/libcipm /commit/4371558 ) )
50
50
51
51
52
52
53
53
<a name =" 3.0.1 " ></a >
54
- ## [ 3.0.1] ( https://github.com/zkat/cipm /compare/v3.0.0...v3.0.1 ) (2018-08-31)
54
+ ## [ 3.0.1] ( https://github.com/npm/libcipm /compare/v3.0.0...v3.0.1 ) (2018-08-31)
55
55
56
56
57
57
### Bug Fixes
58
58
59
- * ** workers:** disable workers for now ([ 64db490] ( https://github.com/zkat/cipm /commit/64db490 ) )
59
+ * ** workers:** disable workers for now ([ 64db490] ( https://github.com/npm/libcipm /commit/64db490 ) )
60
60
61
61
62
62
63
63
<a name =" 3.0.0 " ></a >
64
- # [ 3.0.0] ( https://github.com/zkat/cipm /compare/v2.0.2...v3.0.0 ) (2018-08-31)
64
+ # [ 3.0.0] ( https://github.com/npm/libcipm /compare/v2.0.2...v3.0.0 ) (2018-08-31)
65
65
66
66
67
67
### Features
68
68
69
- * ** config:** switch to modern, figgy-pudding configuration ([ #57 ] ( https://github.com/zkat/cipm /issues/57 ) ) ([ 161f6b2] ( https://github.com/zkat/cipm /commit/161f6b2 ) )
69
+ * ** config:** switch to modern, figgy-pudding configuration ([ #57 ] ( https://github.com/npm/libcipm /issues/57 ) ) ([ 161f6b2] ( https://github.com/npm/libcipm /commit/161f6b2 ) )
70
70
71
71
72
72
### BREAKING CHANGES
@@ -76,32 +76,32 @@ All notable changes to this project will be documented in this file. See [standa
76
76
77
77
78
78
<a name =" 2.0.2 " ></a >
79
- ## [ 2.0.2] ( https://github.com/zkat/cipm /compare/v2.0.1...v2.0.2 ) (2018-08-10)
79
+ ## [ 2.0.2] ( https://github.com/npm/libcipm /compare/v2.0.1...v2.0.2 ) (2018-08-10)
80
80
81
81
82
82
### Bug Fixes
83
83
84
- * ** child:** only override dirPacker if opts.dirPacker is defined ([ #55 ] ( https://github.com/zkat/cipm /issues/55 ) ) ([ 13ab2f0] ( https://github.com/zkat/cipm /commit/13ab2f0 ) )
84
+ * ** child:** only override dirPacker if opts.dirPacker is defined ([ #55 ] ( https://github.com/npm/libcipm /issues/55 ) ) ([ 13ab2f0] ( https://github.com/npm/libcipm /commit/13ab2f0 ) )
85
85
86
86
87
87
88
88
<a name =" 2.0.1 " ></a >
89
- ## [ 2.0.1] ( https://github.com/zkat/cipm /compare/v2.0.0...v2.0.1 ) (2018-07-27)
89
+ ## [ 2.0.1] ( https://github.com/npm/libcipm /compare/v2.0.0...v2.0.1 ) (2018-07-27)
90
90
91
91
92
92
### Bug Fixes
93
93
94
- * ** deps:** move mkdirp to prod deps ([ 6878f39] ( https://github.com/zkat/cipm /commit/6878f39 ) )
94
+ * ** deps:** move mkdirp to prod deps ([ 6878f39] ( https://github.com/npm/libcipm /commit/6878f39 ) )
95
95
96
96
97
97
98
98
<a name =" 2.0.0 " ></a >
99
- # [ 2.0.0] ( https://github.com/zkat/cipm /compare/v1.6.3...v2.0.0 ) (2018-05-24)
99
+ # [ 2.0.0] ( https://github.com/npm/libcipm /compare/v1.6.3...v2.0.0 ) (2018-05-24)
100
100
101
101
102
102
### meta
103
103
104
- * update node version support ([ 694b4d3] ( https://github.com/zkat/cipm /commit/694b4d3 ) )
104
+ * update node version support ([ 694b4d3] ( https://github.com/npm/libcipm /commit/694b4d3 ) )
105
105
106
106
107
107
### BREAKING CHANGES
@@ -111,173 +111,173 @@ All notable changes to this project will be documented in this file. See [standa
111
111
112
112
113
113
<a name =" 1.6.3 " ></a >
114
- ## [ 1.6.3] ( https://github.com/zkat/cipm /compare/v1.6.2...v1.6.3 ) (2018-05-24)
114
+ ## [ 1.6.3] ( https://github.com/npm/libcipm /compare/v1.6.2...v1.6.3 ) (2018-05-24)
115
115
116
116
117
117
118
118
<a name =" 1.6.2 " ></a >
119
- ## [ 1.6.2] ( https://github.com/zkat/cipm /compare/v1.6.1...v1.6.2 ) (2018-04-08)
119
+ ## [ 1.6.2] ( https://github.com/npm/libcipm /compare/v1.6.1...v1.6.2 ) (2018-04-08)
120
120
121
121
122
122
### Bug Fixes
123
123
124
- * ** lifecycle:** detect binding.gyp for default install lifecycle ([ #46 ] ( https://github.com/zkat/cipm /issues/46 ) ) ([ 9149631] ( https://github.com/zkat/cipm /commit/9149631 ) ), closes [ #45 ] ( https://github.com/zkat/cipm /issues/45 )
124
+ * ** lifecycle:** detect binding.gyp for default install lifecycle ([ #46 ] ( https://github.com/npm/libcipm /issues/46 ) ) ([ 9149631] ( https://github.com/npm/libcipm /commit/9149631 ) ), closes [ #45 ] ( https://github.com/npm/libcipm /issues/45 )
125
125
126
126
127
127
128
128
<a name =" 1.6.1 " ></a >
129
- ## [ 1.6.1] ( https://github.com/zkat/cipm /compare/v1.6.0...v1.6.1 ) (2018-03-13)
129
+ ## [ 1.6.1] ( https://github.com/npm/libcipm /compare/v1.6.0...v1.6.1 ) (2018-03-13)
130
130
131
131
132
132
### Bug Fixes
133
133
134
- * ** bin:** Set non-zero exit code on error ([ #41 ] ( https://github.com/zkat/cipm /issues/41 ) ) ([ 54d0106] ( https://github.com/zkat/cipm /commit/54d0106 ) )
135
- * ** lifecycle:** defer to lifecycle’s internal logic as to whether or not to execute a run-script ([ #42 ] ( https://github.com/zkat/cipm /issues/42 ) ) ([ 7f27a52] ( https://github.com/zkat/cipm /commit/7f27a52 ) ), closes [ npm/npm #19258 ] ( https://github.com/npm/npm/issues/19258 )
136
- * ** prefix:** don't reference prefix before computing it ([ #40 ] ( https://github.com/zkat/cipm /issues/40 ) ) ([ 08ed1cc] ( https://github.com/zkat/cipm /commit/08ed1cc ) )
137
- * ** prefix:** Resolve to promise when passing --prefix to npm ci ([ #43 ] ( https://github.com/zkat/cipm /issues/43 ) ) ([ 401d466] ( https://github.com/zkat/cipm /commit/401d466 ) )
134
+ * ** bin:** Set non-zero exit code on error ([ #41 ] ( https://github.com/npm/libcipm /issues/41 ) ) ([ 54d0106] ( https://github.com/npm/libcipm /commit/54d0106 ) )
135
+ * ** lifecycle:** defer to lifecycle’s internal logic as to whether or not to execute a run-script ([ #42 ] ( https://github.com/npm/libcipm /issues/42 ) ) ([ 7f27a52] ( https://github.com/npm/libcipm /commit/7f27a52 ) ), closes [ npm/npm #19258 ] ( https://github.com/npm/npm/issues/19258 )
136
+ * ** prefix:** don't reference prefix before computing it ([ #40 ] ( https://github.com/npm/libcipm /issues/40 ) ) ([ 08ed1cc] ( https://github.com/npm/libcipm /commit/08ed1cc ) )
137
+ * ** prefix:** Resolve to promise when passing --prefix to npm ci ([ #43 ] ( https://github.com/npm/libcipm /issues/43 ) ) ([ 401d466] ( https://github.com/npm/libcipm /commit/401d466 ) )
138
138
139
139
140
140
141
141
<a name =" 1.6.0 " ></a >
142
- # [ 1.6.0] ( https://github.com/zkat/cipm /compare/v1.5.1...v1.6.0 ) (2018-03-01)
142
+ # [ 1.6.0] ( https://github.com/npm/libcipm /compare/v1.5.1...v1.6.0 ) (2018-03-01)
143
143
144
144
145
145
### Bug Fixes
146
146
147
- * ** bin:** cli.js was being excluded ([ d62668e] ( https://github.com/zkat/cipm /commit/d62668e ) )
147
+ * ** bin:** cli.js was being excluded ([ d62668e] ( https://github.com/npm/libcipm /commit/d62668e ) )
148
148
149
149
150
150
### Features
151
151
152
- * ** libcipm:** working standalone cipm release! ([ a3383fd] ( https://github.com/zkat/cipm /commit/a3383fd ) )
152
+ * ** libcipm:** working standalone cipm release! ([ a3383fd] ( https://github.com/npm/libcipm /commit/a3383fd ) )
153
153
154
154
155
155
156
156
<a name =" 1.5.1 " ></a >
157
- ## [ 1.5.1] ( https://github.com/zkat/cipm /compare/v1.5.0...v1.5.1 ) (2018-03-01)
157
+ ## [ 1.5.1] ( https://github.com/npm/libcipm /compare/v1.5.0...v1.5.1 ) (2018-03-01)
158
158
159
159
160
160
### Bug Fixes
161
161
162
- * ** _ from:** do not add _ from to directory deps ([ 7405360] ( https://github.com/zkat/cipm /commit/7405360 ) )
162
+ * ** _ from:** do not add _ from to directory deps ([ 7405360] ( https://github.com/npm/libcipm /commit/7405360 ) )
163
163
164
164
165
165
166
166
<a name =" 1.5.0 " ></a >
167
- # [ 1.5.0] ( https://github.com/zkat/cipm /compare/v1.4.1...v1.5.0 ) (2018-03-01)
167
+ # [ 1.5.0] ( https://github.com/npm/libcipm /compare/v1.4.1...v1.5.0 ) (2018-03-01)
168
168
169
169
170
170
### Bug Fixes
171
171
172
- * ** errors:** handle aggregate errors better ([ 6239499] ( https://github.com/zkat/cipm /commit/6239499 ) )
172
+ * ** errors:** handle aggregate errors better ([ 6239499] ( https://github.com/npm/libcipm /commit/6239499 ) )
173
173
174
174
175
175
### Features
176
176
177
- * ** logger:** rudimentary progress bar update ([ c5d9dc7] ( https://github.com/zkat/cipm /commit/c5d9dc7 ) )
177
+ * ** logger:** rudimentary progress bar update ([ c5d9dc7] ( https://github.com/npm/libcipm /commit/c5d9dc7 ) )
178
178
179
179
180
180
181
181
<a name =" 1.4.1 " ></a >
182
- ## [ 1.4.1] ( https://github.com/zkat/cipm /compare/v1.4.0...v1.4.1 ) (2018-02-27)
182
+ ## [ 1.4.1] ( https://github.com/npm/libcipm /compare/v1.4.0...v1.4.1 ) (2018-02-27)
183
183
184
184
185
185
### Bug Fixes
186
186
187
- * ** buildTree:** linking in parallel causes hoist-clobbering ([ 5ffbc0e] ( https://github.com/zkat/cipm /commit/5ffbc0e ) ), closes [ #39 ] ( https://github.com/zkat/cipm /issues/39 )
188
- * ** buildTree:** use checkDepEnv here too ([ 41a4634] ( https://github.com/zkat/cipm /commit/41a4634 ) )
189
- * ** perf:** split up updateJson and buildTree ([ df5aba0] ( https://github.com/zkat/cipm /commit/df5aba0 ) )
190
- * ** perf:** stop using the readPackageJson version to update packages ([ 8da3d5a] ( https://github.com/zkat/cipm /commit/8da3d5a ) )
187
+ * ** buildTree:** linking in parallel causes hoist-clobbering ([ 5ffbc0e] ( https://github.com/npm/libcipm /commit/5ffbc0e ) ), closes [ #39 ] ( https://github.com/npm/libcipm /issues/39 )
188
+ * ** buildTree:** use checkDepEnv here too ([ 41a4634] ( https://github.com/npm/libcipm /commit/41a4634 ) )
189
+ * ** perf:** split up updateJson and buildTree ([ df5aba0] ( https://github.com/npm/libcipm /commit/df5aba0 ) )
190
+ * ** perf:** stop using the readPackageJson version to update packages ([ 8da3d5a] ( https://github.com/npm/libcipm /commit/8da3d5a ) )
191
191
192
192
193
193
194
194
<a name =" 1.4.0 " ></a >
195
- # [ 1.4.0] ( https://github.com/zkat/cipm /compare/v1.3.3...v1.4.0 ) (2018-02-21)
195
+ # [ 1.4.0] ( https://github.com/npm/libcipm /compare/v1.3.3...v1.4.0 ) (2018-02-21)
196
196
197
197
198
198
### Features
199
199
200
- * ** extract:** add support for --only and --also ([ ad143ae] ( https://github.com/zkat/cipm /commit/ad143ae ) )
200
+ * ** extract:** add support for --only and --also ([ ad143ae] ( https://github.com/npm/libcipm /commit/ad143ae ) )
201
201
202
202
203
203
204
204
<a name =" 1.3.3 " ></a >
205
- ## [ 1.3.3] ( https://github.com/zkat/cipm /compare/v1.3.2...v1.3.3 ) (2018-02-21)
205
+ ## [ 1.3.3] ( https://github.com/npm/libcipm /compare/v1.3.2...v1.3.3 ) (2018-02-21)
206
206
207
207
208
208
### Bug Fixes
209
209
210
- * ** extract:** stop extracting deps before parent :\ ([ c6847dc] ( https://github.com/zkat/cipm /commit/c6847dc ) )
210
+ * ** extract:** stop extracting deps before parent :\ ([ c6847dc] ( https://github.com/npm/libcipm /commit/c6847dc ) )
211
211
212
212
213
213
214
214
<a name =" 1.3.2 " ></a >
215
- ## [ 1.3.2] ( https://github.com/zkat/cipm /compare/v1.3.1...v1.3.2 ) (2018-02-15)
215
+ ## [ 1.3.2] ( https://github.com/npm/libcipm /compare/v1.3.1...v1.3.2 ) (2018-02-15)
216
216
217
217
218
218
219
219
<a name =" 1.3.1 " ></a >
220
- ## [ 1.3.1] ( https://github.com/zkat/cipm /compare/v1.3.0...v1.3.1 ) (2018-02-15)
220
+ ## [ 1.3.1] ( https://github.com/npm/libcipm /compare/v1.3.0...v1.3.1 ) (2018-02-15)
221
221
222
222
223
223
224
224
<a name =" 1.3.0 " ></a >
225
- # [ 1.3.0] ( https://github.com/zkat/cipm /compare/v1.2.0...v1.3.0 ) (2018-02-13)
225
+ # [ 1.3.0] ( https://github.com/npm/libcipm /compare/v1.2.0...v1.3.0 ) (2018-02-13)
226
226
227
227
228
228
### Features
229
229
230
- * ** extract:** link directory deps and install missing bundle deps ([ 8334e9e] ( https://github.com/zkat/cipm /commit/8334e9e ) )
230
+ * ** extract:** link directory deps and install missing bundle deps ([ 8334e9e] ( https://github.com/npm/libcipm /commit/8334e9e ) )
231
231
232
232
233
233
234
234
<a name =" 1.2.0 " ></a >
235
- # [ 1.2.0] ( https://github.com/zkat/cipm /compare/v1.1.2...v1.2.0 ) (2018-02-07)
235
+ # [ 1.2.0] ( https://github.com/npm/libcipm /compare/v1.1.2...v1.2.0 ) (2018-02-07)
236
236
237
237
238
238
### Features
239
239
240
- * ** metadata:** add _ resolved, _ integrity, and _ from on install ([ 36642dc] ( https://github.com/zkat/cipm /commit/36642dc ) )
240
+ * ** metadata:** add _ resolved, _ integrity, and _ from on install ([ 36642dc] ( https://github.com/npm/libcipm /commit/36642dc ) )
241
241
242
242
243
243
244
244
<a name =" 1.1.2 " ></a >
245
- ## [ 1.1.2] ( https://github.com/zkat/cipm /compare/v1.1.1...v1.1.2 ) (2018-01-19)
245
+ ## [ 1.1.2] ( https://github.com/npm/libcipm /compare/v1.1.1...v1.1.2 ) (2018-01-19)
246
246
247
247
248
248
249
249
<a name =" 1.1.1 " ></a >
250
- ## [ 1.1.1] ( https://github.com/zkat/cipm /compare/v1.1.0...v1.1.1 ) (2018-01-19)
250
+ ## [ 1.1.1] ( https://github.com/npm/libcipm /compare/v1.1.0...v1.1.1 ) (2018-01-19)
251
251
252
252
253
253
254
254
<a name =" 1.1.0 " ></a >
255
- # [ 1.1.0] ( https://github.com/zkat/cipm /compare/v1.0.1...v1.1.0 ) (2018-01-07)
255
+ # [ 1.1.0] ( https://github.com/npm/libcipm /compare/v1.0.1...v1.1.0 ) (2018-01-07)
256
256
257
257
258
258
### Features
259
259
260
- * ** log:** add some helpful log output ([ f443f03] ( https://github.com/zkat/cipm /commit/f443f03 ) )
260
+ * ** log:** add some helpful log output ([ f443f03] ( https://github.com/npm/libcipm /commit/f443f03 ) )
261
261
262
262
263
263
264
264
<a name =" 1.0.1 " ></a >
265
- ## [ 1.0.1] ( https://github.com/zkat/cipm /compare/v1.0.0...v1.0.1 ) (2018-01-07)
265
+ ## [ 1.0.1] ( https://github.com/npm/libcipm /compare/v1.0.0...v1.0.1 ) (2018-01-07)
266
266
267
267
268
268
### Bug Fixes
269
269
270
- * ** deps:** added protoduck to pkgjson ([ ecbe719] ( https://github.com/zkat/cipm /commit/ecbe719 ) )
270
+ * ** deps:** added protoduck to pkgjson ([ ecbe719] ( https://github.com/npm/libcipm /commit/ecbe719 ) )
271
271
272
272
273
273
274
274
<a name =" 1.0.0 " ></a >
275
- # [ 1.0.0] ( https://github.com/zkat/cipm /compare/v0.9.1...v1.0.0 ) (2018-01-07)
275
+ # [ 1.0.0] ( https://github.com/npm/libcipm /compare/v0.9.1...v1.0.0 ) (2018-01-07)
276
276
277
277
278
278
### Features
279
279
280
- * ** cli:** splitting off CLI into a separate tool ([ cff65c1] ( https://github.com/zkat/cipm /commit/cff65c1 ) )
280
+ * ** cli:** splitting off CLI into a separate tool ([ cff65c1] ( https://github.com/npm/libcipm /commit/cff65c1 ) )
281
281
282
282
283
283
### BREAKING CHANGES
@@ -287,173 +287,173 @@ All notable changes to this project will be documented in this file. See [standa
287
287
288
288
289
289
<a name =" 0.9.1 " ></a >
290
- ## [ 0.9.1] ( https://github.com/zkat/cipm /compare/v0.9.0...v0.9.1 ) (2018-01-07)
290
+ ## [ 0.9.1] ( https://github.com/npm/libcipm /compare/v0.9.0...v0.9.1 ) (2018-01-07)
291
291
292
292
293
293
### Bug Fixes
294
294
295
- * ** prefix:** oops @ prefix ([ cc5adac] ( https://github.com/zkat/cipm /commit/cc5adac ) )
295
+ * ** prefix:** oops @ prefix ([ cc5adac] ( https://github.com/npm/libcipm /commit/cc5adac ) )
296
296
297
297
298
298
299
299
<a name =" 0.9.0 " ></a >
300
- # [ 0.9.0] ( https://github.com/zkat/cipm /compare/v0.8.0...v0.9.0 ) (2018-01-07)
300
+ # [ 0.9.0] ( https://github.com/npm/libcipm /compare/v0.8.0...v0.9.0 ) (2018-01-07)
301
301
302
302
303
303
### Bug Fixes
304
304
305
- * ** package:** add pacote to bundleDependencies ([ #36 ] ( https://github.com/zkat/cipm /issues/36 ) ) ([ a69742e] ( https://github.com/zkat/cipm /commit/a69742e ) )
305
+ * ** package:** add pacote to bundleDependencies ([ #36 ] ( https://github.com/npm/libcipm /issues/36 ) ) ([ a69742e] ( https://github.com/npm/libcipm /commit/a69742e ) )
306
306
307
307
308
308
### Features
309
309
310
- * ** config:** allow injection of npm configs ([ #35 ] ( https://github.com/zkat/cipm /issues/35 ) ) ([ 1f5694b] ( https://github.com/zkat/cipm /commit/1f5694b ) )
310
+ * ** config:** allow injection of npm configs ([ #35 ] ( https://github.com/npm/libcipm /issues/35 ) ) ([ 1f5694b] ( https://github.com/npm/libcipm /commit/1f5694b ) )
311
311
312
312
313
313
314
314
<a name =" 0.8.0 " ></a >
315
- # [ 0.8.0] ( https://github.com/zkat/cipm /compare/v0.7.2...v0.8.0 ) (2017-11-28)
315
+ # [ 0.8.0] ( https://github.com/npm/libcipm /compare/v0.7.2...v0.8.0 ) (2017-11-28)
316
316
317
317
318
318
### Features
319
319
320
- * ** gyp:** new npm-lifecycle[ @2 ] ( https://github.com/2 ) with included node-gyp ([ a4ed938] ( https://github.com/zkat/cipm /commit/a4ed938 ) )
320
+ * ** gyp:** new npm-lifecycle[ @2 ] ( https://github.com/2 ) with included node-gyp ([ a4ed938] ( https://github.com/npm/libcipm /commit/a4ed938 ) )
321
321
322
322
323
323
324
324
<a name =" 0.7.2 " ></a >
325
- ## [ 0.7.2] ( https://github.com/zkat/cipm /compare/v0.7.1...v0.7.2 ) (2017-10-13)
325
+ ## [ 0.7.2] ( https://github.com/npm/libcipm /compare/v0.7.1...v0.7.2 ) (2017-10-13)
326
326
327
327
328
328
### Bug Fixes
329
329
330
- * ** extract:** idk why this was breaking. Seriously. ([ 433a2be] ( https://github.com/zkat/cipm /commit/433a2be ) )
331
- * ** tree:** pass through a custom Promise to logiTree ([ 2d29efb] ( https://github.com/zkat/cipm /commit/2d29efb ) )
330
+ * ** extract:** idk why this was breaking. Seriously. ([ 433a2be] ( https://github.com/npm/libcipm /commit/433a2be ) )
331
+ * ** tree:** pass through a custom Promise to logiTree ([ 2d29efb] ( https://github.com/npm/libcipm /commit/2d29efb ) )
332
332
333
333
334
334
### Performance Improvements
335
335
336
- * zoomzoom. Even more concurrency! ([ db9c2e0] ( https://github.com/zkat/cipm /commit/db9c2e0 ) )
336
+ * zoomzoom. Even more concurrency! ([ db9c2e0] ( https://github.com/npm/libcipm /commit/db9c2e0 ) )
337
337
338
338
339
339
340
340
<a name =" 0.7.1 " ></a >
341
- ## [ 0.7.1] ( https://github.com/zkat/cipm /compare/v0.7.0...v0.7.1 ) (2017-10-13)
341
+ ## [ 0.7.1] ( https://github.com/npm/libcipm /compare/v0.7.0...v0.7.1 ) (2017-10-13)
342
342
343
343
344
344
### Bug Fixes
345
345
346
- * ** scripts:** separate extract and build and fix ordering ([ eb072a5] ( https://github.com/zkat/cipm /commit/eb072a5 ) )
346
+ * ** scripts:** separate extract and build and fix ordering ([ eb072a5] ( https://github.com/npm/libcipm /commit/eb072a5 ) )
347
347
348
348
349
349
350
350
<a name =" 0.7.0 " ></a >
351
- # [ 0.7.0] ( https://github.com/zkat/cipm /compare/v0.6.0...v0.7.0 ) (2017-10-12)
351
+ # [ 0.7.0] ( https://github.com/npm/libcipm /compare/v0.6.0...v0.7.0 ) (2017-10-12)
352
352
353
353
354
354
### Bug Fixes
355
355
356
- * ** lockfile:** npm-shrinkwrap takes precedence over package-lock (#28 ) ([ 3b98fb3] ( https://github.com/zkat/cipm /commit/3b98fb3 ) )
356
+ * ** lockfile:** npm-shrinkwrap takes precedence over package-lock (#28 ) ([ 3b98fb3] ( https://github.com/npm/libcipm /commit/3b98fb3 ) )
357
357
358
358
359
359
### Features
360
360
361
- * ** optional:** ignore failed optional deps (#27 ) ([ a654629] ( https://github.com/zkat/cipm /commit/a654629 ) )
361
+ * ** optional:** ignore failed optional deps (#27 ) ([ a654629] ( https://github.com/npm/libcipm /commit/a654629 ) )
362
362
363
363
364
364
365
365
<a name =" 0.6.0 " ></a >
366
- # [ 0.6.0] ( https://github.com/zkat/cipm /compare/v0.5.1...v0.6.0 ) (2017-10-09)
366
+ # [ 0.6.0] ( https://github.com/npm/libcipm /compare/v0.5.1...v0.6.0 ) (2017-10-09)
367
367
368
368
369
369
### Features
370
370
371
- * ** scripts:** run prepare and prepublish scripts in the root (#26 ) ([ e0e35a3] ( https://github.com/zkat/cipm /commit/e0e35a3 ) )
371
+ * ** scripts:** run prepare and prepublish scripts in the root (#26 ) ([ e0e35a3] ( https://github.com/npm/libcipm /commit/e0e35a3 ) )
372
372
373
373
374
374
375
375
<a name =" 0.5.1 " ></a >
376
- ## [ 0.5.1] ( https://github.com/zkat/cipm /compare/v0.5.0...v0.5.1 ) (2017-10-09)
376
+ ## [ 0.5.1] ( https://github.com/npm/libcipm /compare/v0.5.0...v0.5.1 ) (2017-10-09)
377
377
378
378
379
379
380
380
<a name =" 0.5.0 " ></a >
381
- # [ 0.5.0] ( https://github.com/zkat/cipm /compare/v0.4.0...v0.5.0 ) (2017-10-09)
381
+ # [ 0.5.0] ( https://github.com/npm/libcipm /compare/v0.4.0...v0.5.0 ) (2017-10-09)
382
382
383
383
384
384
### Bug Fixes
385
385
386
- * ** output:** npm does not punctuate this ([ e7ba976] ( https://github.com/zkat/cipm /commit/e7ba976 ) )
387
- * ** shutdown:** make sure workers close ([ 7ab57d0] ( https://github.com/zkat/cipm /commit/7ab57d0 ) )
386
+ * ** output:** npm does not punctuate this ([ e7ba976] ( https://github.com/npm/libcipm /commit/e7ba976 ) )
387
+ * ** shutdown:** make sure workers close ([ 7ab57d0] ( https://github.com/npm/libcipm /commit/7ab57d0 ) )
388
388
389
389
390
390
### Features
391
391
392
- * ** bin:** link bins and run scripts (#25 ) ([ fab74bf] ( https://github.com/zkat/cipm /commit/fab74bf ) )
393
- * ** lifecycle:** run scripts in dep order (#23 ) ([ 68ecfac] ( https://github.com/zkat/cipm /commit/68ecfac ) )
392
+ * ** bin:** link bins and run scripts (#25 ) ([ fab74bf] ( https://github.com/npm/libcipm /commit/fab74bf ) )
393
+ * ** lifecycle:** run scripts in dep order (#23 ) ([ 68ecfac] ( https://github.com/npm/libcipm /commit/68ecfac ) )
394
394
395
395
396
396
397
397
<a name =" 0.4.0 " ></a >
398
- # [ 0.4.0] ( https://github.com/zkat/cipm /compare/v0.3.2...v0.4.0 ) (2017-10-04)
398
+ # [ 0.4.0] ( https://github.com/npm/libcipm /compare/v0.3.2...v0.4.0 ) (2017-10-04)
399
399
400
400
401
401
### Features
402
402
403
- * ** opts:** support full range of relevant CLI opts (#19 ) ([ 6f2bd51] ( https://github.com/zkat/cipm /commit/6f2bd51 ) )
403
+ * ** opts:** support full range of relevant CLI opts (#19 ) ([ 6f2bd51] ( https://github.com/npm/libcipm /commit/6f2bd51 ) )
404
404
405
405
406
406
407
407
<a name =" 0.3.2 " ></a >
408
- ## [ 0.3.2] ( https://github.com/zkat/cipm /compare/v0.3.1...v0.3.2 ) (2017-09-06)
408
+ ## [ 0.3.2] ( https://github.com/npm/libcipm /compare/v0.3.1...v0.3.2 ) (2017-09-06)
409
409
410
410
411
411
### Bug Fixes
412
412
413
- * ** bin:** make cli executable by default (#13 ) ([ 14a9a5f] ( https://github.com/zkat/cipm /commit/14a9a5f ) )
414
- * ** config:** use npm.cmd on win32 and fix tests (#12 ) ([ d912d16] ( https://github.com/zkat/cipm /commit/d912d16 ) ), closes [ #12 ] ( https://github.com/zkat/cipm /issues/12 )
415
- * ** json:** strip BOM when reading JSON files (#8 ) ([ 2529149] ( https://github.com/zkat/cipm /commit/2529149 ) )
413
+ * ** bin:** make cli executable by default (#13 ) ([ 14a9a5f] ( https://github.com/npm/libcipm /commit/14a9a5f ) )
414
+ * ** config:** use npm.cmd on win32 and fix tests (#12 ) ([ d912d16] ( https://github.com/npm/libcipm /commit/d912d16 ) ), closes [ #12 ] ( https://github.com/npm/libcipm /issues/12 )
415
+ * ** json:** strip BOM when reading JSON files (#8 ) ([ 2529149] ( https://github.com/npm/libcipm /commit/2529149 ) )
416
416
417
417
418
418
419
419
<a name =" 0.3.1 " ></a >
420
- ## [ 0.3.1] ( https://github.com/zkat/cipm /compare/v0.3.0...v0.3.1 ) (2017-09-05)
420
+ ## [ 0.3.1] ( https://github.com/npm/libcipm /compare/v0.3.0...v0.3.1 ) (2017-09-05)
421
421
422
422
423
423
424
424
<a name =" 0.3.0 " ></a >
425
- # [ 0.3.0] ( https://github.com/zkat/cipm /compare/v0.2.0...v0.3.0 ) (2017-09-05)
425
+ # [ 0.3.0] ( https://github.com/npm/libcipm /compare/v0.2.0...v0.3.0 ) (2017-09-05)
426
426
427
427
428
428
### Features
429
429
430
- * ** lockfile:** verify that lockfile matches package.json (#5 ) ([ f631203] ( https://github.com/zkat/cipm /commit/f631203 ) )
431
- * ** scripts:** support --ignore-scripts option (#9 ) ([ 213ca02] ( https://github.com/zkat/cipm /commit/213ca02 ) )
430
+ * ** lockfile:** verify that lockfile matches package.json (#5 ) ([ f631203] ( https://github.com/npm/libcipm /commit/f631203 ) )
431
+ * ** scripts:** support --ignore-scripts option (#9 ) ([ 213ca02] ( https://github.com/npm/libcipm /commit/213ca02 ) )
432
432
433
433
434
434
435
435
<a name =" 0.2.0 " ></a >
436
- # [ 0.2.0] ( https://github.com/zkat/cipm /compare/v0.1.1...v0.2.0 ) (2017-09-01)
436
+ # [ 0.2.0] ( https://github.com/npm/libcipm /compare/v0.1.1...v0.2.0 ) (2017-09-01)
437
437
438
438
439
439
### Bug Fixes
440
440
441
- * ** main:** default --prefix ([ ff06a31] ( https://github.com/zkat/cipm /commit/ff06a31 ) )
441
+ * ** main:** default --prefix ([ ff06a31] ( https://github.com/npm/libcipm /commit/ff06a31 ) )
442
442
443
443
444
444
### Features
445
445
446
- * ** lifecycle:** actually run lifecycle scripts correctly ([ 7f8933e] ( https://github.com/zkat/cipm /commit/7f8933e ) )
446
+ * ** lifecycle:** actually run lifecycle scripts correctly ([ 7f8933e] ( https://github.com/npm/libcipm /commit/7f8933e ) )
447
447
448
448
449
449
450
450
<a name =" 0.1.1 " ></a >
451
- ## [ 0.1.1] ( https://github.com/zkat/cipm /compare/v0.1.0...v0.1.1 ) (2017-08-30)
451
+ ## [ 0.1.1] ( https://github.com/npm/libcipm /compare/v0.1.0...v0.1.1 ) (2017-08-30)
452
452
453
453
454
454
### Bug Fixes
455
455
456
- * ** files:** oops. forgot to include new files in tarball ([ 1ee85c9] ( https://github.com/zkat/cipm /commit/1ee85c9 ) )
456
+ * ** files:** oops. forgot to include new files in tarball ([ 1ee85c9] ( https://github.com/npm/libcipm /commit/1ee85c9 ) )
457
457
458
458
459
459
@@ -463,13 +463,13 @@ All notable changes to this project will be documented in this file. See [standa
463
463
464
464
### Bug Fixes
465
465
466
- * ** config:** pipe stdout ([ 08e6af8] ( https://github.com/zkat/cipm /commit/08e6af8 ) )
467
- * ** extract:** make sure to extract properly ([ 9643583] ( https://github.com/zkat/cipm /commit/9643583 ) )
468
- * ** license:** switch to MIT ([ 0d10d0d] ( https://github.com/zkat/cipm /commit/0d10d0d ) )
466
+ * ** config:** pipe stdout ([ 08e6af8] ( https://github.com/npm/libcipm /commit/08e6af8 ) )
467
+ * ** extract:** make sure to extract properly ([ 9643583] ( https://github.com/npm/libcipm /commit/9643583 ) )
468
+ * ** license:** switch to MIT ([ 0d10d0d] ( https://github.com/npm/libcipm /commit/0d10d0d ) )
469
469
470
470
471
471
### Features
472
472
473
- * ** impl:** rough prototype ([ 2970e43] ( https://github.com/zkat/cipm /commit/2970e43 ) )
474
- * ** lifecycle:** Run lifecycle events, implement prefix option, add unit tests (#1 ) ([ d6629be] ( https://github.com/zkat/cipm /commit/d6629be ) ), closes [ #1 ] ( https://github.com/zkat/cipm /issues/1 )
475
- * ** opts:** add usage string and --help ([ efcc48d] ( https://github.com/zkat/cipm /commit/efcc48d ) )
473
+ * ** impl:** rough prototype ([ 2970e43] ( https://github.com/npm/libcipm /commit/2970e43 ) )
474
+ * ** lifecycle:** Run lifecycle events, implement prefix option, add unit tests (#1 ) ([ d6629be] ( https://github.com/npm/libcipm /commit/d6629be ) ), closes [ #1 ] ( https://github.com/npm/libcipm /issues/1 )
475
+ * ** opts:** add usage string and --help ([ efcc48d] ( https://github.com/npm/libcipm /commit/efcc48d ) )
0 commit comments