@gitbeaker/rest 43.6.0 → 43.7.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
@@ -522,6 +522,7 @@ projectsAPI.create({
522
522
  <td align="center" valign="top" width="0.33%"><a href="https://ffflorian.dev/"><img src="https://images.weserv.nl/?url=https://avatars.githubusercontent.com/u/5497598?v=4&h=25&w=25&fit=cover&mask=circle&maxage=7d" alt="Florian Imdahl"/></td>
523
523
  <td align="center" valign="top" width="0.33%"><a href="https://github.com/lanthier"><img src="https://images.weserv.nl/?url=https://avatars.githubusercontent.com/u/9666344?v=4&h=25&w=25&fit=cover&mask=circle&maxage=7d" alt="lanthier"/></td>
524
524
  <td align="center" valign="top" width="0.33%"><a href="https://github.com/Teo-ShaoWei"><img src="https://images.weserv.nl/?url=https://avatars.githubusercontent.com/u/6925907?v=4&h=25&w=25&fit=cover&mask=circle&maxage=7d" alt="ShaoWei Teo"/></td>
525
+ <td align="center" valign="top" width="0.33%"><a href="https://github.com/danielrentz"><img src="https://images.weserv.nl/?url=https://avatars.githubusercontent.com/u/5064304?v=4&h=25&w=25&fit=cover&mask=circle&maxage=7d" alt="Daniel Rentz"/></td>
525
526
  </tr>
526
527
  </p>
527
528
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gitbeaker/rest",
3
- "version": "43.6.0",
3
+ "version": "43.7.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": "^43.6.0",
58
- "@gitbeaker/requester-utils": "^43.6.0"
57
+ "@gitbeaker/core": "^43.7.0",
58
+ "@gitbeaker/requester-utils": "^43.7.0"
59
59
  },
60
60
  "devDependencies": {
61
61
  "@playwright/test": "^1.55.0",
@@ -63,5 +63,5 @@
63
63
  "tsup": "^8.5.0",
64
64
  "typescript": "^5.9.2"
65
65
  },
66
- "gitHead": "bdafa8ad001658674492b09a948f02fb22cd45a9"
66
+ "gitHead": "59c791ea3622e623e64a73c499d0d36e89e7ebc0"
67
67
  }