@gitbeaker/rest 43.4.0 → 43.5.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 +2 -1
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -67,7 +67,7 @@
67
67
 
68
68
  ## Features
69
69
 
70
- - **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
+ - **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.
71
71
  - **Universal** - Works in all modern browsers, [Node.js](https://nodejs.org/), and [Deno](https://deno.land/).
72
72
  - **Tested** - All libraries have > 80% test coverage.
73
73
  - **Typed** - All libraries have extensive TypeScript declarations.
@@ -520,6 +520,7 @@ projectsAPI.create({
520
520
  <td align="center" valign="top" width="0.33%"><a href="https://github.com/zk-kb4"><img src="https://images.weserv.nl/?url=https://avatars.githubusercontent.com/u/42388953?v=4&h=25&w=25&fit=cover&mask=circle&maxage=7d" alt="Zack"/></td>
521
521
  <td align="center" valign="top" width="0.33%"><a href="https://github.com/kayw-geek"><img src="https://images.weserv.nl/?url=https://avatars.githubusercontent.com/u/29700073?v=4&h=25&w=25&fit=cover&mask=circle&maxage=7d" alt="Kay W."/></td>
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
+ <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>
523
524
  </tr>
524
525
  </p>
525
526
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gitbeaker/rest",
3
- "version": "43.4.0",
3
+ "version": "43.5.0",
4
4
  "description": "Cross Platform implementation of the GitLab API",
5
5
  "license": "MIT",
6
6
  "engines": {
@@ -54,14 +54,14 @@
54
54
  "lint:fix": "yarn lint --fix"
55
55
  },
56
56
  "dependencies": {
57
- "@gitbeaker/core": "^43.4.0",
58
- "@gitbeaker/requester-utils": "^43.4.0"
57
+ "@gitbeaker/core": "^43.5.0",
58
+ "@gitbeaker/requester-utils": "^43.5.0"
59
59
  },
60
60
  "devDependencies": {
61
- "@playwright/test": "^1.54.2",
62
- "@types/node": "^24.2.0",
61
+ "@playwright/test": "^1.55.0",
62
+ "@types/node": "^24.3.0",
63
63
  "tsup": "^8.5.0",
64
64
  "typescript": "^5.9.2"
65
65
  },
66
- "gitHead": "dd8aa38674dba292815eb8cba325b08b2680936f"
66
+ "gitHead": "faad2c9e72b04588356ad081f9b79417039c03bc"
67
67
  }