@backstage/plugin-scaffolder-backend-module-confluence-to-markdown 0.2.20-next.2 → 0.2.20

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,32 @@
1
1
  # @backstage/plugin-scaffolder-backend-module-confluence-to-markdown
2
2
 
3
+ ## 0.2.20
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-common@0.23.0
11
+ - @backstage/backend-plugin-api@0.6.19
12
+ - @backstage/integration@1.12.0
13
+ - @backstage/plugin-scaffolder-node@0.4.5
14
+ - @backstage/config@1.2.0
15
+ - @backstage/errors@1.2.4
16
+
17
+ ## 0.2.20-next.3
18
+
19
+ ### Patch Changes
20
+
21
+ - d44a20a: Added additional plugin metadata to `package.json`.
22
+ - Updated dependencies
23
+ - @backstage/backend-plugin-api@0.6.19-next.3
24
+ - @backstage/integration@1.12.0-next.1
25
+ - @backstage/plugin-scaffolder-node@0.4.5-next.3
26
+ - @backstage/backend-common@0.23.0-next.3
27
+ - @backstage/config@1.2.0
28
+ - @backstage/errors@1.2.4
29
+
3
30
  ## 0.2.20-next.2
4
31
 
5
32
  ### Patch Changes
package/dist/index.d.ts CHANGED
@@ -21,6 +21,6 @@ declare const createConfluenceToMarkdownAction: (options: {
21
21
  * @public
22
22
  * The Confluence to Markdown Module for the Scaffolder Backend
23
23
  */
24
- declare const confluenceToMarkdownModule: () => _backstage_backend_plugin_api.BackendFeature;
24
+ declare const confluenceToMarkdownModule: _backstage_backend_plugin_api.BackendFeatureCompat;
25
25
 
26
26
  export { createConfluenceToMarkdownAction, confluenceToMarkdownModule as default };
package/package.json CHANGED
@@ -1,9 +1,11 @@
1
1
  {
2
2
  "name": "@backstage/plugin-scaffolder-backend-module-confluence-to-markdown",
3
- "version": "0.2.20-next.2",
3
+ "version": "0.2.20",
4
4
  "description": "The confluence-to-markdown 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"
@@ -40,12 +42,12 @@
40
42
  "test": "backstage-cli package test"
41
43
  },
42
44
  "dependencies": {
43
- "@backstage/backend-common": "^0.23.0-next.2",
44
- "@backstage/backend-plugin-api": "^0.6.19-next.2",
45
+ "@backstage/backend-common": "^0.23.0",
46
+ "@backstage/backend-plugin-api": "^0.6.19",
45
47
  "@backstage/config": "^1.2.0",
46
48
  "@backstage/errors": "^1.2.4",
47
- "@backstage/integration": "^1.12.0-next.0",
48
- "@backstage/plugin-scaffolder-node": "^0.4.5-next.2",
49
+ "@backstage/integration": "^1.12.0",
50
+ "@backstage/plugin-scaffolder-node": "^0.4.5",
49
51
  "fs-extra": "^11.2.0",
50
52
  "git-url-parse": "^14.0.0",
51
53
  "node-fetch": "^2.6.7",
@@ -53,9 +55,9 @@
53
55
  "yaml": "^2.0.0"
54
56
  },
55
57
  "devDependencies": {
56
- "@backstage/backend-test-utils": "^0.4.0-next.2",
57
- "@backstage/cli": "^0.26.7-next.2",
58
- "@backstage/plugin-scaffolder-node-test-utils": "^0.1.5-next.2",
58
+ "@backstage/backend-test-utils": "^0.4.0",
59
+ "@backstage/cli": "^0.26.7",
60
+ "@backstage/plugin-scaffolder-node-test-utils": "^0.1.5",
59
61
  "msw": "^1.0.0"
60
62
  },
61
63
  "configSchema": "config.d.ts"