@gitbeaker/rest 39.25.1 → 39.26.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 +3 -0
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -510,6 +510,9 @@ projectsAPI.create({
510
510
  <td align="center" valign="top" width="3.84%"><a href="https://github.com/Artemoire"><img src="https://images.weserv.nl/?url=https://avatars.githubusercontent.com/u/18062266?v=4&h=25&w=25&fit=cover&mask=circle&maxage=7d" alt="artemoire"/></td>
511
511
  <td align="center" valign="top" width="3.84%"><a href="https://github.com/pataar"><img src="https://images.weserv.nl/?url=https://avatars.githubusercontent.com/u/3403851?v=4&h=25&w=25&fit=cover&mask=circle&maxage=7d" alt="Pieter Willekens"/></td>
512
512
  <td align="center" valign="top" width="3.84%"><a href="https://github.com/Djcd"><img src="https://images.weserv.nl/?url=https://avatars.githubusercontent.com/u/761764?v=4&h=25&w=25&fit=cover&mask=circle&maxage=7d" alt="David Claybourne"/></td>
513
+ </tr><br />
514
+ <tr>
515
+ <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>
513
516
  </tr>
514
517
  </p>
515
518
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gitbeaker/rest",
3
- "version": "39.25.1",
3
+ "version": "39.26.0",
4
4
  "description": "Cross Platform implementation of the GitLab API",
5
5
  "license": "MIT",
6
6
  "engines": {
@@ -56,8 +56,8 @@
56
56
  "release": "auto shipit"
57
57
  },
58
58
  "dependencies": {
59
- "@gitbeaker/core": "^39.25.1",
60
- "@gitbeaker/requester-utils": "^39.25.1"
59
+ "@gitbeaker/core": "^39.26.0",
60
+ "@gitbeaker/requester-utils": "^39.26.0"
61
61
  },
62
62
  "devDependencies": {
63
63
  "@playwright/test": "^1.40.1",
@@ -65,5 +65,5 @@
65
65
  "tsup": "^8.0.1",
66
66
  "typescript": "^5.3.3"
67
67
  },
68
- "gitHead": "5fd8b4573c206c8f079ff6e58cea299b8fd1f868"
68
+ "gitHead": "b264a2f4893a7e4cd8d983eac7ec0176c7face06"
69
69
  }