@backstage/plugin-catalog-backend-module-bitbucket-server 0.5.6-next.0 → 0.5.6-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 +14 -0
- package/dist/index.d.ts +2 -1
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @backstage/plugin-catalog-backend-module-bitbucket-server
|
|
2
2
|
|
|
3
|
+
## 0.5.6-next.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @backstage/plugin-events-node@0.4.18-next.1
|
|
9
|
+
- @backstage/integration@1.18.3-next.1
|
|
10
|
+
- @backstage/backend-plugin-api@1.6.0-next.1
|
|
11
|
+
- @backstage/catalog-model@1.7.6
|
|
12
|
+
- @backstage/config@1.3.6
|
|
13
|
+
- @backstage/errors@1.2.7
|
|
14
|
+
- @backstage/plugin-catalog-common@1.1.7
|
|
15
|
+
- @backstage/plugin-catalog-node@1.20.1-next.1
|
|
16
|
+
|
|
3
17
|
## 0.5.6-next.0
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
package/dist/index.d.ts
CHANGED
|
@@ -166,4 +166,5 @@ declare class BitbucketServerEntityProvider implements EntityProvider {
|
|
|
166
166
|
private findExistingLocations;
|
|
167
167
|
}
|
|
168
168
|
|
|
169
|
-
export { BitbucketServerClient,
|
|
169
|
+
export { BitbucketServerClient, BitbucketServerEntityProvider, catalogModuleBitbucketServerEntityProvider as default };
|
|
170
|
+
export type { BitbucketServerDefaultBranch, BitbucketServerListOptions, BitbucketServerLocationParser, BitbucketServerPagedResponse, BitbucketServerProject, BitbucketServerRepository };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-catalog-backend-module-bitbucket-server",
|
|
3
|
-
"version": "0.5.6-next.
|
|
3
|
+
"version": "0.5.6-next.1",
|
|
4
4
|
"backstage": {
|
|
5
5
|
"role": "backend-plugin-module",
|
|
6
6
|
"pluginId": "catalog",
|
|
@@ -54,19 +54,19 @@
|
|
|
54
54
|
"test": "backstage-cli package test"
|
|
55
55
|
},
|
|
56
56
|
"dependencies": {
|
|
57
|
-
"@backstage/backend-plugin-api": "1.
|
|
57
|
+
"@backstage/backend-plugin-api": "1.6.0-next.1",
|
|
58
58
|
"@backstage/catalog-model": "1.7.6",
|
|
59
59
|
"@backstage/config": "1.3.6",
|
|
60
60
|
"@backstage/errors": "1.2.7",
|
|
61
|
-
"@backstage/integration": "1.18.3-next.
|
|
61
|
+
"@backstage/integration": "1.18.3-next.1",
|
|
62
62
|
"@backstage/plugin-catalog-common": "1.1.7",
|
|
63
|
-
"@backstage/plugin-catalog-node": "1.20.1-next.
|
|
64
|
-
"@backstage/plugin-events-node": "0.4.18-next.
|
|
63
|
+
"@backstage/plugin-catalog-node": "1.20.1-next.1",
|
|
64
|
+
"@backstage/plugin-events-node": "0.4.18-next.1",
|
|
65
65
|
"uuid": "^11.0.0"
|
|
66
66
|
},
|
|
67
67
|
"devDependencies": {
|
|
68
|
-
"@backstage/backend-test-utils": "1.10.
|
|
69
|
-
"@backstage/cli": "0.
|
|
68
|
+
"@backstage/backend-test-utils": "1.10.2-next.1",
|
|
69
|
+
"@backstage/cli": "0.35.0-next.2",
|
|
70
70
|
"@backstage/plugin-events-backend-test-utils": "0.1.51-next.0",
|
|
71
71
|
"msw": "^1.0.0"
|
|
72
72
|
},
|