@gitbeaker/requester-utils 39.26.0 → 39.26.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.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -237,6 +237,7 @@ import { RequesterUtils, BaseResource } from '@gitbeaker/requester-utils';
237
237
  </tr><br />
238
238
  <tr>
239
239
  <td align="center" valign="top" width="3.84%"><a href="https://github.com/domharrington"><img src="https://images.weserv.nl/?url=https://avatars.githubusercontent.com/u/848223?v=4&h=25&w=25&fit=cover&mask=circle&maxage=7d" alt="Dom Harrington"/></td>
240
+ <td align="center" valign="top" width="3.84%"><a href="https://github.com/kseino"><img src="https://images.weserv.nl/?url=https://avatars.githubusercontent.com/u/1378066?v=4&h=25&w=25&fit=cover&mask=circle&maxage=7d" alt="Kohei Seino"/></td>
240
241
  </tr>
241
242
  </p>
242
243
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gitbeaker/requester-utils",
3
- "version": "39.26.0",
3
+ "version": "39.26.2",
4
4
  "description": "Utility functions for requester implementatons used in @gitbeaker",
5
5
  "license": "MIT",
6
6
  "engines": {
@@ -61,5 +61,5 @@
61
61
  "tsup": "^8.0.1",
62
62
  "typescript": "^5.3.3"
63
63
  },
64
- "gitHead": "b264a2f4893a7e4cd8d983eac7ec0176c7face06"
64
+ "gitHead": "52ef0e622de304d98afb811f4937560edefd8889"
65
65
  }