@codefresh-io/cf-git-providers 0.6.0 → 0.6.1

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.
@@ -138,7 +138,7 @@ class Gitlab {
138
138
  // eslint-disable-next-line @typescript-eslint/naming-convention
139
139
  this.authenticationHeader = opts.password ? { Authorization: `Bearer ${opts.password}` } : {};
140
140
  this.auth = {
141
- username: 'gitlab',
141
+ username: 'oauth2',
142
142
  password: opts.password,
143
143
  refreshToken: opts.refreshToken,
144
144
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codefresh-io/cf-git-providers",
3
- "version": "0.6.0",
3
+ "version": "0.6.1",
4
4
  "description": "An NPM module/CLI for interacting with various git providers",
5
5
  "keywords": [
6
6
  "codefresh",