@gitbeaker/requester-utils 39.27.1 → 39.28.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 -22
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -22,23 +22,6 @@
|
|
|
22
22
|
<img src="https://wearecws.com/images/brand/cws-logo.svg" width="210">
|
|
23
23
|
</a>
|
|
24
24
|
|
|
25
|
-
<br>
|
|
26
|
-
<br>
|
|
27
|
-
<br>
|
|
28
|
-
|
|
29
|
-
<a href="https://axolo.co/gitlab-slack-integration/?ref=gitbeaker">
|
|
30
|
-
<div>
|
|
31
|
-
<img src="https://apichaos.s3.eu-west-3.amazonaws.com/logo_axolo.png" width="210" alt="Axolo Logo"/>
|
|
32
|
-
<br>
|
|
33
|
-
<br>
|
|
34
|
-
</div>
|
|
35
|
-
<b>Review merge requests in Slack to merge code faster</b>
|
|
36
|
-
<div>
|
|
37
|
-
<sub>Improve your code review process by creating an ephemeral channel per merge request.</sub>
|
|
38
|
-
<br>
|
|
39
|
-
</div>
|
|
40
|
-
</a>
|
|
41
|
-
|
|
42
25
|
<br>
|
|
43
26
|
<hr>
|
|
44
27
|
</div>
|
|
@@ -49,9 +32,6 @@
|
|
|
49
32
|
<a href="https://codeclimate.com/github/jdalrymple/gitbeaker">
|
|
50
33
|
<img src="https://codeclimate.com/github/jdalrymple/gitbeaker/badges/gpa.svg" alt="Code Climate maintainability">
|
|
51
34
|
</a>
|
|
52
|
-
<a href="https://img.shields.io/librariesio/release/npm/@gitbeaker/requester-utils">
|
|
53
|
-
<img src="https://img.shields.io/librariesio/release/npm/@gitbeaker/requester-utils" alt="Dependency Status" />
|
|
54
|
-
</a>
|
|
55
35
|
<a href="https://github.com/intuit/auto">
|
|
56
36
|
<img src="https://img.shields.io/badge/release-auto.svg?colorA=888888&colorB=9B065A&label=auto" alt="Auto">
|
|
57
37
|
</a>
|
|
@@ -62,8 +42,8 @@
|
|
|
62
42
|
<a href="LICENSE.md">
|
|
63
43
|
<img src="https://img.shields.io/badge/License-MIT-yellow.svg" alt="Licence: MIT">
|
|
64
44
|
</a>
|
|
65
|
-
<a href="https://packagephobia.
|
|
66
|
-
<img src="https://packagephobia.
|
|
45
|
+
<a href="https://packagephobia.com/result?p=@gitbeaker/requester-utils">
|
|
46
|
+
<img src="https://packagephobia.com/badge?p=@gitbeaker/requester-utils" alt="Install Size: Requester Utils">
|
|
67
47
|
</a>
|
|
68
48
|
</p>
|
|
69
49
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gitbeaker/requester-utils",
|
|
3
|
-
"version": "39.
|
|
3
|
+
"version": "39.28.0",
|
|
4
4
|
"description": "Utility functions for requester implementatons used in @gitbeaker",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"engines": {
|
|
@@ -61,5 +61,5 @@
|
|
|
61
61
|
"tsup": "^8.0.1",
|
|
62
62
|
"typescript": "^5.3.3"
|
|
63
63
|
},
|
|
64
|
-
"gitHead": "
|
|
64
|
+
"gitHead": "e15097c508ee0b5bc2f599ed818fa1e08e2645d3"
|
|
65
65
|
}
|