@backstage/plugin-scaffolder-backend-module-bitbucket 0.2.9-next.1 → 0.2.9

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,34 @@
1
1
  # @backstage/plugin-scaffolder-backend-module-bitbucket
2
2
 
3
+ ## 0.2.9
4
+
5
+ ### Patch Changes
6
+
7
+ - 78a0b08: Internal refactor to handle `BackendFeature` contract change.
8
+ - d44a20a: Added additional plugin metadata to `package.json`.
9
+ - Updated dependencies
10
+ - @backstage/backend-plugin-api@0.6.19
11
+ - @backstage/integration@1.12.0
12
+ - @backstage/plugin-scaffolder-backend-module-bitbucket-server@0.1.9
13
+ - @backstage/plugin-scaffolder-backend-module-bitbucket-cloud@0.1.9
14
+ - @backstage/plugin-scaffolder-node@0.4.5
15
+ - @backstage/config@1.2.0
16
+ - @backstage/errors@1.2.4
17
+
18
+ ## 0.2.9-next.2
19
+
20
+ ### Patch Changes
21
+
22
+ - d44a20a: Added additional plugin metadata to `package.json`.
23
+ - Updated dependencies
24
+ - @backstage/backend-plugin-api@0.6.19-next.3
25
+ - @backstage/integration@1.12.0-next.1
26
+ - @backstage/plugin-scaffolder-backend-module-bitbucket-server@0.1.9-next.2
27
+ - @backstage/plugin-scaffolder-backend-module-bitbucket-cloud@0.1.9-next.2
28
+ - @backstage/plugin-scaffolder-node@0.4.5-next.3
29
+ - @backstage/config@1.2.0
30
+ - @backstage/errors@1.2.4
31
+
3
32
  ## 0.2.9-next.1
4
33
 
5
34
  ### Patch Changes
package/dist/index.d.ts CHANGED
@@ -58,6 +58,6 @@ declare const createPublishBitbucketServerPullRequestAction: typeof bitbucketSer
58
58
  * @public
59
59
  * @deprecated use module by \@backstage/plugin-scaffolder-backend-module-bitbucket-cloud or \@backstage/plugin-scaffolder-backend-module-bitbucket-server instead
60
60
  */
61
- declare const bitbucketModule: () => _backstage_backend_plugin_api.BackendFeature;
61
+ declare const bitbucketModule: _backstage_backend_plugin_api.BackendFeatureCompat;
62
62
 
63
63
  export { createBitbucketPipelinesRunAction, createPublishBitbucketAction, createPublishBitbucketCloudAction, createPublishBitbucketServerAction, createPublishBitbucketServerPullRequestAction, bitbucketModule as default };
package/package.json CHANGED
@@ -1,9 +1,11 @@
1
1
  {
2
2
  "name": "@backstage/plugin-scaffolder-backend-module-bitbucket",
3
- "version": "0.2.9-next.1",
3
+ "version": "0.2.9",
4
4
  "description": "The bitbucket module for @backstage/plugin-scaffolder-backend",
5
5
  "backstage": {
6
- "role": "backend-plugin-module"
6
+ "role": "backend-plugin-module",
7
+ "pluginId": "scaffolder",
8
+ "pluginPackage": "@backstage/plugin-scaffolder-backend"
7
9
  },
8
10
  "publishConfig": {
9
11
  "access": "public"
@@ -37,21 +39,21 @@
37
39
  "test": "backstage-cli package test"
38
40
  },
39
41
  "dependencies": {
40
- "@backstage/backend-plugin-api": "^0.6.19-next.2",
42
+ "@backstage/backend-plugin-api": "^0.6.19",
41
43
  "@backstage/config": "^1.2.0",
42
44
  "@backstage/errors": "^1.2.4",
43
- "@backstage/integration": "^1.12.0-next.0",
44
- "@backstage/plugin-scaffolder-backend-module-bitbucket-cloud": "^0.1.9-next.1",
45
- "@backstage/plugin-scaffolder-backend-module-bitbucket-server": "^0.1.9-next.1",
46
- "@backstage/plugin-scaffolder-node": "^0.4.5-next.2",
45
+ "@backstage/integration": "^1.12.0",
46
+ "@backstage/plugin-scaffolder-backend-module-bitbucket-cloud": "^0.1.9",
47
+ "@backstage/plugin-scaffolder-backend-module-bitbucket-server": "^0.1.9",
48
+ "@backstage/plugin-scaffolder-node": "^0.4.5",
47
49
  "fs-extra": "^11.2.0",
48
50
  "node-fetch": "^2.6.7",
49
51
  "yaml": "^2.0.0"
50
52
  },
51
53
  "devDependencies": {
52
- "@backstage/backend-test-utils": "^0.4.0-next.2",
53
- "@backstage/cli": "^0.26.7-next.2",
54
- "@backstage/plugin-scaffolder-node-test-utils": "^0.1.5-next.2",
54
+ "@backstage/backend-test-utils": "^0.4.0",
55
+ "@backstage/cli": "^0.26.7",
56
+ "@backstage/plugin-scaffolder-node-test-utils": "^0.1.5",
55
57
  "msw": "^1.0.0"
56
58
  },
57
59
  "deprecated": true