@backstage/plugin-catalog-backend-module-bitbucket-server 0.1.9-next.1 → 0.1.9-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 +14 -0
- package/alpha/package.json +1 -1
- package/dist/index.d.ts +5 -5
- 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.1.9-next.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @backstage/backend-common@0.18.4-next.2
|
|
9
|
+
- @backstage/backend-plugin-api@0.5.1-next.2
|
|
10
|
+
- @backstage/backend-tasks@0.5.1-next.2
|
|
11
|
+
- @backstage/catalog-model@1.2.1
|
|
12
|
+
- @backstage/config@1.0.7
|
|
13
|
+
- @backstage/errors@1.1.5
|
|
14
|
+
- @backstage/integration@1.4.4-next.0
|
|
15
|
+
- @backstage/plugin-catalog-node@1.3.5-next.2
|
|
16
|
+
|
|
3
17
|
## 0.1.9-next.1
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
package/alpha/package.json
CHANGED
package/dist/index.d.ts
CHANGED
|
@@ -7,7 +7,7 @@ import { Logger } from 'winston';
|
|
|
7
7
|
import { Entity } from '@backstage/catalog-model';
|
|
8
8
|
|
|
9
9
|
/** @public */
|
|
10
|
-
|
|
10
|
+
type BitbucketServerRepository = {
|
|
11
11
|
project: {
|
|
12
12
|
key: string;
|
|
13
13
|
};
|
|
@@ -18,7 +18,7 @@ declare type BitbucketServerRepository = {
|
|
|
18
18
|
}[]>;
|
|
19
19
|
};
|
|
20
20
|
/** @public */
|
|
21
|
-
|
|
21
|
+
type BitbucketServerProject = {
|
|
22
22
|
key: string;
|
|
23
23
|
};
|
|
24
24
|
|
|
@@ -66,7 +66,7 @@ declare class BitbucketServerClient {
|
|
|
66
66
|
/**
|
|
67
67
|
* @public
|
|
68
68
|
*/
|
|
69
|
-
|
|
69
|
+
type BitbucketServerListOptions = {
|
|
70
70
|
[key: string]: number | undefined;
|
|
71
71
|
limit?: number | undefined;
|
|
72
72
|
start?: number | undefined;
|
|
@@ -74,7 +74,7 @@ declare type BitbucketServerListOptions = {
|
|
|
74
74
|
/**
|
|
75
75
|
* @public
|
|
76
76
|
*/
|
|
77
|
-
|
|
77
|
+
type BitbucketServerPagedResponse<T> = {
|
|
78
78
|
size: number;
|
|
79
79
|
limit: number;
|
|
80
80
|
start: number;
|
|
@@ -89,7 +89,7 @@ declare type BitbucketServerPagedResponse<T> = {
|
|
|
89
89
|
*
|
|
90
90
|
* @public
|
|
91
91
|
*/
|
|
92
|
-
|
|
92
|
+
type BitbucketServerLocationParser = (options: {
|
|
93
93
|
client: BitbucketServerClient;
|
|
94
94
|
location: LocationSpec;
|
|
95
95
|
logger: Logger;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-catalog-backend-module-bitbucket-server",
|
|
3
|
-
"version": "0.1.9-next.
|
|
3
|
+
"version": "0.1.9-next.2",
|
|
4
4
|
"main": "./dist/index.cjs.js",
|
|
5
5
|
"types": "./dist/index.d.ts",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -42,22 +42,22 @@
|
|
|
42
42
|
"clean": "backstage-cli package clean"
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@backstage/backend-common": "^0.18.4-next.
|
|
46
|
-
"@backstage/backend-plugin-api": "^0.5.1-next.
|
|
47
|
-
"@backstage/backend-tasks": "^0.5.1-next.
|
|
45
|
+
"@backstage/backend-common": "^0.18.4-next.2",
|
|
46
|
+
"@backstage/backend-plugin-api": "^0.5.1-next.2",
|
|
47
|
+
"@backstage/backend-tasks": "^0.5.1-next.2",
|
|
48
48
|
"@backstage/catalog-model": "^1.2.1",
|
|
49
49
|
"@backstage/config": "^1.0.7",
|
|
50
50
|
"@backstage/errors": "^1.1.5",
|
|
51
51
|
"@backstage/integration": "^1.4.4-next.0",
|
|
52
|
-
"@backstage/plugin-catalog-node": "^1.3.5-next.
|
|
52
|
+
"@backstage/plugin-catalog-node": "^1.3.5-next.2",
|
|
53
53
|
"@types/node-fetch": "^2.5.12",
|
|
54
54
|
"node-fetch": "^2.6.7",
|
|
55
55
|
"uuid": "^8.0.0",
|
|
56
56
|
"winston": "^3.2.1"
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|
|
59
|
-
"@backstage/backend-test-utils": "^0.1.36-next.
|
|
60
|
-
"@backstage/cli": "^0.22.6-next.
|
|
59
|
+
"@backstage/backend-test-utils": "^0.1.36-next.2",
|
|
60
|
+
"@backstage/cli": "^0.22.6-next.2",
|
|
61
61
|
"luxon": "^3.0.0",
|
|
62
62
|
"msw": "^1.0.0"
|
|
63
63
|
},
|