shrub/pkg/npm/api/term
tomholford 02545a7309 api: fix term/lib imports
Before this change, `term/lib` was importing the Poke type from the `http-api` package. This was causing the rollup build output to place the `term` exported types in a separate path (`dist/api/term`). By switching to the relative import, it is now exported at the expected path (`dist/term`). This fixes imports in consuming projects (e.g., `import {  Belt, pokeTask, pokeBelt } from '@urbit/api/term';`).

Also, remove the extraneous `Scry` import.
2022-07-25 10:23:05 -05:00
..
index.ts @urbit/api: move term types 2021-12-06 10:05:36 -05:00
lib.ts api: fix term/lib imports 2022-07-25 10:23:05 -05:00
types.ts webterm: handle old-style blits and belts 2021-12-08 17:12:38 +01:00