Skip to content

Commit 46cb517

Browse files
committed
gbfs/api: switch pyrmts* deps from workspace:* to GitHub dist refs
`pds gh pyrmts pyrmts-cfw pyrmts-geo` — pins all three to `runsascoded/pyrmts@6db65ed` via the dist branch's `&path:` subpath trick (each package lives at `js/packages/<name>` in the monorepo). pyrmts published its `dist` branch following awair's adoption pattern. Drops the local-only `pnpm-workspace.yaml` (was wiring deps to `../../../../pyrmts/js/packages/*`, which only exists on my machine). Unblocks `.github/workflows/gbfs.yml` CI — previously red on the `Failed to load url pyrmts` test-gate error after the parallel-arch push (`d1c8fd4c`).
1 parent d1c8fd4 commit 46cb517

3 files changed

Lines changed: 51 additions & 14 deletions

File tree

gbfs/api/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"@rdub/file-tree": "https://github.com/runsascoded/file-tree#d3476b0d2cb398197f3a1383f41fe3b0216be39f",
1919
"@rdub/thrds": "https://github.com/runsascoded/thrds#ts-dist",
2020
"hyparquet": "https://github.com/runsascoded/hyparquet#0f355ea5a37dcb9b29a43e33a3d45ce660c80798",
21-
"pyrmts": "workspace:*",
22-
"pyrmts-cfw": "workspace:*",
23-
"pyrmts-geo": "workspace:*"
21+
"pyrmts": "https://github.com/runsascoded/pyrmts#6db65ed7f6d6a3ed392cbbd30677b502d4714c0f&path:/js/packages/pyrmts",
22+
"pyrmts-cfw": "https://github.com/runsascoded/pyrmts#6db65ed7f6d6a3ed392cbbd30677b502d4714c0f&path:/js/packages/pyrmts-cfw",
23+
"pyrmts-geo": "https://github.com/runsascoded/pyrmts#6db65ed7f6d6a3ed392cbbd30677b502d4714c0f&path:/js/packages/pyrmts-geo"
2424
}
2525
}

gbfs/api/pnpm-lock.yaml

Lines changed: 48 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gbfs/api/pnpm-workspace.yaml

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)