summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2023-02-17 09:12:22 -0500
committerGitHub <noreply@github.com>2023-02-17 09:12:22 -0500
commit610b8cc2bf6404d0905cc273b31d85555a6912e9 (patch)
tree8e7bf0a56a90e6bb33462a86e6d886501fb4c621 /Cargo.lock
parentf8435d20b0e9408e50bfb24793becc0e476cc285 (diff)
refactor: add `NpmPackageId` back from deno_graph as `NpmPackageNodeId` (#17804)
The `NpmPackageId` struct is being renamed to `NpmPackageNodeId`. In a future PR it will be moved down into only npm dependency resolution and a `NpmPackageId` struct will be introduced in `deno_graph` that only has the name and version of the package (no peer dependency identifier information). So a `NpmPackageReq` will map to an `NpmPackageId`, which will map to an `NpmPackageNodeId` in the npm resolution.
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index b677ef044..4e3670577 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -860,6 +860,7 @@ dependencies = [
"test_util",
"text-size",
"text_lines",
+ "thiserror",
"tokio",
"tokio-util",
"tower-lsp",