pacote 9.4.1 → 9.5.0

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 CHANGED
@@ -2,6 +2,16 @@
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.0"></a>
6
+ # [9.5.0](https://github.com/zkat/pacote/compare/v9.4.1...v9.5.0) (2019-02-18)
7
+
8
+
9
+ ### Features
10
+
11
+ * **enjoy-by:** add `before` as an alias to enjoy-by ([75d62b7](https://github.com/zkat/pacote/commit/75d62b7))
12
+
13
+
14
+
5
15
  <a name="9.4.1"></a>
6
16
  ## [9.4.1](https://github.com/zkat/pacote/compare/v9.4.0...v9.4.1) (2019-01-24)
7
17
 
package/README.md CHANGED
@@ -231,7 +231,7 @@ even though npm itself does.
231
231
 
232
232
  ##### <a name="opts-enjoy-by"></a> `opts.enjoy-by`
233
233
 
234
- * Alias: `opts.enjoyBy`
234
+ * Alias: `opts.enjoyBy`, `opts.before`
235
235
  * Type: Date-able
236
236
  * Default: undefined
237
237
 
@@ -13,6 +13,7 @@ module.exports = figgyPudding({
13
13
  dmode: {},
14
14
  'enjoy-by': 'enjoyBy',
15
15
  enjoyBy: {},
16
+ before: 'enjoyBy',
16
17
  fmode: {},
17
18
  'fetch-retries': { default: 2 },
18
19
  'fetch-retry-factor': { default: 10 },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pacote",
3
- "version": "9.4.1",
3
+ "version": "9.5.0",
4
4
  "description": "JavaScript package downloader",
5
5
  "main": "index.js",
6
6
  "files": [