@gitbeaker/rest 40.5.0 → 40.5.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 +1 -0
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -510,6 +510,7 @@ projectsAPI.create({
510
510
  <td align="center" valign="top" width="0.33%"><a href="https://baylee.dev/"><img src="https://images.weserv.nl/?url=https://avatars.githubusercontent.com/u/119542904?v=4&h=25&w=25&fit=cover&mask=circle&maxage=7d" alt="Baylee Schmeisser"/></td>
511
511
  <td align="center" valign="top" width="0.33%"><a href="https://github.com/andys8"><img src="https://images.weserv.nl/?url=https://avatars.githubusercontent.com/u/13085980?v=4&h=25&w=25&fit=cover&mask=circle&maxage=7d" alt="Andy"/></td>
512
512
  <td align="center" valign="top" width="0.33%"><a href="https://github.com/roberta-pavel"><img src="https://images.weserv.nl/?url=https://avatars.githubusercontent.com/u/26488965?v=4&h=25&w=25&fit=cover&mask=circle&maxage=7d" alt="roberta-pavel"/></td>
513
+ <td align="center" valign="top" width="0.33%"><a href="https://github.com/yousinix"><img src="https://images.weserv.nl/?url=https://avatars.githubusercontent.com/u/41103290?v=4&h=25&w=25&fit=cover&mask=circle&maxage=7d" alt="Youssef"/></td>
513
514
  </tr>
514
515
  </p>
515
516
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gitbeaker/rest",
3
- "version": "40.5.0",
3
+ "version": "40.5.1",
4
4
  "description": "Cross Platform implementation of the GitLab API",
5
5
  "license": "MIT",
6
6
  "engines": {
@@ -54,8 +54,8 @@
54
54
  "lint:fix": "yarn lint --fix"
55
55
  },
56
56
  "dependencies": {
57
- "@gitbeaker/core": "^40.5.0",
58
- "@gitbeaker/requester-utils": "^40.5.0"
57
+ "@gitbeaker/core": "^40.5.1",
58
+ "@gitbeaker/requester-utils": "^40.5.1"
59
59
  },
60
60
  "devDependencies": {
61
61
  "@playwright/test": "^1.45.1",
@@ -63,5 +63,5 @@
63
63
  "tsup": "^8.1.0",
64
64
  "typescript": "^5.5.3"
65
65
  },
66
- "gitHead": "73f38ddc911b3108f6c8327d896cc869b1999d3f"
66
+ "gitHead": "997ad4623462bdd543b6db19b66189496aaa5602"
67
67
  }