@red-hat-developer-hub/backstage-plugin-scaffolder-backend-module-orchestrator 0.2.2 → 0.3.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 +20 -0
- package/package.json +9 -16
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,25 @@
|
|
|
1
1
|
# @red-hat-developer-hub/backstage-plugin-scaffolder-backend-module-orchestrator
|
|
2
2
|
|
|
3
|
+
## 0.3.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- fc9ce7c: Backstage version bump to v1.37.1
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- 5214a15: Dev change only - use @janus-idp/cli 3.2.0 instead of 3.5.0
|
|
12
|
+
- 2f33284: Update kie-tools, @janus/cli and Backstage supported version to the most recent ones.
|
|
13
|
+
- a9e5f32: Updated dependency `@openapitools/openapi-generator-cli` to `2.20.0`.
|
|
14
|
+
Updated dependency `prettier` to `3.5.3`.
|
|
15
|
+
Updated dependency `@redhat-developer/red-hat-developer-hub-theme` to `0.5.1`.
|
|
16
|
+
Updated dependency `@red-hat-developer-hub/backstage-plugin-theme` to `^0.6.0`.
|
|
17
|
+
Updated dependency `@janus-idp/cli` to `3.5.0`.
|
|
18
|
+
- Updated dependencies [2f33284]
|
|
19
|
+
- Updated dependencies [a9e5f32]
|
|
20
|
+
- Updated dependencies [fc9ce7c]
|
|
21
|
+
- @red-hat-developer-hub/backstage-plugin-orchestrator-common@1.27.0
|
|
22
|
+
|
|
3
23
|
## 0.2.2
|
|
4
24
|
|
|
5
25
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@red-hat-developer-hub/backstage-plugin-scaffolder-backend-module-orchestrator",
|
|
3
3
|
"description": "The orchestrator module for @backstage/plugin-scaffolder-backend",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.3.0",
|
|
5
5
|
"main": "./dist/index.cjs.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
7
7
|
"license": "Apache-2.0",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"backstage": {
|
|
17
17
|
"role": "backend-plugin-module",
|
|
18
18
|
"pluginId": "scaffolder",
|
|
19
|
-
"supported-versions": "1.
|
|
19
|
+
"supported-versions": "1.37.1",
|
|
20
20
|
"pluginPackages": [
|
|
21
21
|
"@red-hat-developer-hub/backstage-plugin-orchestrator-common",
|
|
22
22
|
"@red-hat-developer-hub/backstage-plugin-scaffolder-backend-module-orchestrator"
|
|
@@ -44,13 +44,6 @@
|
|
|
44
44
|
},
|
|
45
45
|
"./package.json": "./package.json"
|
|
46
46
|
},
|
|
47
|
-
"typesVersions": {
|
|
48
|
-
"*": {
|
|
49
|
-
"index": [
|
|
50
|
-
"dist/index.d.ts"
|
|
51
|
-
]
|
|
52
|
-
}
|
|
53
|
-
},
|
|
54
47
|
"scripts": {
|
|
55
48
|
"start": "backstage-cli package start",
|
|
56
49
|
"build": "backstage-cli package build",
|
|
@@ -63,21 +56,21 @@
|
|
|
63
56
|
"prettier:fix": "prettier --ignore-unknown --write .",
|
|
64
57
|
"lint:check": "backstage-cli package lint",
|
|
65
58
|
"lint:fix": "backstage-cli package lint --fix",
|
|
66
|
-
"export-dynamic": "janus-cli package export-dynamic-plugin --
|
|
59
|
+
"export-dynamic": "janus-cli package export-dynamic-plugin --embed-package '@red-hat-developer-hub/backstage-plugin-orchestrator-common'"
|
|
67
60
|
},
|
|
68
61
|
"dependencies": {
|
|
69
|
-
"@backstage/backend-plugin-api": "^1.2.
|
|
62
|
+
"@backstage/backend-plugin-api": "^1.2.1",
|
|
70
63
|
"@backstage/catalog-model": "^1.7.3",
|
|
71
|
-
"@backstage/plugin-scaffolder-node": "^0.
|
|
64
|
+
"@backstage/plugin-scaffolder-node": "^0.8.0",
|
|
72
65
|
"@backstage/types": "^1.2.1",
|
|
73
|
-
"@red-hat-developer-hub/backstage-plugin-orchestrator-common": "^1.
|
|
66
|
+
"@red-hat-developer-hub/backstage-plugin-orchestrator-common": "^1.27.0",
|
|
74
67
|
"axios": "^1.7.9",
|
|
75
68
|
"js-yaml": "^4.1.0"
|
|
76
69
|
},
|
|
77
70
|
"devDependencies": {
|
|
78
|
-
"@backstage/cli": "^0.
|
|
79
|
-
"@backstage/plugin-scaffolder-node-test-utils": "^0.
|
|
80
|
-
"@janus-idp/cli": "3.
|
|
71
|
+
"@backstage/cli": "^0.31.1",
|
|
72
|
+
"@backstage/plugin-scaffolder-node-test-utils": "^0.2.0",
|
|
73
|
+
"@janus-idp/cli": "3.5.0",
|
|
81
74
|
"@spotify/prettier-config": "^15.0.0"
|
|
82
75
|
},
|
|
83
76
|
"files": [
|