@backstage/plugin-scaffolder-backend-module-rails 0.5.7-next.1 → 0.5.7

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,30 @@
1
1
  # @backstage/plugin-scaffolder-backend-module-rails
2
2
 
3
+ ## 0.5.7
4
+
5
+ ### Patch Changes
6
+
7
+ - 09cf038: Got rid of most `@backstage/backend-common` usages
8
+ - Updated dependencies
9
+ - @backstage/integration@1.16.2
10
+ - @backstage/plugin-scaffolder-node@0.8.0
11
+ - @backstage/backend-plugin-api@1.2.1
12
+ - @backstage/config@1.3.2
13
+ - @backstage/errors@1.2.7
14
+ - @backstage/types@1.2.1
15
+
16
+ ## 0.5.7-next.2
17
+
18
+ ### Patch Changes
19
+
20
+ - Updated dependencies
21
+ - @backstage/plugin-scaffolder-node@0.8.0-next.2
22
+ - @backstage/integration@1.16.2-next.0
23
+ - @backstage/backend-plugin-api@1.2.1-next.1
24
+ - @backstage/config@1.3.2
25
+ - @backstage/errors@1.2.7
26
+ - @backstage/types@1.2.1
27
+
3
28
  ## 0.5.7-next.1
4
29
 
5
30
  ### Patch Changes
package/dist/index.d.ts CHANGED
@@ -1,4 +1,3 @@
1
- /// <reference types="node" />
2
1
  import * as _backstage_plugin_scaffolder_node from '@backstage/plugin-scaffolder-node';
3
2
  import { JsonObject } from '@backstage/types';
4
3
  import { ScmIntegrations } from '@backstage/integration';
@@ -57,10 +56,10 @@ declare function createFetchRailsAction(options: {
57
56
  allowedImageNames?: string[];
58
57
  }): _backstage_plugin_scaffolder_node.TemplateAction<{
59
58
  url: string;
60
- targetPath?: string | undefined;
59
+ targetPath?: string;
61
60
  values: JsonObject;
62
- imageName?: string | undefined;
63
- }, JsonObject>;
61
+ imageName?: string;
62
+ }, JsonObject, "v1">;
64
63
 
65
64
  /**
66
65
  * @public
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-scaffolder-backend-module-rails",
3
- "version": "0.5.7-next.1",
3
+ "version": "0.5.7",
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",
@@ -31,13 +31,6 @@
31
31
  },
32
32
  "main": "./dist/index.cjs.js",
33
33
  "types": "./dist/index.d.ts",
34
- "typesVersions": {
35
- "*": {
36
- "index": [
37
- "dist/index.d.ts"
38
- ]
39
- }
40
- },
41
34
  "files": [
42
35
  "dist"
43
36
  ],
@@ -51,20 +44,20 @@
51
44
  "test": "backstage-cli package test"
52
45
  },
53
46
  "dependencies": {
54
- "@backstage/backend-plugin-api": "1.2.1-next.1",
55
- "@backstage/config": "1.3.2",
56
- "@backstage/errors": "1.2.7",
57
- "@backstage/integration": "1.16.1",
58
- "@backstage/plugin-scaffolder-node": "0.7.1-next.1",
59
- "@backstage/types": "1.2.1",
47
+ "@backstage/backend-plugin-api": "^1.2.1",
48
+ "@backstage/config": "^1.3.2",
49
+ "@backstage/errors": "^1.2.7",
50
+ "@backstage/integration": "^1.16.2",
51
+ "@backstage/plugin-scaffolder-node": "^0.8.0",
52
+ "@backstage/types": "^1.2.1",
60
53
  "command-exists": "^1.2.9",
61
54
  "fs-extra": "^11.0.0",
62
55
  "yaml": "^2.0.0"
63
56
  },
64
57
  "devDependencies": {
65
- "@backstage/backend-test-utils": "1.3.1-next.1",
66
- "@backstage/cli": "0.30.1-next.0",
67
- "@backstage/plugin-scaffolder-node-test-utils": "0.1.20-next.1",
58
+ "@backstage/backend-test-utils": "^1.3.1",
59
+ "@backstage/cli": "^0.31.0",
60
+ "@backstage/plugin-scaffolder-node-test-utils": "^0.2.0",
68
61
  "@types/command-exists": "^1.2.0",
69
62
  "@types/fs-extra": "^11.0.0",
70
63
  "@types/node": "^20.16.0",