@gitbeaker/cli 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
@@ -243,6 +243,7 @@ GITBEAKER_CAMELIZE=true
243
243
  <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>
244
244
  <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>
245
245
  <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>
246
+ <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>
246
247
  </tr>
247
248
  </p>
248
249
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gitbeaker/cli",
3
- "version": "43.6.0",
3
+ "version": "43.7.0",
4
4
  "description": "CLI implementation of the GitLab API.",
5
5
  "license": "MIT",
6
6
  "engines": {
@@ -39,8 +39,8 @@
39
39
  "lint:fix": "yarn lint --fix"
40
40
  },
41
41
  "dependencies": {
42
- "@gitbeaker/core": "^43.6.0",
43
- "@gitbeaker/rest": "^43.6.0",
42
+ "@gitbeaker/core": "^43.7.0",
43
+ "@gitbeaker/rest": "^43.7.0",
44
44
  "chalk": "^5.6.0",
45
45
  "sywac": "^1.3.0",
46
46
  "xcase": "^2.0.1"
@@ -49,5 +49,5 @@
49
49
  "tsup": "^8.5.0",
50
50
  "typescript": "^5.9.2"
51
51
  },
52
- "gitHead": "bdafa8ad001658674492b09a948f02fb22cd45a9"
52
+ "gitHead": "59c791ea3622e623e64a73c499d0d36e89e7ebc0"
53
53
  }