@backstage/plugin-scaffolder-backend-module-rails 0.4.36-next.3 → 0.4.37

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,33 @@
1
1
  # @backstage/plugin-scaffolder-backend-module-rails
2
2
 
3
+ ## 0.4.37
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
+ - @backstage/types@1.1.1
15
+
16
+ ## 0.4.36
17
+
18
+ ### Patch Changes
19
+
20
+ - 78a0b08: Internal refactor to handle `BackendFeature` contract change.
21
+ - d44a20a: Added additional plugin metadata to `package.json`.
22
+ - Updated dependencies
23
+ - @backstage/backend-common@0.23.0
24
+ - @backstage/backend-plugin-api@0.6.19
25
+ - @backstage/integration@1.12.0
26
+ - @backstage/plugin-scaffolder-node@0.4.5
27
+ - @backstage/config@1.2.0
28
+ - @backstage/errors@1.2.4
29
+ - @backstage/types@1.1.1
30
+
3
31
  ## 0.4.36-next.3
4
32
 
5
33
  ### Patch Changes
package/dist/index.d.ts CHANGED
@@ -31,6 +31,6 @@ declare function createFetchRailsAction(options: {
31
31
  * @public
32
32
  * The Rails Module for the Scaffolder Backend
33
33
  */
34
- declare const railsModule: () => _backstage_backend_plugin_api.BackendFeature;
34
+ declare const railsModule: _backstage_backend_plugin_api.BackendFeatureCompat;
35
35
 
36
36
  export { createFetchRailsAction, railsModule as default };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-scaffolder-backend-module-rails",
3
- "version": "0.4.36-next.3",
3
+ "version": "0.4.37",
4
4
  "description": "A module for the scaffolder backend that lets you template projects using Rails",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -40,20 +40,20 @@
40
40
  "test": "backstage-cli package test"
41
41
  },
42
42
  "dependencies": {
43
- "@backstage/backend-common": "^0.23.0-next.3",
44
- "@backstage/backend-plugin-api": "^0.6.19-next.3",
43
+ "@backstage/backend-common": "^0.23.1",
44
+ "@backstage/backend-plugin-api": "^0.6.20",
45
45
  "@backstage/config": "^1.2.0",
46
46
  "@backstage/errors": "^1.2.4",
47
- "@backstage/integration": "^1.12.0-next.1",
48
- "@backstage/plugin-scaffolder-node": "^0.4.5-next.3",
47
+ "@backstage/integration": "^1.12.0",
48
+ "@backstage/plugin-scaffolder-node": "^0.4.6",
49
49
  "@backstage/types": "^1.1.1",
50
50
  "command-exists": "^1.2.9",
51
51
  "fs-extra": "^11.0.0"
52
52
  },
53
53
  "devDependencies": {
54
- "@backstage/backend-test-utils": "^0.4.0-next.3",
55
- "@backstage/cli": "^0.26.7-next.3",
56
- "@backstage/plugin-scaffolder-node-test-utils": "^0.1.5-next.3",
54
+ "@backstage/backend-test-utils": "^0.4.1",
55
+ "@backstage/cli": "^0.26.8",
56
+ "@backstage/plugin-scaffolder-node-test-utils": "^0.1.6",
57
57
  "@types/command-exists": "^1.2.0",
58
58
  "@types/fs-extra": "^11.0.0",
59
59
  "@types/node": "^18.17.8",