@gitbeaker/rest 40.0.1 → 40.0.3

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 +2 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -66,7 +66,7 @@
66
66
 
67
67
  ## Features
68
68
 
69
- - **Complete** - All features of Gitlab's exposed APIs are covered up to version [16.0](https://docs.gitlab.com/16.0/ee/api/api_resources.html). See [here](./packages/core/README.md#supported-apis) for the full list.
69
+ - **Complete** - All features of Gitlab's exposed APIs are covered up to version [16.5](https://docs.gitlab.com/16.5/ee/api/api_resources.html). See [here](./packages/core/README.md#supported-apis) for the full list.
70
70
  - **Universal** - Works in all modern browsers, [Node.js](https://nodejs.org/), and [Deno](https://deno.land/).
71
71
  - **Tested** - All libraries have > 80% test coverage.
72
72
  - **Typed** - All libraries have extensive TypeScript declarations.
@@ -498,6 +498,7 @@ projectsAPI.create({
498
498
  <td align="center" valign="top" width="0.33%"><a href="https://www.1stg.me/"><img src="https://images.weserv.nl/?url=https://avatars.githubusercontent.com/u/8336744?v=4&h=25&w=25&fit=cover&mask=circle&maxage=7d" alt="JounQin"/></td>
499
499
  <td align="center" valign="top" width="0.33%"><a href="https://github.com/elaine-mattos"><img src="https://images.weserv.nl/?url=https://avatars.githubusercontent.com/u/79633988?v=4&h=25&w=25&fit=cover&mask=circle&maxage=7d" alt="Elaine Mattos"/></td>
500
500
  <td align="center" valign="top" width="0.33%"><a href="https://github.com/vitamindck"><img src="https://images.weserv.nl/?url=https://avatars.githubusercontent.com/u/10766587?v=4&h=25&w=25&fit=cover&mask=circle&maxage=7d" alt="DK"/></td>
501
+ <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>
501
502
  </tr>
502
503
  </p>
503
504
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gitbeaker/rest",
3
- "version": "40.0.1",
3
+ "version": "40.0.3",
4
4
  "description": "Cross Platform implementation of the GitLab API",
5
5
  "license": "MIT",
6
6
  "engines": {
@@ -53,8 +53,8 @@
53
53
  "lint:fix": "yarn lint --fix"
54
54
  },
55
55
  "dependencies": {
56
- "@gitbeaker/core": "^40.0.1",
57
- "@gitbeaker/requester-utils": "^40.0.1"
56
+ "@gitbeaker/core": "^40.0.3",
57
+ "@gitbeaker/requester-utils": "^40.0.3"
58
58
  },
59
59
  "devDependencies": {
60
60
  "@playwright/test": "^1.40.1",
@@ -62,5 +62,5 @@
62
62
  "tsup": "^8.0.1",
63
63
  "typescript": "^5.3.3"
64
64
  },
65
- "gitHead": "1431e845353d73026878ab554a0deb379d08ec68"
65
+ "gitHead": "2f6335a2279bb9a4191e8732ec0889b8e5b2d603"
66
66
  }