From baaedbc6e2fc370d73b35e7721794719115507cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kat=20March=C3=A1n?= Date: Mon, 18 Feb 2019 15:24:06 -0800 Subject: [PATCH] pacote@9.5.0 Adds opts.before support --- node_modules/pacote/CHANGELOG.md | 10 ++++++++++ node_modules/pacote/README.md | 2 +- node_modules/pacote/lib/util/opt-check.js | 1 + node_modules/pacote/package.json | 24 +++++++++++------------ package-lock.json | 6 +++--- package.json | 2 +- 6 files changed, 28 insertions(+), 17 deletions(-) diff --git a/node_modules/pacote/CHANGELOG.md b/node_modules/pacote/CHANGELOG.md index a7784d9bb1193..1c8feb9a79377 100644 --- a/node_modules/pacote/CHANGELOG.md +++ b/node_modules/pacote/CHANGELOG.md @@ -2,6 +2,16 @@ 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. + +# [9.5.0](https://github.com/zkat/pacote/compare/v9.4.1...v9.5.0) (2019-02-18) + + +### Features + +* **enjoy-by:** add `before` as an alias to enjoy-by ([75d62b7](https://github.com/zkat/pacote/commit/75d62b7)) + + + ## [9.4.1](https://github.com/zkat/pacote/compare/v9.4.0...v9.4.1) (2019-01-24) diff --git a/node_modules/pacote/README.md b/node_modules/pacote/README.md index 8d160b7cb73ed..bf2e5f4f61e9f 100644 --- a/node_modules/pacote/README.md +++ b/node_modules/pacote/README.md @@ -231,7 +231,7 @@ even though npm itself does. ##### `opts.enjoy-by` -* Alias: `opts.enjoyBy` +* Alias: `opts.enjoyBy`, `opts.before` * Type: Date-able * Default: undefined diff --git a/node_modules/pacote/lib/util/opt-check.js b/node_modules/pacote/lib/util/opt-check.js index e6afc21c849c4..8b6b472f850eb 100644 --- a/node_modules/pacote/lib/util/opt-check.js +++ b/node_modules/pacote/lib/util/opt-check.js @@ -13,6 +13,7 @@ module.exports = figgyPudding({ dmode: {}, 'enjoy-by': 'enjoyBy', enjoyBy: {}, + before: 'enjoyBy', fmode: {}, 'fetch-retries': { default: 2 }, 'fetch-retry-factor': { default: 10 }, diff --git a/node_modules/pacote/package.json b/node_modules/pacote/package.json index 96ae38bd682a6..896afe5a77dd2 100644 --- a/node_modules/pacote/package.json +++ b/node_modules/pacote/package.json @@ -1,21 +1,21 @@ { - "_from": "pacote@9.4.1", - "_id": "pacote@9.4.1", + "_from": "pacote@latest", + "_id": "pacote@9.5.0", "_inBundle": false, - "_integrity": "sha512-YKSRsQqmeHxgra0KCdWA2FtVxDPUlBiCdmew+mSe44pzlx5t1ViRMWiQg18T+DREA+vSqYfKzynaToFR4hcKHw==", + "_integrity": "sha512-aUplXozRbzhaJO48FaaeClmN+2Mwt741MC6M3bevIGZwdCaP7frXzbUOfOWa91FPHoLITzG0hYaKY363lxO3bg==", "_location": "/pacote", "_phantomChildren": { "safe-buffer": "5.1.2" }, "_requested": { - "type": "version", + "type": "tag", "registry": true, - "raw": "pacote@9.4.1", + "raw": "pacote@latest", "name": "pacote", "escapedName": "pacote", - "rawSpec": "9.4.1", + "rawSpec": "latest", "saveSpec": null, - "fetchSpec": "9.4.1" + "fetchSpec": "latest" }, "_requiredBy": [ "#USER", @@ -23,10 +23,10 @@ "/libcipm", "/libnpm" ], - "_resolved": "https://registry.npmjs.org/pacote/-/pacote-9.4.1.tgz", - "_shasum": "f0af2a52d241bce523d39280ac810c671db62279", - "_spec": "pacote@9.4.1", - "_where": "/Users/aeschright/code/npm-release", + "_resolved": "https://registry.npmjs.org/pacote/-/pacote-9.5.0.tgz", + "_shasum": "85f3013a3f6dd51c108b0ccabd3de8102ddfaeda", + "_spec": "pacote@latest", + "_where": "/Users/zkat/Documents/code/work/npm", "author": { "name": "Kat Marchán", "email": "kzm@sykosomatic.org" @@ -116,5 +116,5 @@ "update-coc": "weallbehave -o . && git add CODE_OF_CONDUCT.md && git commit -m 'docs(coc): updated CODE_OF_CONDUCT.md'", "update-contrib": "weallcontribute -o . && git add CONTRIBUTING.md && git commit -m 'docs(contributing): updated CONTRIBUTING.md'" }, - "version": "9.4.1" + "version": "9.5.0" } diff --git a/package-lock.json b/package-lock.json index 11cefb7f720ab..508fd3d8baf0c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6190,9 +6190,9 @@ } }, "pacote": { - "version": "9.4.1", - "resolved": "https://registry.npmjs.org/pacote/-/pacote-9.4.1.tgz", - "integrity": "sha512-YKSRsQqmeHxgra0KCdWA2FtVxDPUlBiCdmew+mSe44pzlx5t1ViRMWiQg18T+DREA+vSqYfKzynaToFR4hcKHw==", + "version": "9.5.0", + "resolved": "https://registry.npmjs.org/pacote/-/pacote-9.5.0.tgz", + "integrity": "sha512-aUplXozRbzhaJO48FaaeClmN+2Mwt741MC6M3bevIGZwdCaP7frXzbUOfOWa91FPHoLITzG0hYaKY363lxO3bg==", "requires": { "bluebird": "^3.5.3", "cacache": "^11.3.2", diff --git a/package.json b/package.json index 6920c329af406..79815b394ca69 100644 --- a/package.json +++ b/package.json @@ -104,7 +104,7 @@ "once": "~1.4.0", "opener": "^1.5.1", "osenv": "^0.1.5", - "pacote": "^9.4.1", + "pacote": "^9.5.0", "path-is-inside": "~1.0.2", "promise-inflight": "~1.0.1", "qrcode-terminal": "^0.12.0",