@backstage/plugin-scaffolder-backend-module-bitbucket-cloud 0.1.9-next.2 → 0.1.10

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,29 @@
1
1
  # @backstage/plugin-scaffolder-backend-module-bitbucket-cloud
2
2
 
3
+ ## 0.1.10
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/plugin-scaffolder-node@0.4.6
9
+ - @backstage/backend-plugin-api@0.6.20
10
+ - @backstage/config@1.2.0
11
+ - @backstage/errors@1.2.4
12
+ - @backstage/integration@1.12.0
13
+
14
+ ## 0.1.9
15
+
16
+ ### Patch Changes
17
+
18
+ - 78a0b08: Internal refactor to handle `BackendFeature` contract change.
19
+ - d44a20a: Added additional plugin metadata to `package.json`.
20
+ - Updated dependencies
21
+ - @backstage/backend-plugin-api@0.6.19
22
+ - @backstage/integration@1.12.0
23
+ - @backstage/plugin-scaffolder-node@0.4.5
24
+ - @backstage/config@1.2.0
25
+ - @backstage/errors@1.2.4
26
+
3
27
  ## 0.1.9-next.2
4
28
 
5
29
  ### Patch Changes
package/dist/index.d.ts CHANGED
@@ -39,6 +39,6 @@ declare const createBitbucketPipelinesRunAction: (options: {
39
39
  * @public
40
40
  * The Bitbucket Cloud Module for the Scaffolder Backend
41
41
  */
42
- declare const bitbucketCloudModule: () => _backstage_backend_plugin_api.BackendFeature;
42
+ declare const bitbucketCloudModule: _backstage_backend_plugin_api.BackendFeatureCompat;
43
43
 
44
44
  export { createBitbucketPipelinesRunAction, createPublishBitbucketCloudAction, bitbucketCloudModule as default };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-scaffolder-backend-module-bitbucket-cloud",
3
- "version": "0.1.9-next.2",
3
+ "version": "0.1.10",
4
4
  "description": "The Bitbucket Cloud module for @backstage/plugin-scaffolder-backend",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -39,19 +39,19 @@
39
39
  "test": "backstage-cli package test"
40
40
  },
41
41
  "dependencies": {
42
- "@backstage/backend-plugin-api": "^0.6.19-next.3",
42
+ "@backstage/backend-plugin-api": "^0.6.20",
43
43
  "@backstage/config": "^1.2.0",
44
44
  "@backstage/errors": "^1.2.4",
45
- "@backstage/integration": "^1.12.0-next.1",
46
- "@backstage/plugin-scaffolder-node": "^0.4.5-next.3",
45
+ "@backstage/integration": "^1.12.0",
46
+ "@backstage/plugin-scaffolder-node": "^0.4.6",
47
47
  "fs-extra": "^11.2.0",
48
48
  "node-fetch": "^2.6.7",
49
49
  "yaml": "^2.0.0"
50
50
  },
51
51
  "devDependencies": {
52
- "@backstage/backend-test-utils": "^0.4.0-next.3",
53
- "@backstage/cli": "^0.26.7-next.3",
54
- "@backstage/plugin-scaffolder-node-test-utils": "^0.1.5-next.3",
52
+ "@backstage/backend-test-utils": "^0.4.1",
53
+ "@backstage/cli": "^0.26.8",
54
+ "@backstage/plugin-scaffolder-node-test-utils": "^0.1.6",
55
55
  "msw": "^1.0.0"
56
56
  }
57
57
  }