@backstage/plugin-api-docs 0.10.3-next.0 → 0.10.3-next.2

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,24 @@
1
1
  # @backstage/plugin-api-docs
2
2
 
3
+ ## 0.10.3-next.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/plugin-catalog@1.16.1-next.2
9
+ - @backstage/plugin-catalog-react@1.9.3-next.2
10
+
11
+ ## 0.10.3-next.1
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies
16
+ - @backstage/core-plugin-api@1.8.2-next.0
17
+ - @backstage/core-components@0.13.10-next.1
18
+ - @backstage/plugin-catalog@1.16.1-next.1
19
+ - @backstage/plugin-catalog-react@1.9.3-next.1
20
+ - @backstage/catalog-model@1.4.3
21
+
3
22
  ## 0.10.3-next.0
4
23
 
5
24
  ### Patch Changes
package/README.md CHANGED
@@ -13,7 +13,7 @@ The plugin provides a standalone list of APIs, as well as an integration into th
13
13
  Right now, the following API formats are supported:
14
14
 
15
15
  - [OpenAPI](https://swagger.io/specification/) 2 & 3
16
- - [AsyncAPI](https://www.asyncapi.com/docs/specifications/latest/)
16
+ - [AsyncAPI](https://www.asyncapi.com/docs/reference/specification/latest)
17
17
  - [GraphQL](https://graphql.org/learn/schema/)
18
18
 
19
19
  Other formats are displayed as plain text, but this can easily be extended.
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.10.3-next.0",
4
+ "version": "0.10.3-next.2",
5
5
  "main": "dist/index.esm.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -35,10 +35,10 @@
35
35
  "dependencies": {
36
36
  "@asyncapi/react-component": "1.2.6",
37
37
  "@backstage/catalog-model": "^1.4.3",
38
- "@backstage/core-components": "^0.13.10-next.0",
39
- "@backstage/core-plugin-api": "^1.8.1",
40
- "@backstage/plugin-catalog": "^1.16.1-next.0",
41
- "@backstage/plugin-catalog-react": "^1.9.3-next.0",
38
+ "@backstage/core-components": "^0.13.10-next.1",
39
+ "@backstage/core-plugin-api": "^1.8.2-next.0",
40
+ "@backstage/plugin-catalog": "^1.16.1-next.2",
41
+ "@backstage/plugin-catalog-react": "^1.9.3-next.2",
42
42
  "@graphiql/react": "^0.20.0",
43
43
  "@material-ui/core": "^4.12.2",
44
44
  "@material-ui/icons": "^4.9.1",
@@ -57,10 +57,10 @@
57
57
  "react-router-dom": "6.0.0-beta.0 || ^6.3.0"
58
58
  },
59
59
  "devDependencies": {
60
- "@backstage/cli": "^0.25.1-next.0",
61
- "@backstage/core-app-api": "^1.11.2",
62
- "@backstage/dev-utils": "^1.0.26-next.0",
63
- "@backstage/test-utils": "^1.4.7-next.0",
60
+ "@backstage/cli": "^0.25.1-next.1",
61
+ "@backstage/core-app-api": "^1.11.3-next.0",
62
+ "@backstage/dev-utils": "^1.0.26-next.2",
63
+ "@backstage/test-utils": "^1.4.7-next.1",
64
64
  "@testing-library/dom": "^9.0.0",
65
65
  "@testing-library/jest-dom": "^6.0.0",
66
66
  "@testing-library/react": "^14.0.0",