@gitkraken/provider-apis 0.48.0 → 0.49.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.49.0
4
+
5
+ - Added `getGroupsForCurrentUser` to GitLab (lists the groups/namespaces the current user is a member of via the REST API, with `topLevelOnly` defaulting to `true` and `NumberedPageInfo` pagination; returns each group's `fullPath` needed to replicate GitLab's subgroup-prefix matching when filtering repos by group)
6
+
3
7
  ## 0.48.0
4
8
 
5
9
  - Added `getPullRequestDiff` to GitHub (requests the PR resource with the `application/vnd.github.diff` media type and returns the unified diff, with GitHub Enterprise `baseUrl` support)