-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gear: migrate from deprecated packages + use gear #184
Conversation
1f6031f
to
68dfc77
Compare
@arthyn Let's go over this tomorrow if you have time. I'd like to make sure the frontend is working as expected given the large delta and recent changes to garden / landscape desks + agent names. |
An update on this: just paired with @arthyn to test this locally. Iniitially there were two failing scries: contacts/all and hark/skeins. However, once I installed Talk and sent a DM (and thus populated the test ship's contact store), the scries worked as expected. |
LAND-513 migrate urbit/api to a new gear directory in tloncorp/landscape
|
- copied lib and types from @urbit/api repo to gear/ - migrated webterm types (see: urbit/webterm#3) - rename S3 --> Storage
also uninstall @urbit/api
- remove @urbit/api - remove @urbit/http-api - remove urbit-ob - add @urbit/aura - add urbit/js-http-api (via github repo) - remove all references to @urbit/api - replace with references to @/gear for most types, @urbit/aura for helpers, and js-http-api for network types (via the github repo; replace with npm package when published)
Addresses PR Feedback: restore usage of @urbit/http-api (instead of the new @urbit/js-http-api) for now
- also update @urbit/http-api to latest
- rename s3 stragglers --> storage - also fix Hark tsc issues - install missing deps
- also fix PutEntry type
Before this change, Vite was complaining that the value was being referenced before being defined.
@arthyn Thanks for your feedback. I addressed the comments and marked this as ready for re-review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm w/ suggestion
Co-authored-by: Hunter Miller <[email protected]>
Context
This is part of an ongoing effort to implement Userspace Permissions UI (#182).
Changes
This set resolves #175
@urbit/api
This set resolves #176
@urbit/api
@urbit/aura
Fixes LAND-513