You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For any @ tag, we can fetch from the roku registry.
However, for the insiders builds, those may be coming from github actions, so we'll need to figure out how to best parse and present them based on the create-package tag.
Add ability to read this value from the package.json. I prefer the pattern "fromPackageJson:package.json", but here are other options we considered:
Once #583 lands, we should enhance with a few additional features:
For any
@
tag, we can fetch from the roku registry.However, for the insiders builds, those may be coming from github actions, so we'll need to figure out how to best parse and present them based on the
create-package
tag.package.json
. I prefer the pattern"fromPackageJson:package.json"
, but here are other options we considered:The text was updated successfully, but these errors were encountered: