@gitbeaker/core 39.32.0 → 39.33.1
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 +1 -0
- package/package.json +6 -15
- package/dist/index.d.mts +0 -8119
- package/dist/index.d.ts +0 -8119
- package/dist/index.js +0 -7148
- package/dist/index.mjs +0 -6954
- package/dist/map.json +0 -6470
package/README.md
CHANGED
|
@@ -1904,6 +1904,7 @@ import { Gitlab } from '@gitbeaker/core';
|
|
|
1904
1904
|
<td align="center" valign="top" width="0.33%"><a href="https://github.com/domharrington"><img src="https://images.weserv.nl/?url=https://avatars.githubusercontent.com/u/848223?v=4&h=25&w=25&fit=cover&mask=circle&maxage=7d" alt="Dom Harrington"/></td>
|
|
1905
1905
|
<td align="center" valign="top" width="0.33%"><a href="https://github.com/kseino"><img src="https://images.weserv.nl/?url=https://avatars.githubusercontent.com/u/1378066?v=4&h=25&w=25&fit=cover&mask=circle&maxage=7d" alt="Kohei Seino"/></td>
|
|
1906
1906
|
<td align="center" valign="top" width="0.33%"><a href="https://www.1stg.me/"><img src="https://images.weserv.nl/?url=https://avatars.githubusercontent.com/u/8336744?v=4&h=25&w=25&fit=cover&mask=circle&maxage=7d" alt="JounQin"/></td>
|
|
1907
|
+
<td align="center" valign="top" width="0.33%"><a href="https://github.com/elaine-mattos"><img src="https://images.weserv.nl/?url=https://avatars.githubusercontent.com/u/79633988?v=4&h=25&w=25&fit=cover&mask=circle&maxage=7d" alt="Elaine Mattos"/></td>
|
|
1907
1908
|
</tr>
|
|
1908
1909
|
</p>
|
|
1909
1910
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gitbeaker/core",
|
|
3
|
-
"version": "39.
|
|
3
|
+
"version": "39.33.1",
|
|
4
4
|
"description": "Core API implementation of the GitLab API",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"engines": {
|
|
@@ -45,22 +45,13 @@
|
|
|
45
45
|
"build:map": "tsx scripts/generate.ts",
|
|
46
46
|
"build:self": "tsup src/index.ts --format esm,cjs --dts --treeshake",
|
|
47
47
|
"test:types": "tsc",
|
|
48
|
-
"test:
|
|
48
|
+
"test:integration": "jest --maxWorkers=50% test/integration",
|
|
49
49
|
"test:unit": "jest --maxWorkers=50% test/unit",
|
|
50
|
-
"
|
|
51
|
-
"
|
|
52
|
-
"format:src": "prettier '{src,test}/**/*.ts' --ignore-path ../../.prettierignore",
|
|
53
|
-
"format:src:fix": "yarn format:src --write",
|
|
54
|
-
"format": "yarn format:src && yarn format:docs",
|
|
55
|
-
"format:fix": "yarn format:src:fix && yarn format:docs:fix",
|
|
56
|
-
"lint": "eslint '{src,test,scripts}/**/*.ts'",
|
|
57
|
-
"lint:fix": "yarn lint --fix",
|
|
58
|
-
"release:rc": "auto next",
|
|
59
|
-
"release:canary": "auto canary",
|
|
60
|
-
"release": "auto shipit"
|
|
50
|
+
"lint": "eslint '**/{src,test,scripts}/**/*.ts'",
|
|
51
|
+
"lint:fix": "yarn lint --fix"
|
|
61
52
|
},
|
|
62
53
|
"dependencies": {
|
|
63
|
-
"@gitbeaker/requester-utils": "^39.
|
|
54
|
+
"@gitbeaker/requester-utils": "^39.33.1",
|
|
64
55
|
"qs": "^6.11.2",
|
|
65
56
|
"xcase": "^2.0.1"
|
|
66
57
|
},
|
|
@@ -71,5 +62,5 @@
|
|
|
71
62
|
"tsx": "^4.7.0",
|
|
72
63
|
"typescript": "^5.3.3"
|
|
73
64
|
},
|
|
74
|
-
"gitHead": "
|
|
65
|
+
"gitHead": "f34db265145f4914f79bf338db3cca0aa6cef0aa"
|
|
75
66
|
}
|