@gitbeaker/rest 36.0.2--canary.2258.849927821.0 → 37.1.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.
package/README.md CHANGED
@@ -45,10 +45,10 @@
45
45
 
46
46
  ## Features
47
47
 
48
- - **Complete**. All features of Gitlab's exposed APIs are covered up to version [15.7]().
49
- - **Universal**. Works in all modern browsers, [Node.js](https://nodejs.org/), and [Deno](https://deno.land/).
50
- - **Tested**. All libraries have > 80% test coverage.
51
- - **Typed**. All libraries have extensive TypeScript declarations.
48
+ - **Complete** - All features of Gitlab's exposed APIs are covered up to version [16.0](https://docs.gitlab.com/15.11/ee/api/api_resources.html).
49
+ - **Universal** - Works in all modern browsers, [Node.js](https://nodejs.org/), and [Deno](https://deno.land/).
50
+ - **Tested** - All libraries have > 80% test coverage.
51
+ - **Typed** - All libraries have extensive TypeScript declarations.
52
52
 
53
53
  ## Usage
54
54
 
package/dist/index.d.ts CHANGED
@@ -1,4 +1,5 @@
1
1
  import * as Resources from '@gitbeaker/core';
2
+ export * from '@gitbeaker/core';
2
3
 
3
4
  declare const Agents: typeof Resources.Agents;
4
5
  declare const AlertManagement: typeof Resources.AlertManagement;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gitbeaker/rest",
3
- "version": "36.0.2--canary.2258.849927821.0",
3
+ "version": "37.1.0",
4
4
  "description": "Cross Platform implementation of the GitLab API",
5
5
  "license": "MIT",
6
6
  "engines": {
@@ -56,15 +56,15 @@
56
56
  "release": "auto shipit"
57
57
  },
58
58
  "dependencies": {
59
- "@gitbeaker/core": "36.0.2--canary.2258.849927821.0",
60
- "@gitbeaker/requester-utils": "36.0.2--canary.2258.849927821.0"
59
+ "@gitbeaker/core": "^37.1.0",
60
+ "@gitbeaker/requester-utils": "^37.1.0"
61
61
  },
62
62
  "devDependencies": {
63
63
  "@playwright/test": "^1.32.3",
64
64
  "@types/node": "^18.16.1",
65
65
  "playwright": "^1.32.3",
66
66
  "tsup": "^6.7.0",
67
- "typescript": "^4.9.5"
67
+ "typescript": "^5.0.4"
68
68
  },
69
- "gitHead": "e2f8a64addcb5fbae1b2ddec9bf64a6c3ce4cba5"
69
+ "gitHead": "ec001af19a6aa31f3f7f7fd064aeedb6f327bdc0"
70
70
  }