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

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,31 @@
1
1
  # @backstage/plugin-scaffolder-backend-module-confluence-to-markdown
2
2
 
3
+ ## 0.2.21
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/backend-common@0.23.1
9
+ - @backstage/plugin-scaffolder-node@0.4.6
10
+ - @backstage/backend-plugin-api@0.6.20
11
+ - @backstage/config@1.2.0
12
+ - @backstage/errors@1.2.4
13
+ - @backstage/integration@1.12.0
14
+
15
+ ## 0.2.20
16
+
17
+ ### Patch Changes
18
+
19
+ - 78a0b08: Internal refactor to handle `BackendFeature` contract change.
20
+ - d44a20a: Added additional plugin metadata to `package.json`.
21
+ - Updated dependencies
22
+ - @backstage/backend-common@0.23.0
23
+ - @backstage/backend-plugin-api@0.6.19
24
+ - @backstage/integration@1.12.0
25
+ - @backstage/plugin-scaffolder-node@0.4.5
26
+ - @backstage/config@1.2.0
27
+ - @backstage/errors@1.2.4
28
+
3
29
  ## 0.2.20-next.3
4
30
 
5
31
  ### 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,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-scaffolder-backend-module-confluence-to-markdown",
3
- "version": "0.2.20-next.3",
3
+ "version": "0.2.21",
4
4
  "description": "The confluence-to-markdown module for @backstage/plugin-scaffolder-backend",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -42,12 +42,12 @@
42
42
  "test": "backstage-cli package test"
43
43
  },
44
44
  "dependencies": {
45
- "@backstage/backend-common": "^0.23.0-next.3",
46
- "@backstage/backend-plugin-api": "^0.6.19-next.3",
45
+ "@backstage/backend-common": "^0.23.1",
46
+ "@backstage/backend-plugin-api": "^0.6.20",
47
47
  "@backstage/config": "^1.2.0",
48
48
  "@backstage/errors": "^1.2.4",
49
- "@backstage/integration": "^1.12.0-next.1",
50
- "@backstage/plugin-scaffolder-node": "^0.4.5-next.3",
49
+ "@backstage/integration": "^1.12.0",
50
+ "@backstage/plugin-scaffolder-node": "^0.4.6",
51
51
  "fs-extra": "^11.2.0",
52
52
  "git-url-parse": "^14.0.0",
53
53
  "node-fetch": "^2.6.7",
@@ -55,9 +55,9 @@
55
55
  "yaml": "^2.0.0"
56
56
  },
57
57
  "devDependencies": {
58
- "@backstage/backend-test-utils": "^0.4.0-next.3",
59
- "@backstage/cli": "^0.26.7-next.3",
60
- "@backstage/plugin-scaffolder-node-test-utils": "^0.1.5-next.3",
58
+ "@backstage/backend-test-utils": "^0.4.1",
59
+ "@backstage/cli": "^0.26.8",
60
+ "@backstage/plugin-scaffolder-node-test-utils": "^0.1.6",
61
61
  "msw": "^1.0.0"
62
62
  },
63
63
  "configSchema": "config.d.ts"