@backstage/plugin-catalog-backend-module-bitbucket-server 0.2.1 → 0.2.2-next.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/CHANGELOG.md +20 -3
- package/alpha/package.json +1 -1
- package/dist/alpha.d.ts +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,29 @@
|
|
|
1
1
|
# @backstage/plugin-catalog-backend-module-bitbucket-server
|
|
2
2
|
|
|
3
|
-
## 0.2.1
|
|
3
|
+
## 0.2.2-next.1
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
7
|
- Updated dependencies
|
|
8
|
-
- @backstage/backend-plugin-api@0.
|
|
9
|
-
- @backstage/
|
|
8
|
+
- @backstage/backend-plugin-api@0.9.0-next.1
|
|
9
|
+
- @backstage/catalog-model@1.6.0
|
|
10
|
+
- @backstage/config@1.2.0
|
|
11
|
+
- @backstage/errors@1.2.4
|
|
12
|
+
- @backstage/integration@1.14.0
|
|
13
|
+
- @backstage/plugin-catalog-node@1.12.7-next.1
|
|
14
|
+
|
|
15
|
+
## 0.2.2-next.0
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- d425fc4: Modules, plugins, and services are now `BackendFeature`, not a function that returns a feature.
|
|
20
|
+
- Updated dependencies
|
|
21
|
+
- @backstage/backend-plugin-api@0.9.0-next.0
|
|
22
|
+
- @backstage/plugin-catalog-node@1.12.7-next.0
|
|
23
|
+
- @backstage/catalog-model@1.6.0
|
|
24
|
+
- @backstage/config@1.2.0
|
|
25
|
+
- @backstage/errors@1.2.4
|
|
26
|
+
- @backstage/integration@1.14.0
|
|
10
27
|
|
|
11
28
|
## 0.2.0
|
|
12
29
|
|
package/alpha/package.json
CHANGED
package/dist/alpha.d.ts
CHANGED
|
@@ -3,6 +3,6 @@ import * as _backstage_backend_plugin_api from '@backstage/backend-plugin-api';
|
|
|
3
3
|
/**
|
|
4
4
|
* @alpha
|
|
5
5
|
*/
|
|
6
|
-
declare const catalogModuleBitbucketServerEntityProvider: _backstage_backend_plugin_api.
|
|
6
|
+
declare const catalogModuleBitbucketServerEntityProvider: _backstage_backend_plugin_api.BackendFeature;
|
|
7
7
|
|
|
8
8
|
export { catalogModuleBitbucketServerEntityProvider as default };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-catalog-backend-module-bitbucket-server",
|
|
3
|
-
"version": "0.2.1",
|
|
3
|
+
"version": "0.2.2-next.1",
|
|
4
4
|
"backstage": {
|
|
5
5
|
"role": "backend-plugin-module",
|
|
6
6
|
"pluginId": "catalog",
|
|
@@ -49,19 +49,19 @@
|
|
|
49
49
|
"test": "backstage-cli package test"
|
|
50
50
|
},
|
|
51
51
|
"dependencies": {
|
|
52
|
-
"@backstage/backend-plugin-api": "^0.
|
|
52
|
+
"@backstage/backend-plugin-api": "^0.9.0-next.1",
|
|
53
53
|
"@backstage/catalog-model": "^1.6.0",
|
|
54
54
|
"@backstage/config": "^1.2.0",
|
|
55
55
|
"@backstage/errors": "^1.2.4",
|
|
56
56
|
"@backstage/integration": "^1.14.0",
|
|
57
|
-
"@backstage/plugin-catalog-node": "^1.12.
|
|
57
|
+
"@backstage/plugin-catalog-node": "^1.12.7-next.1",
|
|
58
58
|
"@types/node-fetch": "^2.5.12",
|
|
59
59
|
"node-fetch": "^2.7.0",
|
|
60
60
|
"uuid": "^9.0.0"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
63
|
-
"@backstage/backend-test-utils": "^0.
|
|
64
|
-
"@backstage/cli": "^0.27.
|
|
63
|
+
"@backstage/backend-test-utils": "^0.6.0-next.1",
|
|
64
|
+
"@backstage/cli": "^0.27.1-next.1",
|
|
65
65
|
"luxon": "^3.0.0",
|
|
66
66
|
"msw": "^1.0.0"
|
|
67
67
|
},
|