@axis-backstage/plugin-readme 0.17.0 → 0.18.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
  # @axis-backstage/plugin-readme
2
2
 
3
+ ## 0.18.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 7d98ad2: Bumped to backstage 1.46.2
8
+
3
9
  ## 0.17.0
4
10
 
5
11
  ### Minor Changes
package/README.md CHANGED
@@ -140,8 +140,8 @@ Addition to this; ensure that `backstage:source-location` value has the trailing
140
140
  metadata:
141
141
  annotations:
142
142
  # This will not work
143
- backstage:source-location: https://bitbucket.org/org-name/repo-id/src/master
143
+ backstage.io/source-location: url:https://bitbucket.org/org-name/repo-id/src/master
144
144
  # This value will work.
145
- backstage:source-location: https://bitbucket.org/org-name/repo-id/src/master/
145
+ backstage.io/source-location: url:https://bitbucket.org/org-name/repo-id/src/master/
146
146
  ...
147
147
  ```
package/dist/alpha.d.ts CHANGED
@@ -3,7 +3,6 @@ import * as _backstage_catalog_model from '@backstage/catalog-model';
3
3
  import * as react from 'react';
4
4
  import * as _backstage_plugin_catalog_react_alpha from '@backstage/plugin-catalog-react/alpha';
5
5
  import * as _backstage_frontend_plugin_api from '@backstage/frontend-plugin-api';
6
- import * as _backstage_core_plugin_api from '@backstage/core-plugin-api';
7
6
 
8
7
  /**
9
8
  * Frontend plugin that fetches and displays the readme for an entity
@@ -11,18 +10,18 @@ import * as _backstage_core_plugin_api from '@backstage/core-plugin-api';
11
10
  * @packageDocumentation
12
11
  */
13
12
  declare const _default: _backstage_frontend_plugin_api.OverridableFrontendPlugin<{}, {}, {
14
- "api:readme": _backstage_frontend_plugin_api.ExtensionDefinition<{
13
+ "api:readme": _backstage_frontend_plugin_api.OverridableExtensionDefinition<{
15
14
  kind: "api";
16
15
  name: undefined;
17
16
  config: {};
18
17
  configInput: {};
19
- output: _backstage_frontend_plugin_api.ExtensionDataRef<_backstage_core_plugin_api.AnyApiFactory, "core.api.factory", {}>;
18
+ output: _backstage_frontend_plugin_api.ExtensionDataRef<_backstage_frontend_plugin_api.AnyApiFactory, "core.api.factory", {}>;
20
19
  inputs: {};
21
20
  params: <TApi, TImpl extends TApi, TDeps extends {
22
21
  [x: string]: unknown;
23
- }>(params: _backstage_core_plugin_api.ApiFactory<TApi, TImpl, TDeps>) => _backstage_frontend_plugin_api.ExtensionBlueprintParams<_backstage_core_plugin_api.AnyApiFactory>;
22
+ }>(params: _backstage_frontend_plugin_api.ApiFactory<TApi, TImpl, TDeps>) => _backstage_frontend_plugin_api.ExtensionBlueprintParams<_backstage_frontend_plugin_api.AnyApiFactory>;
24
23
  }>;
25
- "entity-card:readme": _backstage_frontend_plugin_api.ExtensionDefinition<{
24
+ "entity-card:readme": _backstage_frontend_plugin_api.OverridableExtensionDefinition<{
26
25
  kind: "entity-card";
27
26
  name: undefined;
28
27
  config: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axis-backstage/plugin-readme",
3
- "version": "0.17.0",
3
+ "version": "0.18.0",
4
4
  "exports": {
5
5
  ".": {
6
6
  "import": "./dist/index.esm.js",
@@ -56,14 +56,14 @@
56
56
  "postpack": "backstage-cli package postpack"
57
57
  },
58
58
  "dependencies": {
59
- "@backstage/catalog-model": "^1.7.5",
60
- "@backstage/core-compat-api": "^0.5.1",
61
- "@backstage/core-components": "^0.17.5",
62
- "@backstage/core-plugin-api": "^1.10.9",
59
+ "@backstage/catalog-model": "^1.7.6",
60
+ "@backstage/core-compat-api": "^0.5.5",
61
+ "@backstage/core-components": "^0.18.4",
62
+ "@backstage/core-plugin-api": "^1.12.1",
63
63
  "@backstage/errors": "^1.2.7",
64
- "@backstage/frontend-plugin-api": "^0.11.0",
65
- "@backstage/plugin-catalog-react": "^1.20.1",
66
- "@backstage/theme": "^0.6.8",
64
+ "@backstage/frontend-plugin-api": "^0.13.2",
65
+ "@backstage/plugin-catalog-react": "^1.21.4",
66
+ "@backstage/theme": "^0.7.1",
67
67
  "@mui/icons-material": "^5.15.7",
68
68
  "@mui/material": "^5.15.7",
69
69
  "react-use": "^17.2.4"
@@ -75,10 +75,10 @@
75
75
  "react-router-dom": "^6.3.0"
76
76
  },
77
77
  "devDependencies": {
78
- "@backstage/cli": "^0.34.1",
79
- "@backstage/core-app-api": "^1.18.0",
80
- "@backstage/dev-utils": "^1.1.13",
81
- "@backstage/test-utils": "^1.7.11",
78
+ "@backstage/cli": "^0.35.1",
79
+ "@backstage/core-app-api": "^1.19.3",
80
+ "@backstage/dev-utils": "^1.1.18",
81
+ "@backstage/test-utils": "^1.7.14",
82
82
  "@testing-library/dom": "^10.0.0",
83
83
  "@testing-library/jest-dom": "^6.0.0",
84
84
  "@testing-library/react": "^16.0.0",