@backstage/plugin-api-docs 0.0.0-nightly-20240403021132 → 0.0.0-nightly-20240405021112

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,18 +1,18 @@
1
1
  # @backstage/plugin-api-docs
2
2
 
3
- ## 0.0.0-nightly-20240403021132
3
+ ## 0.0.0-nightly-20240405021112
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/core-components@0.0.0-nightly-20240403021132
9
- - @backstage/plugin-catalog@0.0.0-nightly-20240403021132
8
+ - @backstage/plugin-catalog@0.0.0-nightly-20240405021112
9
+ - @backstage/core-components@0.0.0-nightly-20240405021112
10
+ - @backstage/core-compat-api@0.0.0-nightly-20240405021112
10
11
  - @backstage/catalog-model@1.4.5
11
- - @backstage/core-compat-api@0.0.0-nightly-20240403021132
12
12
  - @backstage/core-plugin-api@1.9.1
13
- - @backstage/frontend-plugin-api@0.0.0-nightly-20240403021132
13
+ - @backstage/frontend-plugin-api@0.0.0-nightly-20240405021112
14
14
  - @backstage/plugin-catalog-common@1.0.22
15
- - @backstage/plugin-catalog-react@0.0.0-nightly-20240403021132
15
+ - @backstage/plugin-catalog-react@0.0.0-nightly-20240405021112
16
16
  - @backstage/plugin-permission-react@0.4.21
17
17
 
18
18
  ## 0.11.4-next.0
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-api-docs",
3
- "version": "0.0.0-nightly-20240403021132",
3
+ "version": "0.0.0-nightly-20240405021112",
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,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-api-docs",
3
- "version": "0.0.0-nightly-20240403021132",
3
+ "version": "0.0.0-nightly-20240405021112",
4
4
  "description": "A Backstage plugin that helps represent API entities in the frontend",
5
5
  "backstage": {
6
6
  "role": "frontend-plugin"
@@ -50,13 +50,13 @@
50
50
  "dependencies": {
51
51
  "@asyncapi/react-component": "1.3.1",
52
52
  "@backstage/catalog-model": "^1.4.5",
53
- "@backstage/core-compat-api": "^0.0.0-nightly-20240403021132",
54
- "@backstage/core-components": "^0.0.0-nightly-20240403021132",
53
+ "@backstage/core-compat-api": "^0.0.0-nightly-20240405021112",
54
+ "@backstage/core-components": "^0.0.0-nightly-20240405021112",
55
55
  "@backstage/core-plugin-api": "^1.9.1",
56
- "@backstage/frontend-plugin-api": "^0.0.0-nightly-20240403021132",
57
- "@backstage/plugin-catalog": "^0.0.0-nightly-20240403021132",
56
+ "@backstage/frontend-plugin-api": "^0.0.0-nightly-20240405021112",
57
+ "@backstage/plugin-catalog": "^0.0.0-nightly-20240405021112",
58
58
  "@backstage/plugin-catalog-common": "^1.0.22",
59
- "@backstage/plugin-catalog-react": "^0.0.0-nightly-20240403021132",
59
+ "@backstage/plugin-catalog-react": "^0.0.0-nightly-20240405021112",
60
60
  "@backstage/plugin-permission-react": "^0.4.21",
61
61
  "@graphiql/react": "^0.20.0",
62
62
  "@material-ui/core": "^4.12.2",
@@ -71,9 +71,9 @@
71
71
  "swagger-ui-react": "^5.0.0"
72
72
  },
73
73
  "devDependencies": {
74
- "@backstage/cli": "^0.0.0-nightly-20240403021132",
74
+ "@backstage/cli": "^0.0.0-nightly-20240405021112",
75
75
  "@backstage/core-app-api": "^1.12.3",
76
- "@backstage/dev-utils": "^0.0.0-nightly-20240403021132",
76
+ "@backstage/dev-utils": "^0.0.0-nightly-20240405021112",
77
77
  "@backstage/test-utils": "^1.5.3",
78
78
  "@testing-library/dom": "^9.0.0",
79
79
  "@testing-library/jest-dom": "^6.0.0",