From 3b96b23b91384a82facc88785691705a764c4bab Mon Sep 17 00:00:00 2001 From: isaacs Date: Fri, 28 Jun 2019 15:29:52 -0700 Subject: [PATCH] npm-packlist@1.4.3 --- node_modules/npm-packlist/index.js | 1 + node_modules/npm-packlist/package.json | 22 +++++++++++----------- package-lock.json | 6 +++--- package.json | 2 +- 4 files changed, 16 insertions(+), 15 deletions(-) diff --git a/node_modules/npm-packlist/index.js b/node_modules/npm-packlist/index.js index fc328c753f476..7e553824fa6d7 100644 --- a/node_modules/npm-packlist/index.js +++ b/node_modules/npm-packlist/index.js @@ -34,6 +34,7 @@ const defaultRules = [ 'npm-debug.log', '**/.npmrc', '.*.swp', + '.DS_Store', '**/.DS_Store/**', '._*', '**/._*/**', diff --git a/node_modules/npm-packlist/package.json b/node_modules/npm-packlist/package.json index 6401a322d766b..49a7cacca090c 100644 --- a/node_modules/npm-packlist/package.json +++ b/node_modules/npm-packlist/package.json @@ -1,28 +1,28 @@ { - "_from": "npm-packlist@latest", - "_id": "npm-packlist@1.4.2", + "_from": "npm-packlist@^1.4.2", + "_id": "npm-packlist@1.4.3", "_inBundle": false, - "_integrity": "sha512-pyJclkNoBBckB6K/XPcMp8fP60MaqSZBPQVsNY7Yyc9VP1TUnPMYwck5YaBejf0L7xYr8f4l16+IENeZ0by+yw==", + "_integrity": "sha512-YABl09v5EoSw3uea9/gUfmqPUSbhhv7Qht8f7VKQWzTEEeUr5q+9w3jOvjIZ31v8qmR4UrkwpPvIk43MDevvsg==", "_location": "/npm-packlist", "_phantomChildren": {}, "_requested": { - "type": "tag", + "type": "range", "registry": true, - "raw": "npm-packlist@latest", + "raw": "npm-packlist@^1.4.2", "name": "npm-packlist", "escapedName": "npm-packlist", - "rawSpec": "latest", + "rawSpec": "^1.4.2", "saveSpec": null, - "fetchSpec": "latest" + "fetchSpec": "^1.4.2" }, "_requiredBy": [ "#USER", "/", "/pacote" ], - "_resolved": "https://registry.npmjs.org/npm-packlist/-/npm-packlist-1.4.2.tgz", - "_shasum": "a9d63153d4fb0547e6d4342e4102ba6c3bd2b2c7", - "_spec": "npm-packlist@latest", + "_resolved": "https://registry.npmjs.org/npm-packlist/-/npm-packlist-1.4.3.tgz", + "_shasum": "44baf075a36ec9217b307eb77a3f4eb3db0ec1ff", + "_spec": "npm-packlist@^1.4.2", "_where": "/Users/isaacs/dev/npm/cli", "author": { "name": "Isaac Z. Schlueter", @@ -64,5 +64,5 @@ "preversion": "npm test", "test": "tap test/*.js --100 -J" }, - "version": "1.4.2" + "version": "1.4.3" } diff --git a/package-lock.json b/package-lock.json index 4d83e2ae149b3..0a4566b8a06a4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3857,9 +3857,9 @@ } }, "npm-packlist": { - "version": "1.4.2", - "resolved": "https://registry.npmjs.org/npm-packlist/-/npm-packlist-1.4.2.tgz", - "integrity": "sha512-pyJclkNoBBckB6K/XPcMp8fP60MaqSZBPQVsNY7Yyc9VP1TUnPMYwck5YaBejf0L7xYr8f4l16+IENeZ0by+yw==", + "version": "1.4.3", + "resolved": "https://registry.npmjs.org/npm-packlist/-/npm-packlist-1.4.3.tgz", + "integrity": "sha512-YABl09v5EoSw3uea9/gUfmqPUSbhhv7Qht8f7VKQWzTEEeUr5q+9w3jOvjIZ31v8qmR4UrkwpPvIk43MDevvsg==", "requires": { "ignore-walk": "^3.0.1", "npm-bundled": "^1.0.1" diff --git a/package.json b/package.json index 37ecdda4358e9..559b8ef0c81d9 100644 --- a/package.json +++ b/package.json @@ -96,7 +96,7 @@ "npm-install-checks": "~3.0.0", "npm-lifecycle": "^2.1.0", "npm-package-arg": "^6.1.0", - "npm-packlist": "^1.4.2", + "npm-packlist": "^1.4.3", "npm-pick-manifest": "^2.2.3", "npm-registry-fetch": "^3.9.0", "npm-user-validate": "~1.0.0",