@gitkraken/provider-apis 0.28.1 → 0.28.2
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 +5 -0
- package/dist/index.js +78 -64
- package/dist/index.providers.js +132 -118
- package/dist/providers/github/githubHelpers.d.ts +1 -0
- package/dist/types/internalTypes/github.d.ts +11 -3
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.28.2
|
|
4
|
+
|
|
5
|
+
- add support for Enterprise Managed Users (GitHub Enterprise Cloud)
|
|
6
|
+
- stop fetching approved field (GitLab Self-Managed)
|
|
7
|
+
|
|
3
8
|
## 0.28.1
|
|
4
9
|
- added repo/repos optional input for specifying fetching from specific repos in
|
|
5
10
|
- getPullRequestsAssociatedWithUser (github)
|