@backstage/plugin-catalog-backend-module-bitbucket-server 0.1.3-next.1 → 0.1.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 +21 -0
- package/alpha/package.json +1 -1
- package/package.json +13 -13
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,26 @@
|
|
|
1
1
|
# @backstage/plugin-catalog-backend-module-bitbucket-server
|
|
2
2
|
|
|
3
|
+
## 0.1.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 68f7f5a857: `BitbucketServerEntityProvider`: Add option to configure schedule via `app-config.yaml` instead of in code.
|
|
8
|
+
|
|
9
|
+
Please find how to configure the schedule at the config at
|
|
10
|
+
https://backstage.io/docs/integrations/bitbucketServer/discovery
|
|
11
|
+
|
|
12
|
+
- cd48ed8370: Add `bitbucketServerEntityProviderCatalogModule` (new backend-plugin-api, alpha).
|
|
13
|
+
- Updated dependencies
|
|
14
|
+
- @backstage/backend-common@0.16.0
|
|
15
|
+
- @backstage/plugin-catalog-backend@1.5.1
|
|
16
|
+
- @backstage/integration@1.4.0
|
|
17
|
+
- @backstage/backend-tasks@0.3.7
|
|
18
|
+
- @backstage/catalog-model@1.1.3
|
|
19
|
+
- @backstage/backend-plugin-api@0.1.4
|
|
20
|
+
- @backstage/plugin-catalog-node@1.2.1
|
|
21
|
+
- @backstage/config@1.0.4
|
|
22
|
+
- @backstage/errors@1.1.3
|
|
23
|
+
|
|
3
24
|
## 0.1.3-next.1
|
|
4
25
|
|
|
5
26
|
### Patch Changes
|
package/alpha/package.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-catalog-backend-module-bitbucket-server",
|
|
3
|
-
"version": "0.1.3
|
|
3
|
+
"version": "0.1.3",
|
|
4
4
|
"main": "dist/index.cjs.js",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -32,25 +32,25 @@
|
|
|
32
32
|
"clean": "backstage-cli package clean"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@backstage/backend-common": "^0.16.0
|
|
36
|
-
"@backstage/backend-plugin-api": "^0.1.4
|
|
37
|
-
"@backstage/backend-tasks": "^0.3.7
|
|
38
|
-
"@backstage/catalog-model": "^1.1.3
|
|
39
|
-
"@backstage/config": "^1.0.4
|
|
40
|
-
"@backstage/errors": "^1.1.3
|
|
41
|
-
"@backstage/integration": "^1.4.0
|
|
42
|
-
"@backstage/plugin-catalog-backend": "^1.5.1
|
|
43
|
-
"@backstage/plugin-catalog-node": "^1.2.1
|
|
35
|
+
"@backstage/backend-common": "^0.16.0",
|
|
36
|
+
"@backstage/backend-plugin-api": "^0.1.4",
|
|
37
|
+
"@backstage/backend-tasks": "^0.3.7",
|
|
38
|
+
"@backstage/catalog-model": "^1.1.3",
|
|
39
|
+
"@backstage/config": "^1.0.4",
|
|
40
|
+
"@backstage/errors": "^1.1.3",
|
|
41
|
+
"@backstage/integration": "^1.4.0",
|
|
42
|
+
"@backstage/plugin-catalog-backend": "^1.5.1",
|
|
43
|
+
"@backstage/plugin-catalog-node": "^1.2.1",
|
|
44
44
|
"@types/node-fetch": "^2.5.12",
|
|
45
45
|
"node-fetch": "^2.6.7",
|
|
46
46
|
"uuid": "^8.0.0",
|
|
47
47
|
"winston": "^3.2.1"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
|
-
"@backstage/backend-test-utils": "^0.1.30
|
|
51
|
-
"@backstage/cli": "^0.21.0
|
|
50
|
+
"@backstage/backend-test-utils": "^0.1.30",
|
|
51
|
+
"@backstage/cli": "^0.21.0",
|
|
52
52
|
"luxon": "^3.0.0",
|
|
53
|
-
"msw": "^0.
|
|
53
|
+
"msw": "^0.48.0"
|
|
54
54
|
},
|
|
55
55
|
"files": [
|
|
56
56
|
"alpha",
|