fix(pnpm): url and git package specifiers#1754
Conversation
406038d to
4d3312e
Compare
|
9acbca6 to
5695edf
Compare
b435d45 to
9c7f5b9
Compare
1088489 to
1750891
Compare
1750891 to
eebcde1
Compare
| "@aspect-test/a": "^5.0.2", | ||
| "debug": "ngokevin/debug#9742c5f383a6f8046241920156236ade8ec30d53", | ||
| "hello": "https://gitpkg.vercel.app/EqualMa/gitpkg-hello/packages/hello", | ||
| "jsonify": "https://github.com/aspect-build/test-packages/releases/download/0.0.0/@foo-jsonify-0.0.0.tgz", |
There was a problem hiding this comment.
Are there more from npm/private/test/package.json that should be pulled into e2e/pnpm_lockfiles?
There was a problem hiding this comment.
Yeah there probably are. I need to get this PR actually working before I add much more though.
The debug and hello ones are unique cases (odd git syntax, https syntax). The jsonify one is also plain http but has a more interesting URL which requires escaping.
|
What was originally intended to be a prefactor for this has turned into the fix: #1765 |



Ref #1753
Changes are visible to end-users: no
Test plan