deno/tests/specs/run/patch/not_matching_version.out
David Sherret 56ce3352d2
fix(unstable): rename "patch" property to "links" (#29677)
This is to help make this feature less ambiguous with `npm patch`, which
it's not like.

Note: the "patch" property will continue to work for the time being, but
the lockfile will have a bit of churn for this unstable property. We're
going to merge this in a patch because this feature is unstable.
2025-06-10 21:51:23 +00:00

11 lines
455 B
Text

Warning Linked package '@denotest/add@2.0.0' was not used because it did not match '@denotest/add@1'
at file:///[WILDLINE]/my-pkg/mod.ts:1:21
Download http://127.0.0.1:4250/@denotest/add/meta.json
Download http://127.0.0.1:4250/@denotest/add/1.0.0_meta.json
Download http://127.0.0.1:4250/@denotest/add/1.0.0/mod.ts
Check file:///[WILDLINE]/mod.test.ts
running 1 test from ./mod.test.ts
add ... ok ([WILDLINE])
ok | 1 passed | 0 failed ([WILDLINE])