@backstage/plugin-scaffolder-backend-module-confluence-to-markdown 0.0.0-nightly-20230328022219 → 0.1.0-next.0
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 +6 -5
- package/dist/index.d.ts +2 -1
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @backstage/plugin-scaffolder-backend-module-confluence-to-markdown
|
|
2
2
|
|
|
3
|
-
## 0.0.0
|
|
3
|
+
## 0.1.0-next.0
|
|
4
4
|
|
|
5
5
|
### Minor Changes
|
|
6
6
|
|
|
@@ -8,11 +8,12 @@
|
|
|
8
8
|
|
|
9
9
|
### Patch Changes
|
|
10
10
|
|
|
11
|
+
- e0c6e8b9c3c: Update peer dependencies
|
|
11
12
|
- Updated dependencies
|
|
12
|
-
- @backstage/plugin-scaffolder-backend@
|
|
13
|
-
- @backstage/plugin-scaffolder-node@0.
|
|
14
|
-
- @backstage/
|
|
13
|
+
- @backstage/plugin-scaffolder-backend@1.13.0-next.1
|
|
14
|
+
- @backstage/plugin-scaffolder-node@0.1.2-next.1
|
|
15
|
+
- @backstage/integration@1.4.4-next.0
|
|
16
|
+
- @backstage/backend-common@0.18.4-next.1
|
|
15
17
|
- @backstage/config@1.0.7
|
|
16
18
|
- @backstage/errors@1.1.5
|
|
17
|
-
- @backstage/integration@1.4.3
|
|
18
19
|
- @backstage/types@1.0.2
|
package/dist/index.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import * as _backstage_plugin_scaffolder_node from '@backstage/plugin-scaffolder-node';
|
|
2
|
+
import * as _backstage_types from '@backstage/types';
|
|
2
3
|
import { Config } from '@backstage/config';
|
|
3
4
|
import { UrlReader } from '@backstage/backend-common';
|
|
4
5
|
import { ScmIntegrations } from '@backstage/integration';
|
|
@@ -13,6 +14,6 @@ declare const createConfluenceToMarkdownAction: (options: {
|
|
|
13
14
|
}) => _backstage_plugin_scaffolder_node.TemplateAction<{
|
|
14
15
|
confluenceUrls: string[];
|
|
15
16
|
repoUrl: string;
|
|
16
|
-
}>;
|
|
17
|
+
}, _backstage_types.JsonObject>;
|
|
17
18
|
|
|
18
19
|
export { createConfluenceToMarkdownAction };
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-scaffolder-backend-module-confluence-to-markdown",
|
|
3
3
|
"description": "The confluence-to-markdown module for @backstage/plugin-scaffolder-backend",
|
|
4
|
-
"version": "0.0.0
|
|
4
|
+
"version": "0.1.0-next.0",
|
|
5
5
|
"main": "dist/index.cjs.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"license": "Apache-2.0",
|
|
@@ -24,12 +24,12 @@
|
|
|
24
24
|
"help": "backstage-cli help"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@backstage/backend-common": "^0.
|
|
27
|
+
"@backstage/backend-common": "^0.18.4-next.1",
|
|
28
28
|
"@backstage/config": "^1.0.7",
|
|
29
29
|
"@backstage/errors": "^1.1.5",
|
|
30
|
-
"@backstage/integration": "^1.4.
|
|
31
|
-
"@backstage/plugin-scaffolder-backend": "^
|
|
32
|
-
"@backstage/plugin-scaffolder-node": "^0.
|
|
30
|
+
"@backstage/integration": "^1.4.4-next.0",
|
|
31
|
+
"@backstage/plugin-scaffolder-backend": "^1.13.0-next.1",
|
|
32
|
+
"@backstage/plugin-scaffolder-node": "^0.1.2-next.1",
|
|
33
33
|
"@backstage/types": "^1.0.2",
|
|
34
34
|
"fs-extra": "10.1.0",
|
|
35
35
|
"git-url-parse": "^13.1.0",
|
|
@@ -38,8 +38,8 @@
|
|
|
38
38
|
"yaml": "^2.0.0"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"@backstage/
|
|
42
|
-
"@backstage/
|
|
41
|
+
"@backstage/backend-test-utils": "^0.1.36-next.1",
|
|
42
|
+
"@backstage/cli": "^0.22.6-next.1",
|
|
43
43
|
"mock-fs": "^5.2.0",
|
|
44
44
|
"msw": "^1.0.0"
|
|
45
45
|
},
|