@backstage/plugin-scaffolder-backend-module-gitlab 0.2.13-next.3 → 0.2.14
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/CHANGELOG.md +24 -0
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,29 @@
|
|
|
1
1
|
# @backstage/plugin-scaffolder-backend-module-gitlab
|
|
2
2
|
|
|
3
|
+
## 0.2.14
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @backstage/backend-common@0.21.1
|
|
9
|
+
- @backstage/plugin-scaffolder-node@0.3.1
|
|
10
|
+
- @backstage/backend-plugin-api@0.6.11
|
|
11
|
+
|
|
12
|
+
## 0.2.13
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- e9a5228: Exporting a default module for the new Backend System
|
|
17
|
+
- 9aac2b0: Use `--cwd` as the first `yarn` argument
|
|
18
|
+
- 1cd2740: Use the Gitbeaker library for `gitlab:projectAccessToken:create` action, enabling the `expiresAt` option
|
|
19
|
+
- Updated dependencies
|
|
20
|
+
- @backstage/backend-common@0.21.0
|
|
21
|
+
- @backstage/backend-plugin-api@0.6.10
|
|
22
|
+
- @backstage/integration@1.9.0
|
|
23
|
+
- @backstage/plugin-scaffolder-node@0.3.0
|
|
24
|
+
- @backstage/config@1.1.1
|
|
25
|
+
- @backstage/errors@1.2.3
|
|
26
|
+
|
|
3
27
|
## 0.2.13-next.3
|
|
4
28
|
|
|
5
29
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-scaffolder-backend-module-gitlab",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.14",
|
|
4
4
|
"main": "./dist/index.cjs.js",
|
|
5
5
|
"types": "./dist/index.d.ts",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -37,12 +37,12 @@
|
|
|
37
37
|
"postpack": "backstage-cli package postpack"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@backstage/backend-common": "^0.21.
|
|
41
|
-
"@backstage/backend-plugin-api": "^0.6.
|
|
40
|
+
"@backstage/backend-common": "^0.21.1",
|
|
41
|
+
"@backstage/backend-plugin-api": "^0.6.11",
|
|
42
42
|
"@backstage/config": "^1.1.1",
|
|
43
43
|
"@backstage/errors": "^1.2.3",
|
|
44
|
-
"@backstage/integration": "^1.9.0
|
|
45
|
-
"@backstage/plugin-scaffolder-node": "^0.3.
|
|
44
|
+
"@backstage/integration": "^1.9.0",
|
|
45
|
+
"@backstage/plugin-scaffolder-node": "^0.3.1",
|
|
46
46
|
"@gitbeaker/core": "^35.8.0",
|
|
47
47
|
"@gitbeaker/node": "^35.8.0",
|
|
48
48
|
"@gitbeaker/rest": "^39.25.0",
|
|
@@ -51,9 +51,9 @@
|
|
|
51
51
|
"zod": "^3.22.4"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
|
-
"@backstage/backend-test-utils": "^0.3.
|
|
55
|
-
"@backstage/cli": "^0.25.2
|
|
56
|
-
"@backstage/core-app-api": "^1.12.0
|
|
54
|
+
"@backstage/backend-test-utils": "^0.3.1",
|
|
55
|
+
"@backstage/cli": "^0.25.2",
|
|
56
|
+
"@backstage/core-app-api": "^1.12.0",
|
|
57
57
|
"jest-date-mock": "^1.0.8"
|
|
58
58
|
},
|
|
59
59
|
"files": [
|