github_grid_assets 0.1.0-rc.2
github_grid_assets: ^0.1.0-rc.2 copied to clipboard
GitHub App identity and authenticated REST transport for grid extensions.
0.1.0-rc.2 #
- Requires
grid_assets ^0.6.0-rc.1. This is the load-bearing change: 0.1.0-rc.1 could resolve alongsidegrid_assets 0.5.0-rc.1, which still exportedGitHubPrDelivery, so a hosted resolve saw the same symbol from two packages and failed to compile ("'GitHubPrDelivery' is imported from both ..."). Local path overrides masked it; only a no-override resolve hit it. The tightened constraint makes that pairing unrepresentable.
Changelog #
0.1.0-rc.1 #
- Initial release: GitHub App identity and authenticated REST transport.
- Home of the org's GitHub grid-asset implementations:
GitHubAppPrOpener,GitHubPrDelivery, theGitHubGridAssetsseed, and the reconciler/cursor surface, relocated out ofgrid_assetsby pow-2ua (power_station #109).grid_assetsholds the generic assets and the abstractions; the dependency runs implementation -> abstraction, so this package depends ongrid_assetsand never the reverse. - Published as a pre-release because it depends on pre-release siblings
(
grid_assets ^0.5.0-rc.1,grid_engine ^0.3.0-rc.3,grid_runtime).