-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Correctly determine channel for APIs with dependencies. (#48)
When considering dependencies, we were incorrectly choosing the "most released" channel as the channel an API became available. This was causing some issues as, for example, action.openPopup is still restricted to dev but it has a dependency of the action key in the manifest which has existed in stable for a while. Fixing this should make the openPopup API correctly appear as restricted to dev, and also fix some other similar issues across the generated types.
- Loading branch information
1 parent
47ad02c
commit 98aee76
Showing
2 changed files
with
27 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters