@backstage/plugin-catalog-backend-module-gitlab 0.8.3-next.2 → 0.8.3
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 +18 -0
- package/package.json +13 -13
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @backstage/plugin-catalog-backend-module-gitlab
|
|
2
2
|
|
|
3
|
+
## 0.8.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 1ecc3ca: Fixed spelling mistakes in internal code
|
|
8
|
+
- 0c5e41f: Removed unused dependencies that had no imports in source code.
|
|
9
|
+
- e9b78e9: Removed the `uuid` dependency and replaced usage with the built-in `crypto.randomUUID()`.
|
|
10
|
+
- Updated dependencies
|
|
11
|
+
- @backstage/catalog-model@1.9.0
|
|
12
|
+
- @backstage/errors@1.3.1
|
|
13
|
+
- @backstage/backend-plugin-api@1.9.1
|
|
14
|
+
- @backstage/backend-defaults@0.17.1
|
|
15
|
+
- @backstage/plugin-catalog-node@2.2.1
|
|
16
|
+
- @backstage/integration@2.0.2
|
|
17
|
+
- @backstage/config@1.3.8
|
|
18
|
+
- @backstage/plugin-catalog-common@1.1.10
|
|
19
|
+
- @backstage/plugin-events-node@0.4.22
|
|
20
|
+
|
|
3
21
|
## 0.8.3-next.2
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-catalog-backend-module-gitlab",
|
|
3
|
-
"version": "0.8.3
|
|
3
|
+
"version": "0.8.3",
|
|
4
4
|
"description": "A Backstage catalog backend module that helps integrate towards GitLab",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "backend-plugin-module",
|
|
@@ -65,22 +65,22 @@
|
|
|
65
65
|
"test": "backstage-cli package test"
|
|
66
66
|
},
|
|
67
67
|
"dependencies": {
|
|
68
|
-
"@backstage/backend-defaults": "0.17.1
|
|
69
|
-
"@backstage/backend-plugin-api": "1.9.1
|
|
70
|
-
"@backstage/catalog-model": "1.
|
|
71
|
-
"@backstage/config": "1.3.8
|
|
72
|
-
"@backstage/errors": "1.3.1
|
|
73
|
-
"@backstage/integration": "2.0.2
|
|
74
|
-
"@backstage/plugin-catalog-common": "1.1.10
|
|
75
|
-
"@backstage/plugin-catalog-node": "2.2.1
|
|
76
|
-
"@backstage/plugin-events-node": "0.4.22
|
|
68
|
+
"@backstage/backend-defaults": "^0.17.1",
|
|
69
|
+
"@backstage/backend-plugin-api": "^1.9.1",
|
|
70
|
+
"@backstage/catalog-model": "^1.9.0",
|
|
71
|
+
"@backstage/config": "^1.3.8",
|
|
72
|
+
"@backstage/errors": "^1.3.1",
|
|
73
|
+
"@backstage/integration": "^2.0.2",
|
|
74
|
+
"@backstage/plugin-catalog-common": "^1.1.10",
|
|
75
|
+
"@backstage/plugin-catalog-node": "^2.2.1",
|
|
76
|
+
"@backstage/plugin-events-node": "^0.4.22",
|
|
77
77
|
"@gitbeaker/rest": "^40.0.3",
|
|
78
78
|
"lodash": "^4.17.21"
|
|
79
79
|
},
|
|
80
80
|
"devDependencies": {
|
|
81
|
-
"@backstage/backend-test-utils": "1.11.3
|
|
82
|
-
"@backstage/cli": "0.36.2
|
|
83
|
-
"@backstage/plugin-events-backend-test-utils": "0.1.55
|
|
81
|
+
"@backstage/backend-test-utils": "^1.11.3",
|
|
82
|
+
"@backstage/cli": "^0.36.2",
|
|
83
|
+
"@backstage/plugin-events-backend-test-utils": "^0.1.55",
|
|
84
84
|
"@types/lodash": "^4.14.151",
|
|
85
85
|
"msw": "^1.0.0"
|
|
86
86
|
},
|