@backstage/plugin-api-docs 0.0.0-nightly-20240213021024 → 0.0.0-nightly-20240215021042

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,6 +1,6 @@
1
1
  # @backstage/plugin-api-docs
2
2
 
3
- ## 0.0.0-nightly-20240213021024
3
+ ## 0.0.0-nightly-20240215021042
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -8,21 +8,42 @@
8
8
 
9
9
  ### Patch Changes
10
10
 
11
+ - 874e8cf: Updated README to list AsyncApi v3 as supported
11
12
  - 9aac2b0: Use `--cwd` as the first `yarn` argument
12
13
  - 170c023: Adding `supportedSubmitMethods` prop to `api-docs` to pass to the Swagger UI. This allows users to specify which HTTP methods they wish to allow end-users to make requests through the `Try It Out` button on the Swagger UI.
13
14
  - 8fe56a8: Widen `@types/react` dependency range to include version 18.
14
15
  - c03f977: Updated dependency `graphiql` to `3.1.0`.
15
16
  - 49b3b5e: Updated dependency `@asyncapi/react-component` to `1.2.13`.
16
17
  - Updated dependencies
17
- - @backstage/frontend-plugin-api@0.0.0-nightly-20240213021024
18
- - @backstage/core-compat-api@0.0.0-nightly-20240213021024
19
- - @backstage/plugin-catalog-react@0.0.0-nightly-20240213021024
20
- - @backstage/plugin-catalog@0.0.0-nightly-20240213021024
21
- - @backstage/core-components@0.0.0-nightly-20240213021024
22
- - @backstage/catalog-model@0.0.0-nightly-20240213021024
23
- - @backstage/core-plugin-api@0.0.0-nightly-20240213021024
24
- - @backstage/plugin-permission-react@0.0.0-nightly-20240213021024
25
- - @backstage/plugin-catalog-common@0.0.0-nightly-20240213021024
18
+ - @backstage/frontend-plugin-api@0.0.0-nightly-20240215021042
19
+ - @backstage/core-compat-api@0.0.0-nightly-20240215021042
20
+ - @backstage/plugin-catalog-react@0.0.0-nightly-20240215021042
21
+ - @backstage/plugin-catalog@0.0.0-nightly-20240215021042
22
+ - @backstage/core-components@0.0.0-nightly-20240215021042
23
+ - @backstage/catalog-model@0.0.0-nightly-20240215021042
24
+ - @backstage/core-plugin-api@0.0.0-nightly-20240215021042
25
+ - @backstage/plugin-permission-react@0.0.0-nightly-20240215021042
26
+ - @backstage/plugin-catalog-common@0.0.0-nightly-20240215021042
27
+
28
+ ## 0.11.0-next.3
29
+
30
+ ### Minor Changes
31
+
32
+ - 172a717: Migrate the `api-docs` to the new frontend system. It is experimental and available via alpha subpath.
33
+
34
+ ### Patch Changes
35
+
36
+ - 874e8cf: Updated README to list AsyncApi v3 as supported
37
+ - Updated dependencies
38
+ - @backstage/plugin-catalog@1.17.0-next.3
39
+ - @backstage/core-components@0.14.0-next.2
40
+ - @backstage/plugin-catalog-react@1.10.0-next.3
41
+ - @backstage/catalog-model@1.4.4-next.0
42
+ - @backstage/core-compat-api@0.2.0-next.3
43
+ - @backstage/core-plugin-api@1.9.0-next.1
44
+ - @backstage/frontend-plugin-api@0.6.0-next.3
45
+ - @backstage/plugin-catalog-common@1.0.21-next.0
46
+ - @backstage/plugin-permission-react@0.4.20-next.1
26
47
 
27
48
  ## 0.10.4-next.2
28
49
 
package/README.md CHANGED
@@ -16,7 +16,7 @@ The plugin provides a standalone list of APIs, as well as an integration into th
16
16
  Right now, the following API formats are supported:
17
17
 
