@gitbeaker/rest 41.2.0 → 41.3.0

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
@@ -512,6 +512,7 @@ projectsAPI.create({
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
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>
514
514
  <td align="center" valign="top" width="0.33%"><a href="https://github.com/mpsanchis"><img src="https://images.weserv.nl/?url=https://avatars.githubusercontent.com/u/33475618?v=4&h=25&w=25&fit=cover&mask=circle&maxage=7d" alt="Miguel"/></td>
515
+ <td align="center" valign="top" width="0.33%"><a href="https://github.com/Retr0-01"><img src="https://images.weserv.nl/?url=https://avatars.githubusercontent.com/u/61121754?v=4&h=25&w=25&fit=cover&mask=circle&maxage=7d" alt="Giannis Kepas"/></td>
515
516
  </tr>
516
517
  </p>
517
518
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gitbeaker/rest",
3
- "version": "41.2.0",
3
+ "version": "41.3.0",
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": "^41.2.0",
58
- "@gitbeaker/requester-utils": "^41.2.0"
57
+ "@gitbeaker/core": "^41.3.0",
58
+ "@gitbeaker/requester-utils": "^41.3.0"
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": "b437feab518c9cde14a9b96a12c13d95bf73a9ac"
66
+ "gitHead": "5e70aa3e612a2b16436c3d39412191689ee00ed3"
67
67
  }