@red-hat-developer-hub/backstage-plugin-scaffolder-backend-module-orchestrator 0.2.2 → 0.3.1

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/package.json +9 -16
package/CHANGELOG.md CHANGED
@@ -1,5 +1,32 @@
1
1
  # @red-hat-developer-hub/backstage-plugin-scaffolder-backend-module-orchestrator
2
2
 
3
+ ## 0.3.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [56c160b]
8
+ - @red-hat-developer-hub/backstage-plugin-orchestrator-common@1.27.1
9
+
10
+ ## 0.3.0
11
+
12
+ ### Minor Changes
13
+
14
+ - fc9ce7c: Backstage version bump to v1.37.1
15
+
16
+ ### Patch Changes
17
+
18
+ - 5214a15: Dev change only - use @janus-idp/cli 3.2.0 instead of 3.5.0
19
+ - 2f33284: Update kie-tools, @janus/cli and Backstage supported version to the most recent ones.
20
+ - a9e5f32: Updated dependency `@openapitools/openapi-generator-cli` to `2.20.0`.
21
+ Updated dependency `prettier` to `3.5.3`.
22
+ Updated dependency `@redhat-developer/red-hat-developer-hub-theme` to `0.5.1`.
23
+ Updated dependency `@red-hat-developer-hub/backstage-plugin-theme` to `^0.6.0`.
24
+ Updated dependency `@janus-idp/cli` to `3.5.0`.
25
+ - Updated dependencies [2f33284]
26
+ - Updated dependencies [a9e5f32]
27
+ - Updated dependencies [fc9ce7c]
28
+ - @red-hat-developer-hub/backstage-plugin-orchestrator-common@1.27.0
29
+
3
30
  ## 0.2.2
4
31
 
5
32
  ### 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.2.2",
4
+ "version": "0.3.1",
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.32.5",
19
+ "supported-versions": "1.36.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 --no-embed-as-dependencies --embed-package '@red-hat-developer-hub/backstage-plugin-orchestrator-common'"
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.0-next.2",
62
+ "@backstage/backend-plugin-api": "^1.2.1",
70
63
  "@backstage/catalog-model": "^1.7.3",
71
- "@backstage/plugin-scaffolder-node": "^0.7.0-next.2",
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.26.2",
66
+ "@red-hat-developer-hub/backstage-plugin-orchestrator-common": "^1.27.1",
74
67
  "axios": "^1.7.9",
75
68
  "js-yaml": "^4.1.0"
76
69
  },
77
70
  "devDependencies": {
78
- "@backstage/cli": "^0.30.0-next.3",
79
- "@backstage/plugin-scaffolder-node-test-utils": "^0.1.19-next.3",
80
- "@janus-idp/cli": "3.2.0",
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": [