@backstage/plugin-techdocs-react 1.3.11 → 1.3.12-next.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.
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @backstage/plugin-techdocs-react
|
|
2
2
|
|
|
3
|
+
## 1.3.12-next.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @backstage/frontend-plugin-api@0.17.2-next.0
|
|
9
|
+
- @backstage/core-components@0.18.11-next.1
|
|
10
|
+
- @backstage/core-plugin-api@1.12.7-next.0
|
|
11
|
+
|
|
12
|
+
## 1.3.12-next.0
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- Updated dependencies
|
|
17
|
+
- @backstage/core-components@0.18.11-next.0
|
|
18
|
+
|
|
3
19
|
## 1.3.11
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|
package/dist/alpha.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as _backstage_frontend_plugin_api from '@backstage/frontend-plugin-api';
|
|
2
2
|
import { ComponentType } from 'react';
|
|
3
|
-
import {
|
|
4
|
-
export {
|
|
3
|
+
import { a as TechDocsAddonOptions } from './types/types.d-Df3n0RUP.js';
|
|
4
|
+
export { T as TechDocsAddonLocations } from './types/types.d-Df3n0RUP.js';
|
|
5
5
|
import '@backstage/catalog-model';
|
|
6
6
|
|
|
7
7
|
/**
|
package/dist/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as react from 'react';
|
|
2
2
|
import { ComponentType, PropsWithChildren, Dispatch, SetStateAction, ReactNode } from 'react';
|
|
3
3
|
import { Extension, RouteFunc } from '@backstage/core-plugin-api';
|
|
4
|
-
import {
|
|
4
|
+
import { a as TechDocsAddonOptions, T as TechDocsAddonLocations, c as TechDocsMetadata, b as TechDocsEntityMetadata } from './types/types.d-Df3n0RUP.js';
|
|
5
5
|
import * as _backstage_frontend_plugin_api from '@backstage/frontend-plugin-api';
|
|
6
6
|
import { CompoundEntityRef, Entity } from '@backstage/catalog-model';
|
|
7
7
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
@@ -65,5 +65,5 @@ type TechDocsAddonOptions<TAddonProps = {}> = {
|
|
|
65
65
|
component: ComponentType<TAddonProps>;
|
|
66
66
|
};
|
|
67
67
|
|
|
68
|
-
export { TechDocsAddonLocations as
|
|
69
|
-
export type { TechDocsAddonOptions as
|
|
68
|
+
export { TechDocsAddonLocations as T };
|
|
69
|
+
export type { TechDocsAddonOptions as a, TechDocsEntityMetadata as b, TechDocsMetadata as c };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-techdocs-react",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.12-next.1",
|
|
4
4
|
"description": "Shared frontend utilities for TechDocs and Addons",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "web-library",
|
|
@@ -66,13 +66,13 @@
|
|
|
66
66
|
"test": "backstage-cli package test"
|
|
67
67
|
},
|
|
68
68
|
"dependencies": {
|
|
69
|
-
"@backstage/catalog-model": "
|
|
70
|
-
"@backstage/config": "
|
|
71
|
-
"@backstage/core-components": "
|
|
72
|
-
"@backstage/core-plugin-api": "
|
|
73
|
-
"@backstage/frontend-plugin-api": "
|
|
74
|
-
"@backstage/plugin-techdocs-common": "
|
|
75
|
-
"@backstage/version-bridge": "
|
|
69
|
+
"@backstage/catalog-model": "1.9.0",
|
|
70
|
+
"@backstage/config": "1.3.8",
|
|
71
|
+
"@backstage/core-components": "0.18.11-next.1",
|
|
72
|
+
"@backstage/core-plugin-api": "1.12.7-next.0",
|
|
73
|
+
"@backstage/frontend-plugin-api": "0.17.2-next.0",
|
|
74
|
+
"@backstage/plugin-techdocs-common": "0.1.1",
|
|
75
|
+
"@backstage/version-bridge": "1.0.12",
|
|
76
76
|
"@material-ui/core": "^4.12.2",
|
|
77
77
|
"@material-ui/styles": "^4.11.0",
|
|
78
78
|
"jss": "~10.10.0",
|
|
@@ -80,9 +80,9 @@
|
|
|
80
80
|
"react-use": "^17.2.4"
|
|
81
81
|
},
|
|
82
82
|
"devDependencies": {
|
|
83
|
-
"@backstage/cli": "
|
|
84
|
-
"@backstage/test-utils": "
|
|
85
|
-
"@backstage/theme": "
|
|
83
|
+
"@backstage/cli": "0.36.3-next.1",
|
|
84
|
+
"@backstage/test-utils": "1.7.19-next.0",
|
|
85
|
+
"@backstage/theme": "0.7.3",
|
|
86
86
|
"@testing-library/jest-dom": "^6.0.0",
|
|
87
87
|
"@testing-library/react": "^16.0.0",
|
|
88
88
|
"@types/react": "^18.0.0",
|