@gitbeaker/requester-utils 40.1.2 → 40.1.4

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.
Files changed (2) hide show
  1. package/README.md +10 -4
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,12 +1,12 @@
1
1
  <div align="center">
2
2
  <br>
3
3
  <br>
4
- <img alt="gitbeaker" src="https://raw.githubusercontent.com/jdalrymple/gitbeaker/main/.github/ASSETS/header.svg">
4
+ <img alt="gitbeaker" src="../../.github/ASSETS/header.svg">
5
5
  <br>
6
6
  <br>
7
7
  <br>
8
8
  </div>
9
-
9
+ <hr>
10
10
  <div align="center">
11
11
  <p>
12
12
  <sup>
@@ -19,9 +19,14 @@
19
19
  <br>
20
20
 
21
21
  <a href="https://wearecws.com/">
22
- <img src="https://wearecws.com/images/brand/cws-logo.svg" width="210">
22
+ <img src="../../.github/ASSETS/cws.svg" width="180">
23
23
  </a>
24
-
24
+ <br>
25
+ <br>
26
+ <a href="http://coderabbit.ai">
27
+ <img src="../../.github/ASSETS/coderabbit.png" width="180">
28
+ </a>
29
+ <br>
25
30
  <br>
26
31
  <hr>
27
32
  </div>
@@ -215,6 +220,7 @@ import { RequesterUtils, BaseResource } from '@gitbeaker/requester-utils';
215
220
  <td align="center" valign="top" width="0.33%"><a href="https://github.com/vitamindck"><img src="https://images.weserv.nl/?url=https://avatars.githubusercontent.com/u/10766587?v=4&h=25&w=25&fit=cover&mask=circle&maxage=7d" alt="DK"/></td>
216
221
  <td align="center" valign="top" width="0.33%"><a href="http://www.koenbrouwer.com/"><img src="https://images.weserv.nl/?url=https://avatars.githubusercontent.com/u/3260168?v=4&h=25&w=25&fit=cover&mask=circle&maxage=7d" alt="Koen Brouwer"/></td>
217
222
  <td align="center" valign="top" width="0.33%"><a href="https://scrumplex.net/"><img src="https://images.weserv.nl/?url=https://avatars.githubusercontent.com/u/11587657?v=4&h=25&w=25&fit=cover&mask=circle&maxage=7d" alt="Sefa Eyeoglu"/></td>
223
+ <td align="center" valign="top" width="0.33%"><a href="https://github.com/crazfb"><img src="https://images.weserv.nl/?url=https://avatars.githubusercontent.com/u/157008803?v=4&h=25&w=25&fit=cover&mask=circle&maxage=7d" alt="Carmi Raz"/></td>
218
224
  </tr>
219
225
  </p>
220
226
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gitbeaker/requester-utils",
3
- "version": "40.1.2",
3
+ "version": "40.1.4",
4
4
  "description": "Utility functions for requester implementatons used in @gitbeaker",
5
5
  "license": "MIT",
6
6
  "engines": {
@@ -57,5 +57,5 @@
57
57
  "tsup": "^8.1.0",
58
58
  "typescript": "^5.5.3"
59
59
  },
60
- "gitHead": "e9ca9e97f85e4b5bbc9aaeb240bfefe01569478a"
60
+ "gitHead": "6e43b254784164942ebd9e261009963ea96d854c"
61
61
  }