@backstage/plugin-catalog-backend-module-gerrit 0.3.12-next.2 → 0.3.12
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 +9 -0
- package/README.md +1 -1
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @backstage/plugin-catalog-backend-module-gerrit
|
|
2
2
|
|
|
3
|
+
## 0.3.12
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @backstage/backend-plugin-api@1.8.0
|
|
9
|
+
- @backstage/integration@2.0.0
|
|
10
|
+
- @backstage/plugin-catalog-node@2.1.0
|
|
11
|
+
|
|
3
12
|
## 0.3.12-next.2
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
package/README.md
CHANGED
|
@@ -4,5 +4,5 @@ This is an extension module to the plugin-catalog-backend plugin, providing exte
|
|
|
4
4
|
|
|
5
5
|
## Getting started
|
|
6
6
|
|
|
7
|
-
See [Backstage documentation](https://backstage.io/docs/integrations/gerrit/discovery
|
|
7
|
+
See [Backstage documentation](https://backstage.io/docs/integrations/gerrit/discovery)
|
|
8
8
|
for details on how to install and configure the plugin.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-catalog-backend-module-gerrit",
|
|
3
|
-
"version": "0.3.12
|
|
3
|
+
"version": "0.3.12",
|
|
4
4
|
"backstage": {
|
|
5
5
|
"role": "backend-plugin-module",
|
|
6
6
|
"pluginId": "catalog",
|
|
@@ -61,19 +61,19 @@
|
|
|
61
61
|
"test": "backstage-cli package test"
|
|
62
62
|
},
|
|
63
63
|
"dependencies": {
|
|
64
|
-
"@backstage/backend-plugin-api": "1.8.0
|
|
65
|
-
"@backstage/config": "1.3.6",
|
|
66
|
-
"@backstage/errors": "1.2.7",
|
|
67
|
-
"@backstage/integration": "2.0.0
|
|
68
|
-
"@backstage/plugin-catalog-common": "1.1.8",
|
|
69
|
-
"@backstage/plugin-catalog-node": "2.1.0
|
|
64
|
+
"@backstage/backend-plugin-api": "^1.8.0",
|
|
65
|
+
"@backstage/config": "^1.3.6",
|
|
66
|
+
"@backstage/errors": "^1.2.7",
|
|
67
|
+
"@backstage/integration": "^2.0.0",
|
|
68
|
+
"@backstage/plugin-catalog-common": "^1.1.8",
|
|
69
|
+
"@backstage/plugin-catalog-node": "^2.1.0",
|
|
70
70
|
"fs-extra": "^11.2.0",
|
|
71
71
|
"p-limit": "^3.1.0",
|
|
72
72
|
"uuid": "^11.0.0"
|
|
73
73
|
},
|
|
74
74
|
"devDependencies": {
|
|
75
|
-
"@backstage/backend-test-utils": "1.11.1
|
|
76
|
-
"@backstage/cli": "0.36.0
|
|
75
|
+
"@backstage/backend-test-utils": "^1.11.1",
|
|
76
|
+
"@backstage/cli": "^0.36.0",
|
|
77
77
|
"@types/fs-extra": "^11.0.0",
|
|
78
78
|
"msw": "^1.0.0"
|
|
79
79
|
},
|