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:
authorLuke Karrys <luke@lukekarrys.com>2022-02-24 23:11:56 +0300
committerLuke Karrys <luke@lukekarrys.com>2022-02-24 23:11:56 +0300
commit8b1d9636ad2374254263d154f2b4ca8ea6416f4c (patch)
treedb3ac8d8bceec0a34c23ae0f5596c1b7c4315df3
parentcf273f1cf31775c8a73cc67b654faf87b44f7f79 (diff)
deps: libnpmpack@4.0.0libnpmpack@4.0.0libnpmpack-v4.0.0
-rw-r--r--package-lock.json8
-rw-r--r--package.json2
-rw-r--r--workspaces/libnpmpack/package.json2
-rw-r--r--workspaces/libnpmpublish/package.json2
4 files changed, 7 insertions, 7 deletions
diff --git a/package-lock.json b/package-lock.json
index c3fc5939f..1b7610ede 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -117,7 +117,7 @@
"libnpmfund": "^3.0.0",
"libnpmhook": "^8.0.0",
"libnpmorg": "^4.0.0",
- "libnpmpack": "^3.1.0",
+ "libnpmpack": "^4.0.0",
"libnpmpublish": "^5.0.1",
"libnpmsearch": "^4.0.1",
"libnpmteam": "^3.0.1",
@@ -10660,7 +10660,7 @@
}
},
"workspaces/libnpmpack": {
- "version": "3.1.0",
+ "version": "4.0.0",
"license": "ISC",
"dependencies": {
"@npmcli/run-script": "^3.0.0",
@@ -10703,7 +10703,7 @@
},
"devDependencies": {
"@npmcli/template-oss": "^2.4.2",
- "libnpmpack": "^3.0.0",
+ "libnpmpack": "^4.0.0",
"lodash.clonedeep": "^4.5.0",
"nock": "^12.0.2",
"tap": "^15"
@@ -14436,7 +14436,7 @@
"version": "file:workspaces/libnpmpublish",
"requires": {
"@npmcli/template-oss": "^2.4.2",
- "libnpmpack": "^3.0.0",
+ "libnpmpack": "^4.0.0",
"lodash.clonedeep": "^4.5.0",
"nock": "^12.0.2",
"normalize-package-data": "^3.0.2",
diff --git a/package.json b/package.json
index 43ff8a928..1d01a4253 100644
--- a/package.json
+++ b/package.json
@@ -85,7 +85,7 @@
"libnpmfund": "^3.0.0",
"libnpmhook": "^8.0.0",
"libnpmorg": "^4.0.0",
- "libnpmpack": "^3.1.0",
+ "libnpmpack": "^4.0.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 a49b6b707..579b4efa2 100644
--- a/workspaces/libnpmpack/package.json
+++ b/workspaces/libnpmpack/package.json
@@ -1,6 +1,6 @@
{
"name": "libnpmpack",
- "version": "3.1.0",
+ "version": "4.0.0",
"description": "Programmatic API for the bits behind npm pack",
"author": "GitHub Inc.",
"main": "lib/index.js",
diff --git a/workspaces/libnpmpublish/package.json b/workspaces/libnpmpublish/package.json
index cb73ee348..dd66bb709 100644
--- a/workspaces/libnpmpublish/package.json
+++ b/workspaces/libnpmpublish/package.json
@@ -30,7 +30,7 @@
},
"devDependencies": {
"@npmcli/template-oss": "^2.4.2",
- "libnpmpack": "^3.0.0",
+ "libnpmpack": "^4.0.0",
"lodash.clonedeep": "^4.5.0",
"nock": "^12.0.2",
"tap": "^15"