@backstage/plugin-catalog-backend-module-bitbucket-cloud 0.1.4-next.2 → 0.1.4

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 CHANGED
@@ -1,5 +1,24 @@
1
1
  # @backstage/plugin-catalog-backend-module-bitbucket-cloud
2
2
 
3
+ ## 0.1.4
4
+
5
+ ### Patch Changes
6
+
7
+ - f66e696e7b: Bitbucket Cloud provider: 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/bitbucketCloud/discovery
11
+
12
+ - a9b91d39bb: Add `bitbucketCloudCatalogModule` (new backend-plugin-api, alpha).
13
+ - Updated dependencies
14
+ - @backstage/plugin-catalog-node@1.2.0
15
+ - @backstage/plugin-catalog-backend@1.5.0
16
+ - @backstage/backend-tasks@0.3.6
17
+ - @backstage/backend-plugin-api@0.1.3
18
+ - @backstage/plugin-bitbucket-cloud-common@0.2.0
19
+ - @backstage/config@1.0.3
20
+ - @backstage/integration@1.3.2
21
+
3
22
  ## 0.1.4-next.2
4
23
 
5
24
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend-module-bitbucket-cloud",
3
- "version": "0.1.4-next.2",
3
+ "version": "0.1.4",
4
4
  "main": "../dist/index.cjs.js",
5
5
  "types": "../dist/index.alpha.d.ts"
6
6
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend-module-bitbucket-cloud",
3
3
  "description": "A Backstage catalog backend module that helps integrate towards Bitbucket Cloud",
4
- "version": "0.1.4-next.2",
4
+ "version": "0.1.4",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -33,20 +33,20 @@
33
33
  "clean": "backstage-cli package clean"
34
34
  },
35
35
  "dependencies": {
36
- "@backstage/backend-plugin-api": "^0.1.3-next.2",
37
- "@backstage/backend-tasks": "^0.3.6-next.2",
38
- "@backstage/config": "^1.0.3-next.2",
39
- "@backstage/integration": "^1.3.2-next.2",
40
- "@backstage/plugin-bitbucket-cloud-common": "^0.2.0-next.2",
41
- "@backstage/plugin-catalog-backend": "^1.5.0-next.2",
42
- "@backstage/plugin-catalog-node": "^1.2.0-next.2",
36
+ "@backstage/backend-plugin-api": "^0.1.3",
37
+ "@backstage/backend-tasks": "^0.3.6",
38
+ "@backstage/config": "^1.0.3",
39
+ "@backstage/integration": "^1.3.2",
40
+ "@backstage/plugin-bitbucket-cloud-common": "^0.2.0",
41
+ "@backstage/plugin-catalog-backend": "^1.5.0",
42
+ "@backstage/plugin-catalog-node": "^1.2.0",
43
43
  "uuid": "^8.0.0",
44
44
  "winston": "^3.2.1"
45
45
  },
46
46
  "devDependencies": {
47
- "@backstage/backend-common": "^0.15.2-next.2",
48
- "@backstage/backend-test-utils": "^0.1.29-next.2",
49
- "@backstage/cli": "^0.20.0-next.2",
47
+ "@backstage/backend-common": "^0.15.2",
48
+ "@backstage/backend-test-utils": "^0.1.29",
49
+ "@backstage/cli": "^0.20.0",
50
50
  "luxon": "^3.0.0",
51
51
  "msw": "^0.47.0"
52
52
  },