Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornlf <quitlahok@gmail.com>2022-02-09 00:50:45 +0300
committernlf <quitlahok@gmail.com>2022-02-09 00:50:45 +0300
commitd3a7c15e1e3d305a0bf781493406dfb1fdbaca35 (patch)
tree5332294ead9e9b24bb0b7d999bc3cdfbdc7fd408
parent2937b43d4629225d83b6c71833df00743209f5ff (diff)
deps: libnpmpack@3.1.0libnpmpack@3.1.0
-rw-r--r--package-lock.json4
-rw-r--r--package.json2
-rw-r--r--workspaces/libnpmpack/package.json2
3 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json
index cecb7124c..8b62644f1 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -117,7 +117,7 @@
"libnpmfund": "^2.0.2",
"libnpmhook": "^7.0.1",
"libnpmorg": "^3.0.1",
- "libnpmpack": "^3.0.1",
+ "libnpmpack": "^3.1.0",
"libnpmpublish": "^5.0.1",
"libnpmsearch": "^4.0.1",
"libnpmteam": "^3.0.1",
@@ -10752,7 +10752,7 @@
}
},
"workspaces/libnpmpack": {
- "version": "3.0.1",
+ "version": "3.1.0",
"license": "ISC",
"dependencies": {
"@npmcli/run-script": "^2.0.0",
diff --git a/package.json b/package.json
index 3f3f27c4c..8517fe321 100644
--- a/package.json
+++ b/package.json
@@ -85,7 +85,7 @@
"libnpmfund": "^2.0.2",
"libnpmhook": "^7.0.1",
"libnpmorg": "^3.0.1",
- "libnpmpack": "^3.0.1",
+ "libnpmpack": "^3.1.0",
"libnpmpublish": "^5.0.1",
"libnpmsearch": "^4.0.1",
"libnpmteam": "^3.0.1",
diff --git a/workspaces/libnpmpack/package.json b/workspaces/libnpmpack/package.json
index dad28c398..7317c272f 100644
--- a/workspaces/libnpmpack/package.json
+++ b/workspaces/libnpmpack/package.json
@@ -1,6 +1,6 @@
{
"name": "libnpmpack",
- "version": "3.0.1",
+ "version": "3.1.0",
"description": "Programmatic API for the bits behind npm pack",
"author": "GitHub Inc.",
"main": "lib/index.js",