18
18
  - [OpenAPI](https://swagger.io/specification/) 2 & 3
19
- - [AsyncAPI](https://www.asyncapi.com/docs/reference/specification/latest)
19
+ - [AsyncAPI](https://www.asyncapi.com/docs/reference/specification/latest) 2 & 3
20
20
  - [GraphQL](https://graphql.org/learn/schema/)
21
21
 
22
22
  Other formats are displayed as plain text, but this can easily be extended.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-api-docs",
3
- "version": "0.0.0-nightly-20240213021024",
3
+ "version": "0.0.0-nightly-20240215021042",
4
4
  "main": "../dist/alpha.esm.js",
5
5
  "module": "../dist/alpha.esm.js",
6
6
  "types": "../dist/alpha.d.ts"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-api-docs",
3
3
  "description": "A Backstage plugin that helps represent API entities in the frontend",
4
- "version": "0.0.0-nightly-20240213021024",
4
+ "version": "0.0.0-nightly-20240215021042",
5
5
  "main": "./dist/index.esm.js",
6
6
  "types": "./dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -45,15 +45,15 @@
45
45
  },
46
46
  "dependencies": {
47
47
  "@asyncapi/react-component": "1.2.13",
48
- "@backstage/catalog-model": "^0.0.0-nightly-20240213021024",
49
- "@backstage/core-compat-api": "^0.0.0-nightly-20240213021024",
50
- "@backstage/core-components": "^0.0.0-nightly-20240213021024",
51
- "@backstage/core-plugin-api": "^0.0.0-nightly-20240213021024",
52
- "@backstage/frontend-plugin-api": "^0.0.0-nightly-20240213021024",
53
- "@backstage/plugin-catalog": "^0.0.0-nightly-20240213021024",
54
- "@backstage/plugin-catalog-common": "^0.0.0-nightly-20240213021024",
55
- "@backstage/plugin-catalog-react": "^0.0.0-nightly-20240213021024",
56
- "@backstage/plugin-permission-react": "^0.0.0-nightly-20240213021024",
48
+ "@backstage/catalog-model": "^0.0.0-nightly-20240215021042",
49
+ "@backstage/core-compat-api": "^0.0.0-nightly-20240215021042",
50
+ "@backstage/core-components": "^0.0.0-nightly-20240215021042",
51
+ "@backstage/core-plugin-api": "^0.0.0-nightly-20240215021042",
52
+ "@backstage/frontend-plugin-api": "^0.0.0-nightly-20240215021042",
53
+ "@backstage/plugin-catalog": "^0.0.0-nightly-20240215021042",
54
+ "@backstage/plugin-catalog-common": "^0.0.0-nightly-20240215021042",
55
+ "@backstage/plugin-catalog-react": "^0.0.0-nightly-20240215021042",
56
+ "@backstage/plugin-permission-react": "^0.0.0-nightly-20240215021042",
57
57
  "@graphiql/react": "^0.20.0",
58
58
  "@material-ui/core": "^4.12.2",
59
59
  "@material-ui/icons": "^4.9.1",
@@ -72,10 +72,10 @@
72
72
  "react-router-dom": "6.0.0-beta.0 || ^6.3.0"
73
73
  },
74
74
  "devDependencies": {
75
- "@backstage/cli": "^0.0.0-nightly-20240213021024",
76
- "@backstage/core-app-api": "^0.0.0-nightly-20240213021024",
77
- "@backstage/dev-utils": "^0.0.0-nightly-20240213021024",
78
- "@backstage/test-utils": "^0.0.0-nightly-20240213021024",
75
+ "@backstage/cli": "^0.0.0-nightly-20240215021042",
76
+ "@backstage/core-app-api": "^0.0.0-nightly-20240215021042",
77
+ "@backstage/dev-utils": "^0.0.0-nightly-20240215021042",
78
+ "@backstage/test-utils": "^0.0.0-nightly-20240215021042",
79
79
  "@testing-library/dom": "^9.0.0",
80
80
  "@testing-library/jest-dom": "^6.0.0",
81
81
  "@testing-library/react": "^14.0.0",