@gitbeaker/rest 40.0.2 → 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 +1 -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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gitbeaker/rest",
3
- "version": "40.0.2",
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.2",
57
- "@gitbeaker/requester-utils": "^40.0.2"
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": "371194377c652d86497d6345963e03d9e534b940"
65
+ "gitHead": "2f6335a2279bb9a4191e8732ec0889b8e5b2d603"
66
66
  }