@gitbeaker/rest 39.12.0 → 39.13.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 +2 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -241,7 +241,7 @@ const { data } = await api.Projects.all({
|
|
|
241
241
|
|
|
242
242
|
### Error Handling
|
|
243
243
|
|
|
244
|
-
Request errors are returned back within
|
|
244
|
+
Request errors are returned back within a plain Error instance, using the cause to hold the original response and a text description of the error pulled from the response's error or message fields if JSON, or its plain text value:
|
|
245
245
|
|
|
246
246
|
```js
|
|
247
247
|
Error: Bad Request
|
|
@@ -407,6 +407,7 @@ projectsAPI.create({
|
|
|
407
407
|
<td align="center" valign="top" width="3.84%"><a href="https://github.com/ravewill"><img src="https://images.weserv.nl/?url=https://avatars.githubusercontent.com/u/128541928?v=4&h=25&w=25&fit=cover&mask=circle&maxage=7d" alt="Will"/></td>
|
|
408
408
|
<td align="center" valign="top" width="3.84%"><a href="https://github.com/ArnaudTA"><img src="https://images.weserv.nl/?url=https://avatars.githubusercontent.com/u/33383276?v=4&h=25&w=25&fit=cover&mask=circle&maxage=7d" alt="ArnaudTA"/></td>
|
|
409
409
|
<td align="center" valign="top" width="3.84%"><a href="https://github.com/kouak"><img src="https://images.weserv.nl/?url=https://avatars.githubusercontent.com/u/48335?v=4&h=25&w=25&fit=cover&mask=circle&maxage=7d" alt="Benjamin Beret"/></td>
|
|
410
|
+
<td align="center" valign="top" width="3.84%"><a href="https://github.com/demedos"><img src="https://images.weserv.nl/?url=https://avatars.githubusercontent.com/u/16702156?v=4&h=25&w=25&fit=cover&mask=circle&maxage=7d" alt="Alessandro Diez"/></td>
|
|
410
411
|
</tr>
|
|
411
412
|
</p>
|
|
412
413
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gitbeaker/rest",
|
|
3
|
-
"version": "39.
|
|
3
|
+
"version": "39.13.0",
|
|
4
4
|
"description": "Cross Platform implementation of the GitLab API",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"engines": {
|
|
@@ -56,8 +56,8 @@
|
|
|
56
56
|
"release": "auto shipit"
|
|
57
57
|
},
|
|
58
58
|
"dependencies": {
|
|
59
|
-
"@gitbeaker/core": "^39.
|
|
60
|
-
"@gitbeaker/requester-utils": "^39.
|
|
59
|
+
"@gitbeaker/core": "^39.13.0",
|
|
60
|
+
"@gitbeaker/requester-utils": "^39.13.0"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
63
63
|
"@playwright/test": "^1.35.1",
|
|
@@ -65,5 +65,5 @@
|
|
|
65
65
|
"tsup": "^7.1.0",
|
|
66
66
|
"typescript": "^5.1.6"
|
|
67
67
|
},
|
|
68
|
-
"gitHead": "
|
|
68
|
+
"gitHead": "ce3d4d462f49092dc58ffacd6f9e8436b7d759c7"
|
|
69
69
|
}
|