@gitbeaker/cli 40.1.4 → 40.2.1

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 +6 -5
package/README.md CHANGED
@@ -231,6 +231,7 @@ GITBEAKER_CAMELIZE=true
231
231
  <td align="center" valign="top" width="0.33%"><a href="http://www.koenbrouwer.com/"><img src="https://images.weserv.nl/?url=https://avatars.githubusercontent.com/u/3260168?v=4&h=25&w=25&fit=cover&mask=circle&maxage=7d" alt="Koen Brouwer"/></td>
232
232
  <td align="center" valign="top" width="0.33%"><a href="https://scrumplex.net/"><img src="https://images.weserv.nl/?url=https://avatars.githubusercontent.com/u/11587657?v=4&h=25&w=25&fit=cover&mask=circle&maxage=7d" alt="Sefa Eyeoglu"/></td>
233
233
  <td align="center" valign="top" width="0.33%"><a href="https://github.com/crazfb"><img src="https://images.weserv.nl/?url=https://avatars.githubusercontent.com/u/157008803?v=4&h=25&w=25&fit=cover&mask=circle&maxage=7d" alt="Carmi Raz"/></td>
234
+ <td align="center" valign="top" width="0.33%"><a href="https://github.com/unilynx"><img src="https://images.weserv.nl/?url=https://avatars.githubusercontent.com/u/2772353?v=4&h=25&w=25&fit=cover&mask=circle&maxage=7d" alt="Arnold Hendriks"/></td>
234
235
  </tr>
235
236
  </p>
236
237
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gitbeaker/cli",
3
- "version": "40.1.4",
3
+ "version": "40.2.1",
4
4
  "description": "CLI implementation of the GitLab API.",
5
5
  "license": "MIT",
6
6
  "engines": {
@@ -8,7 +8,8 @@
8
8
  },
9
9
  "repository": {
10
10
  "type": "git",
11
- "url": "https://github.com/jdalrymple/gitbeaker"
11
+ "url": "https://github.com/jdalrymple/gitbeaker",
12
+ "directory": "packages/cli"
12
13
  },
13
14
  "bugs": {
14
15
  "url": "https://github.com/jdalrymple/gitbeaker/issues"
@@ -38,8 +39,8 @@
38
39
  "lint:fix": "yarn lint --fix"
39
40
  },
40
41
  "dependencies": {
41
- "@gitbeaker/core": "^40.1.4",
42
- "@gitbeaker/rest": "^40.1.4",
42
+ "@gitbeaker/core": "^40.2.1",
43
+ "@gitbeaker/rest": "^40.2.1",
43
44
  "chalk": "4.1.2",
44
45
  "sywac": "^1.3.0",
45
46
  "xcase": "^2.0.1"
@@ -48,5 +49,5 @@
48
49
  "tsup": "^8.1.0",
49
50
  "typescript": "^5.5.3"
50
51
  },
51
- "gitHead": "6e43b254784164942ebd9e261009963ea96d854c"
52
+ "gitHead": "63682f476d918918d656a901996145a0361fa7f5"
52
53
  }