@gitbeaker/requester-utils 38.0.1 → 38.1.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.
Files changed (2) hide show
  1. package/README.md +45 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,8 +1,48 @@
1
1
  <div align="center">
2
2
  <br>
3
- <img alt="gitbeaker" src="https://github.com/jdalrymple/gitbeaker/blob/main/.github/ASSETS/header.svg">
3
+ <br>
4
+ <img alt="gitbeaker" src="../../.github/ASSETS/header.svg">
5
+ <br>
6
+ <br>
7
+ <br>
8
+ </div>
9
+
10
+ <div align="center">
11
+ <p>
12
+ <sup>
13
+ <a href="https://github.com/jdalrymple">My open source work is supported by the community</a>
14
+ </sup>
15
+ </p>
16
+ <br>
17
+ <sup>Special thanks to:</sup>
18
+ <br>
19
+ <br>
20
+
21
+ <a href="https://wearecws.com/">
22
+ <img src="https://wearecws.com/images/brand/cws-logo.svg" width="210">
23
+ </a>
24
+
25
+ <br>
26
+ <br>
27
+ <br>
28
+
29
+ <a href="https://axolo.co/gitlab-slack-integration/?ref=gitbeaker">
30
+ <div>
31
+ <img src="https://apichaos.s3.eu-west-3.amazonaws.com/logo_axolo.png" width="210" alt="Axolo Logo"/>
32
+ <br>
33
+ <br>
34
+ </div>
35
+ <b>Review merge requests in Slack to merge code faster</b>
36
+ <div>
37
+ <sub>Improve your code review process by creating an ephemeral channel per merge request.</sub>
38
+ <br>
39
+ </div>
40
+ </a>
41
+
42
+ <br>
43
+ <hr>
4
44
  </div>
5
- <br>
45
+
6
46
  <p align="center">
7
47
  <a href="https://gitlab.com/jdalrymple/gitbeaker/-/commits/main"><img alt="pipeline status" src="https://gitlab.com/jdalrymple/gitbeaker/badges/main/pipeline.svg?ignore_skipped=true" /></a>
8
48
  <a href="https://gitlab.com/jdalrymple/gitbeaker/-/commits/main"><img alt="coverage report" src="https://gitlab.com/jdalrymple/gitbeaker/badges/main/coverage.svg?job=test:unit:utils" /></a>
@@ -32,6 +72,8 @@
32
72
  ## Table of Contents
33
73
 
34
74
  - [Usage](#usage)
75
+ - [Testing](../../docs/TESTING.md)
76
+ - [FAQ](../../FAQ.md)
35
77
  - [Contributors](#contributors)
36
78
  - [Changelog](./CHANGELOG.md)
37
79
 
@@ -180,6 +222,7 @@ import { RequesterUtils, BaseResource } from '@gitbeaker/requester-utils';
180
222
  <td align="center" valign="top" width="3.84%"><a href="https://kyr.github.io/CV/"><img src="https://images.weserv.nl/?url=https://avatars.githubusercontent.com/u/426462?v=4&h=25&w=25&fit=cover&mask=circle&maxage=7d" alt="Kyrylo Fedorov"/></td>
181
223
  <td align="center" valign="top" width="3.84%"><a href="https://github.com/claudio-vellage"><img src="https://images.weserv.nl/?url=https://avatars.githubusercontent.com/u/28930612?v=4&h=25&w=25&fit=cover&mask=circle&maxage=7d" alt="Claudio Vellage"/></td>
182
224
  <td align="center" valign="top" width="3.84%"><a href="https://github.com/seb0uil"><img src="https://images.weserv.nl/?url=https://avatars.githubusercontent.com/u/5122626?v=4&h=25&w=25&fit=cover&mask=circle&maxage=7d" alt="Seb0uil"/></td>
225
+ <td align="center" valign="top" width="3.84%"><a href="http://merorafael.info/"><img src="https://images.weserv.nl/?url=https://avatars.githubusercontent.com/u/3404989?v=4&h=25&w=25&fit=cover&mask=circle&maxage=7d" alt="Rafael Mello"/></td>
183
226
  </tr>
184
227
  </p>
185
228
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gitbeaker/requester-utils",
3
- "version": "38.0.1",
3
+ "version": "38.1.1",
4
4
  "description": "Utility functions for requester implementatons used in @gitbeaker",
5
5
  "license": "MIT",
6
6
  "engines": {
@@ -59,5 +59,5 @@
59
59
  "tsup": "^6.7.0",
60
60
  "typescript": "^5.0.4"
61
61
  },
62
- "gitHead": "8bb3ef8e1cef6bf85e52c32d9390829b5d92e97d"
62
+ "gitHead": "747a6a0e960524895b3fb852e5f51ca2d9f8d682"
63
63
  }