@backstage-community/plugin-scaffolder-backend-module-annotator 2.5.1 → 2.6.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 CHANGED
@@ -1,5 +1,11 @@
1
1
  ## @janus-idp/backstage-scaffolder-backend-module-annotator [1.3.0](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-scaffolder-backend-module-annotator@1.2.1...@janus-idp/backstage-scaffolder-backend-module-annotator@1.3.0) (2024-07-25)
2
2
 
3
+ ## 2.6.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 542f931: Backstage version bump to v1.38.1
8
+
3
9
  ## 2.5.1
4
10
 
5
11
  ### Patch Changes
package/dist/index.d.ts CHANGED
@@ -1,6 +1,5 @@
1
1
  import * as _backstage_plugin_scaffolder_node from '@backstage/plugin-scaffolder-node';
2
2
  import * as _backstage_types_index from '@backstage/types/index';
3
- import * as _backstage_plugin_scaffolder_node_index from '@backstage/plugin-scaffolder-node/index';
4
3
  import * as _backstage_backend_plugin_api from '@backstage/backend-plugin-api';
5
4
 
6
5
  type Value = string | {
@@ -36,9 +35,9 @@ declare const createAnnotatorAction: (actionId?: string, actionDescription?: str
36
35
  [key: string]: string;
37
36
  } | undefined;
38
37
  writeToFile?: string | undefined;
39
- }, _backstage_types_index.JsonObject>;
38
+ }, _backstage_types_index.JsonObject, "v1">;
40
39
 
41
- declare const createTimestampAction: () => _backstage_plugin_scaffolder_node_index.TemplateAction<{
40
+ declare const createTimestampAction: () => _backstage_plugin_scaffolder_node.TemplateAction<{
42
41
  labels?: {
43
42
  [key: string]: string;
44
43
  } | undefined;
@@ -53,9 +52,9 @@ declare const createTimestampAction: () => _backstage_plugin_scaffolder_node_ind
53
52
  [key: string]: string;
54
53
  } | undefined;
55
54
  writeToFile?: string | undefined;
56
- }, _backstage_types_index.JsonObject>;
55
+ }, _backstage_types_index.JsonObject, "v1">;
57
56
 
58
- declare const createScaffoldedFromAction: () => _backstage_plugin_scaffolder_node_index.TemplateAction<{
57
+ declare const createScaffoldedFromAction: () => _backstage_plugin_scaffolder_node.TemplateAction<{
59
58
  labels?: {
60
59
  [key: string]: string;
61
60
  } | undefined;
@@ -70,7 +69,7 @@ declare const createScaffoldedFromAction: () => _backstage_plugin_scaffolder_nod
70
69
  [key: string]: string;
71
70
  } | undefined;
72
71
  writeToFile?: string | undefined;
73
- }, _backstage_types_index.JsonObject>;
72
+ }, _backstage_types_index.JsonObject, "v1">;
74
73
 
75
74
  /***/
76
75
  /**
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage-community/plugin-scaffolder-backend-module-annotator",
3
3
  "description": "The annotator module for @backstage/plugin-scaffolder-backend",
4
- "version": "2.5.1",
4
+ "version": "2.6.0",
5
5
  "main": "./dist/index.cjs.js",
6
6
  "types": "./dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -28,8 +28,8 @@
28
28
  },
29
29
  "typesVersions": {
30
30
  "*": {
31
- "index": [
32
- "dist/index.d.ts"
31
+ "package.json": [
32
+ "package.json"
33
33
  ]
34
34
  }
35
35
  },
@@ -48,15 +48,15 @@
48
48
  "prettier:fix": "prettier --ignore-unknown --write ."
49
49
  },
50
50
  "dependencies": {
51
- "@backstage/backend-plugin-api": "^1.2.0",
52
- "@backstage/plugin-scaffolder-node": "^0.7.0",
51
+ "@backstage/backend-plugin-api": "^1.3.0",
52
+ "@backstage/plugin-scaffolder-node": "^0.8.1",
53
53
  "fs-extra": "^11.2.0",
54
54
  "lodash": "^4.17.21",
55
55
  "yaml": "^2.0.0"
56
56
  },
57
57
  "devDependencies": {
58
- "@backstage/backend-test-utils": "^1.3.0",
59
- "@backstage/cli": "^0.30.0",
58
+ "@backstage/backend-test-utils": "^1.4.0",
59
+ "@backstage/cli": "^0.32.0",
60
60
  "@types/fs-extra": "^11.0.4",
61
61
  "@types/lodash": "^4.17.13"
62
62
  },