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

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,25 @@
1
1
  # @backstage/plugin-catalog-backend-module-bitbucket-cloud
2
2
 
3
+ ## 0.1.7
4
+
5
+ ### Patch Changes
6
+
7
+ - 9f2b786fc9: Provide context for logged errors.
8
+ - 8e06f3cf00: Switched imports of `loggerToWinstonLogger` to `@backstage/backend-common`.
9
+ - Updated dependencies
10
+ - @backstage/backend-plugin-api@0.3.0
11
+ - @backstage/backend-common@0.18.0
12
+ - @backstage/catalog-model@1.1.5
13
+ - @backstage/catalog-client@1.3.0
14
+ - @backstage/backend-tasks@0.4.1
15
+ - @backstage/plugin-catalog-node@1.3.1
16
+ - @backstage/plugin-catalog-backend@1.7.0
17
+ - @backstage/plugin-bitbucket-cloud-common@0.2.3
18
+ - @backstage/config@1.0.6
19
+ - @backstage/plugin-events-node@0.2.1
20
+ - @backstage/integration@1.4.2
21
+ - @backstage/plugin-catalog-common@1.0.10
22
+
3
23
  ## 0.1.7-next.2
4
24
 
5
25
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend-module-bitbucket-cloud",
3
- "version": "0.1.7-next.2",
3
+ "version": "0.1.7",
4
4
  "main": "../dist/index.cjs.js",
5
5
  "types": "../dist/index.alpha.d.ts"
6
6
  }
@@ -67,6 +67,6 @@ export declare class BitbucketCloudEntityProvider implements EntityProvider, Eve
67
67
  /**
68
68
  * @alpha
69
69
  */
70
- export declare const bitbucketCloudEntityProviderCatalogModule: (options?: undefined) => BackendFeature;
70
+ export declare const bitbucketCloudEntityProviderCatalogModule: () => BackendFeature;
71
71
 
72
72
  export { }
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.7-next.2",
4
+ "version": "0.1.7",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -33,25 +33,25 @@
33
33
  "clean": "backstage-cli package clean"
34
34
  },
35
35
  "dependencies": {
36
- "@backstage/backend-common": "^0.18.0-next.1",
37
- "@backstage/backend-plugin-api": "^0.3.0-next.1",
38
- "@backstage/backend-tasks": "^0.4.1-next.1",
39
- "@backstage/catalog-client": "^1.3.0-next.2",
40
- "@backstage/catalog-model": "^1.1.5-next.1",
41
- "@backstage/config": "^1.0.6-next.0",
42
- "@backstage/integration": "^1.4.2-next.0",
43
- "@backstage/plugin-bitbucket-cloud-common": "^0.2.3-next.1",
44
- "@backstage/plugin-catalog-backend": "^1.7.0-next.2",
45
- "@backstage/plugin-catalog-common": "^1.0.10-next.1",
46
- "@backstage/plugin-catalog-node": "^1.3.1-next.2",
47
- "@backstage/plugin-events-node": "^0.2.1-next.1",
36
+ "@backstage/backend-common": "^0.18.0",
37
+ "@backstage/backend-plugin-api": "^0.3.0",
38
+ "@backstage/backend-tasks": "^0.4.1",
39
+ "@backstage/catalog-client": "^1.3.0",
40
+ "@backstage/catalog-model": "^1.1.5",
41
+ "@backstage/config": "^1.0.6",
42
+ "@backstage/integration": "^1.4.2",
43
+ "@backstage/plugin-bitbucket-cloud-common": "^0.2.3",
44
+ "@backstage/plugin-catalog-backend": "^1.7.0",
45
+ "@backstage/plugin-catalog-common": "^1.0.10",
46
+ "@backstage/plugin-catalog-node": "^1.3.1",
47
+ "@backstage/plugin-events-node": "^0.2.1",
48
48
  "uuid": "^8.0.0",
49
49
  "winston": "^3.2.1"
50
50
  },
51
51
  "devDependencies": {
52
- "@backstage/backend-common": "^0.18.0-next.1",
53
- "@backstage/backend-test-utils": "^0.1.32-next.2",
54
- "@backstage/cli": "^0.22.1-next.2",
52
+ "@backstage/backend-common": "^0.18.0",
53
+ "@backstage/backend-test-utils": "^0.1.32",
54
+ "@backstage/cli": "^0.22.1",
55
55
  "luxon": "^3.0.0",
56
56
  "msw": "^0.49.0"
57
57
  },