@gitbeaker/rest 42.2.0 → 42.4.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
@@ -516,6 +516,7 @@ projectsAPI.create({
516
516
  <td align="center" valign="top" width="0.33%"><a href="https://github.com/talyssonoc"><img src="https://images.weserv.nl/?url=https://avatars.githubusercontent.com/u/4325587?v=4&h=25&w=25&fit=cover&mask=circle&maxage=7d" alt="Talysson de Oliveira Cassiano"/></td>
517
517
  <td align="center" valign="top" width="0.33%"><a href="https://github.com/Sephyr0s"><img src="https://images.weserv.nl/?url=https://avatars.githubusercontent.com/u/34128667?v=4&h=25&w=25&fit=cover&mask=circle&maxage=7d" alt="Marco"/></td>
518
518
  <td align="center" valign="top" width="0.33%"><a href="https://github.com/enduity"><img src="https://images.weserv.nl/?url=https://avatars.githubusercontent.com/u/19674002?v=4&h=25&w=25&fit=cover&mask=circle&maxage=7d" alt="Endrik Einberg"/></td>
519
+ <td align="center" valign="top" width="0.33%"><a href="https://note.itswhat.me/"><img src="https://images.weserv.nl/?url=https://avatars.githubusercontent.com/u/38807139?v=4&h=25&w=25&fit=cover&mask=circle&maxage=7d" alt="Bryan Lee"/></td>
519
520
  </tr>
520
521
  </p>
521
522
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gitbeaker/rest",
3
- "version": "42.2.0",
3
+ "version": "42.4.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": "^42.2.0",
58
- "@gitbeaker/requester-utils": "^42.2.0"
57
+ "@gitbeaker/core": "^42.4.0",
58
+ "@gitbeaker/requester-utils": "^42.4.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": "109f733b233400b7226874a48e5f192b21510c54"
66
+ "gitHead": "d0cd34e0644d8c1a0cf03ac1236ff4b225988e4b"
67
67
  }