@backstage/plugin-scaffolder-backend-module-gitlab 0.2.13-next.1 → 0.2.13-next.2
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 +13 -0
- package/README.md +1 -1
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @backstage/plugin-scaffolder-backend-module-gitlab
|
|
2
2
|
|
|
3
|
+
## 0.2.13-next.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 9aac2b0: Use `--cwd` as the first `yarn` argument
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @backstage/backend-common@0.21.0-next.2
|
|
10
|
+
- @backstage/backend-plugin-api@0.6.10-next.2
|
|
11
|
+
- @backstage/plugin-scaffolder-node@0.3.0-next.2
|
|
12
|
+
- @backstage/config@1.1.1
|
|
13
|
+
- @backstage/errors@1.2.3
|
|
14
|
+
- @backstage/integration@1.9.0-next.0
|
|
15
|
+
|
|
3
16
|
## 0.2.13-next.1
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|
package/README.md
CHANGED
|
@@ -10,7 +10,7 @@ Here you can find all Gitlab related features to improve your scaffolder:
|
|
|
10
10
|
|
|
11
11
|
```bash
|
|
12
12
|
# From your Backstage root directory
|
|
13
|
-
yarn
|
|
13
|
+
yarn --cwd packages/backend add @backstage/plugin-scaffolder-backend-module-gitlab
|
|
14
14
|
```
|
|
15
15
|
|
|
16
16
|
Configure the action:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-scaffolder-backend-module-gitlab",
|
|
3
|
-
"version": "0.2.13-next.
|
|
3
|
+
"version": "0.2.13-next.2",
|
|
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.0-next.
|
|
41
|
-
"@backstage/backend-plugin-api": "^0.6.10-next.
|
|
40
|
+
"@backstage/backend-common": "^0.21.0-next.2",
|
|
41
|
+
"@backstage/backend-plugin-api": "^0.6.10-next.2",
|
|
42
42
|
"@backstage/config": "^1.1.1",
|
|
43
43
|
"@backstage/errors": "^1.2.3",
|
|
44
44
|
"@backstage/integration": "^1.9.0-next.0",
|
|
45
|
-
"@backstage/plugin-scaffolder-node": "^0.3.0-next.
|
|
45
|
+
"@backstage/plugin-scaffolder-node": "^0.3.0-next.2",
|
|
46
46
|
"@gitbeaker/core": "^35.8.0",
|
|
47
47
|
"@gitbeaker/node": "^35.8.0",
|
|
48
48
|
"@gitbeaker/rest": "^39.25.0",
|
|
@@ -50,9 +50,9 @@
|
|
|
50
50
|
"zod": "^3.22.4"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
|
-
"@backstage/backend-test-utils": "^0.3.0-next.
|
|
54
|
-
"@backstage/cli": "^0.25.2-next.
|
|
55
|
-
"@backstage/core-app-api": "^1.
|
|
53
|
+
"@backstage/backend-test-utils": "^0.3.0-next.2",
|
|
54
|
+
"@backstage/cli": "^0.25.2-next.2",
|
|
55
|
+
"@backstage/core-app-api": "^1.12.0-next.1",
|
|
56
56
|
"jest-date-mock": "^1.0.8"
|
|
57
57
|
},
|
|
58
58
|
"files": [
|