@backstage/plugin-api-docs 0.0.0-nightly-20260307030244 → 0.0.0-nightly-20260309031312
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 +11 -8
- package/dist/package.json.esm.js +4 -4
- package/package.json +15 -15
package/CHANGELOG.md
CHANGED
|
@@ -1,20 +1,23 @@
|
|
|
1
1
|
# @backstage/plugin-api-docs
|
|
2
2
|
|
|
3
|
-
## 0.0.0-nightly-
|
|
3
|
+
## 0.0.0-nightly-20260309031312
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
7
|
- 9c9d425: Fixed invisible text in parameter input fields when using dark mode in OpenAPI definition pages
|
|
8
8
|
- 30e08df: Added default entity content groups for the API docs entity content tabs. The API definition tab defaults to the `documentation` group and the APIs tab defaults to the `development` group.
|
|
9
|
-
- Updated
|
|
10
|
-
|
|
11
|
-
-
|
|
12
|
-
|
|
13
|
-
- @backstage/
|
|
9
|
+
- ca277ef: Updated dependency `graphiql` to `3.9.0` to address security vulnerability in `markdown-it` package.
|
|
10
|
+
Updated dependency `@graphiql/react` to `0.29.0` to match the version used by `graphiql`.
|
|
11
|
+
Moved dependency `graphql-config` to `devDependencies` as it is needed only for types.
|
|
12
|
+
- Updated dependencies
|
|
13
|
+
- @backstage/frontend-plugin-api@0.0.0-nightly-20260309031312
|
|
14
|
+
- @backstage/core-plugin-api@0.0.0-nightly-20260309031312
|
|
15
|
+
- @backstage/plugin-catalog@0.0.0-nightly-20260309031312
|
|
16
|
+
- @backstage/plugin-catalog-react@0.0.0-nightly-20260309031312
|
|
14
17
|
- @backstage/catalog-model@1.7.6
|
|
15
|
-
- @backstage/core-components@0.0.0-nightly-
|
|
18
|
+
- @backstage/core-components@0.0.0-nightly-20260309031312
|
|
16
19
|
- @backstage/plugin-catalog-common@1.1.8
|
|
17
|
-
- @backstage/plugin-permission-react@0.0.0-nightly-
|
|
20
|
+
- @backstage/plugin-permission-react@0.0.0-nightly-20260309031312
|
|
18
21
|
|
|
19
22
|
## 0.13.5-next.1
|
|
20
23
|
|
package/dist/package.json.esm.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
var name = "@backstage/plugin-api-docs";
|
|
2
|
-
var version = "0.0.0-nightly-
|
|
2
|
+
var version = "0.0.0-nightly-20260309031312";
|
|
3
3
|
var description = "A Backstage plugin that helps represent API entities in the frontend";
|
|
4
4
|
var backstage = {
|
|
5
5
|
role: "frontend-plugin",
|
|
@@ -61,13 +61,12 @@ var dependencies = {
|
|
|
61
61
|
"@backstage/plugin-catalog-common": "workspace:*",
|
|
62
62
|
"@backstage/plugin-catalog-react": "workspace:*",
|
|
63
63
|
"@backstage/plugin-permission-react": "workspace:*",
|
|
64
|
-
"@graphiql/react": "
|
|
64
|
+
"@graphiql/react": "0.29.0",
|
|
65
65
|
"@material-ui/core": "^4.12.2",
|
|
66
66
|
"@material-ui/icons": "^4.9.1",
|
|
67
67
|
"@material-ui/lab": "4.0.0-alpha.61",
|
|
68
|
-
graphiql: "3.
|
|
68
|
+
graphiql: "^3.9.0",
|
|
69
69
|
graphql: "^16.0.0",
|
|
70
|
-
"graphql-config": "^5.0.2",
|
|
71
70
|
"graphql-ws": "^5.4.1",
|
|
72
71
|
"swagger-ui-react": "^5.27.1"
|
|
73
72
|
};
|
|
@@ -84,6 +83,7 @@ var devDependencies = {
|
|
|
84
83
|
"@types/highlightjs": "^10.1.0",
|
|
85
84
|
"@types/react": "^18.0.0",
|
|
86
85
|
"@types/swagger-ui-react": "^5.0.0",
|
|
86
|
+
"graphql-config": "^5.1.6",
|
|
87
87
|
react: "^18.0.2",
|
|
88
88
|
"react-dom": "^18.0.2",
|
|
89
89
|
"react-router-dom": "^6.30.2"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-api-docs",
|
|
3
|
-
"version": "0.0.0-nightly-
|
|
3
|
+
"version": "0.0.0-nightly-20260309031312",
|
|
4
4
|
"description": "A Backstage plugin that helps represent API entities in the frontend",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "frontend-plugin",
|
|
@@ -67,29 +67,28 @@
|
|
|
67
67
|
"dependencies": {
|
|
68
68
|
"@asyncapi/react-component": "^2.3.3",
|
|
69
69
|
"@backstage/catalog-model": "1.7.6",
|
|
70
|
-
"@backstage/core-components": "0.0.0-nightly-
|
|
71
|
-
"@backstage/core-plugin-api": "0.0.0-nightly-
|
|
72
|
-
"@backstage/frontend-plugin-api": "0.0.0-nightly-
|
|
73
|
-
"@backstage/plugin-catalog": "0.0.0-nightly-
|
|
70
|
+
"@backstage/core-components": "0.0.0-nightly-20260309031312",
|
|
71
|
+
"@backstage/core-plugin-api": "0.0.0-nightly-20260309031312",
|
|
72
|
+
"@backstage/frontend-plugin-api": "0.0.0-nightly-20260309031312",
|
|
73
|
+
"@backstage/plugin-catalog": "0.0.0-nightly-20260309031312",
|
|
74
74
|
"@backstage/plugin-catalog-common": "1.1.8",
|
|
75
|
-
"@backstage/plugin-catalog-react": "0.0.0-nightly-
|
|
76
|
-
"@backstage/plugin-permission-react": "0.0.0-nightly-
|
|
77
|
-
"@graphiql/react": "
|
|
75
|
+
"@backstage/plugin-catalog-react": "0.0.0-nightly-20260309031312",
|
|
76
|
+
"@backstage/plugin-permission-react": "0.0.0-nightly-20260309031312",
|
|
77
|
+
"@graphiql/react": "0.29.0",
|
|
78
78
|
"@material-ui/core": "^4.12.2",
|
|
79
79
|
"@material-ui/icons": "^4.9.1",
|
|
80
80
|
"@material-ui/lab": "4.0.0-alpha.61",
|
|
81
|
-
"graphiql": "3.
|
|
81
|
+
"graphiql": "^3.9.0",
|
|
82
82
|
"graphql": "^16.0.0",
|
|
83
|
-
"graphql-config": "^5.0.2",
|
|
84
83
|
"graphql-ws": "^5.4.1",
|
|
85
84
|
"swagger-ui-react": "^5.27.1"
|
|
86
85
|
},
|
|
87
86
|
"devDependencies": {
|
|
88
|
-
"@backstage/cli": "0.0.0-nightly-
|
|
89
|
-
"@backstage/core-app-api": "0.0.0-nightly-
|
|
90
|
-
"@backstage/dev-utils": "0.0.0-nightly-
|
|
91
|
-
"@backstage/frontend-test-utils": "0.0.0-nightly-
|
|
92
|
-
"@backstage/test-utils": "0.0.0-nightly-
|
|
87
|
+
"@backstage/cli": "0.0.0-nightly-20260309031312",
|
|
88
|
+
"@backstage/core-app-api": "0.0.0-nightly-20260309031312",
|
|
89
|
+
"@backstage/dev-utils": "0.0.0-nightly-20260309031312",
|
|
90
|
+
"@backstage/frontend-test-utils": "0.0.0-nightly-20260309031312",
|
|
91
|
+
"@backstage/test-utils": "0.0.0-nightly-20260309031312",
|
|
93
92
|
"@testing-library/dom": "^10.0.0",
|
|
94
93
|
"@testing-library/jest-dom": "^6.0.0",
|
|
95
94
|
"@testing-library/react": "^16.0.0",
|
|
@@ -97,6 +96,7 @@
|
|
|
97
96
|
"@types/highlightjs": "^10.1.0",
|
|
98
97
|
"@types/react": "^18.0.0",
|
|
99
98
|
"@types/swagger-ui-react": "^5.0.0",
|
|
99
|
+
"graphql-config": "^5.1.6",
|
|
100
100
|
"react": "^18.0.2",
|
|
101
101
|
"react-dom": "^18.0.2",
|
|
102
102
|
"react-router-dom": "^6.30.2"
|