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:
authornpm CLI robot <npm-cli+bot@github.com>2022-09-15 02:12:19 +0300
committerNathan Fritz <fritzy@github.com>2022-09-15 02:49:41 +0300
commite5761b9adafe8607ad68baa9599ad4eb228bc6be (patch)
tree21141f7539ec4968fb8cba8a9cde6042654707ea
parent2d16b433dd4c7212338d2091ae386f2f39d0561f (diff)
-rw-r--r--AUTHORS1
-rw-r--r--package-lock.json22
2 files changed, 12 insertions, 11 deletions
diff --git a/AUTHORS b/AUTHORS
index 51a75460a..313d03646 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -853,3 +853,4 @@ Kyle West <kyle-west@users.noreply.github.com>
Nathan Hughes <nathan@endor.ai>
Sandeep Meduru <73886592+sandeepmeduru@users.noreply.github.com>
Kid <44045911+kidonng@users.noreply.github.com>
+Hugh Lilly <hughlilly@users.noreply.github.com>
diff --git a/package-lock.json b/package-lock.json
index 9705d21a1..0cb2bb110 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -6,7 +6,7 @@
"packages": {
"": {
"name": "npm",
- "version": "9.0.0-pre.0",
+ "version": "9.0.0-pre.1",
"bundleDependencies": [
"@isaacs/string-locale-compare",
"@npmcli/arborist",
@@ -91,7 +91,7 @@
],
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
- "@npmcli/arborist": "^6.0.0-pre.0",
+ "@npmcli/arborist": "^6.0.0-pre.1",
"@npmcli/ci-detect": "^2.0.0",
"@npmcli/config": "^4.2.1",
"@npmcli/fs": "^2.1.0",
@@ -114,10 +114,10 @@
"init-package-json": "^3.0.2",
"is-cidr": "^4.0.2",
"json-parse-even-better-errors": "^2.3.1",
- "libnpmaccess": "^7.0.0-pre.0",
+ "libnpmaccess": "^7.0.0-pre.1",
"libnpmdiff": "^5.0.0-pre.0",
- "libnpmexec": "^5.0.0-pre.0",
- "libnpmfund": "^4.0.0-pre.0",
+ "libnpmexec": "^5.0.0-pre.1",
+ "libnpmfund": "^4.0.0-pre.1",
"libnpmhook": "^9.0.0-pre.0",
"libnpmorg": "^5.0.0-pre.0",
"libnpmpack": "^5.0.0-pre.0",
@@ -13856,7 +13856,7 @@
},
"workspaces/arborist": {
"name": "@npmcli/arborist",
- "version": "6.0.0-pre.0",
+ "version": "6.0.0-pre.1",
"license": "ISC",
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
@@ -13914,7 +13914,7 @@
}
},
"workspaces/libnpmaccess": {
- "version": "7.0.0-pre.0",
+ "version": "7.0.0-pre.1",
"license": "ISC",
"dependencies": {
"npm-package-arg": "^9.0.1",
@@ -13953,10 +13953,10 @@
}
},
"workspaces/libnpmexec": {
- "version": "5.0.0-pre.0",
+ "version": "5.0.0-pre.1",
"license": "ISC",
"dependencies": {
- "@npmcli/arborist": "^6.0.0-pre.0",
+ "@npmcli/arborist": "^6.0.0-pre.1",
"@npmcli/ci-detect": "^2.0.0",
"@npmcli/fs": "^2.1.1",
"@npmcli/run-script": "^4.2.0",
@@ -13984,10 +13984,10 @@
}
},
"workspaces/libnpmfund": {
- "version": "4.0.0-pre.0",
+ "version": "4.0.0-pre.1",
"license": "ISC",
"dependencies": {
- "@npmcli/arborist": "^6.0.0-pre.0"
+ "@npmcli/arborist": "^6.0.0-pre.1"
},
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",