@backstage/plugin-api-docs 0.0.0-nightly-20240927023235 → 0.0.0-nightly-20240929023448

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,20 +1,20 @@
1
1
  # @backstage/plugin-api-docs
2
2
 
3
- ## 0.0.0-nightly-20240927023235
3
+ ## 0.0.0-nightly-20240929023448
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 46b5a20: Empty states updated with external link icon for learn more links
8
8
  - Updated dependencies
9
- - @backstage/core-components@0.0.0-nightly-20240927023235
10
- - @backstage/frontend-plugin-api@0.0.0-nightly-20240927023235
11
- - @backstage/plugin-catalog@0.0.0-nightly-20240927023235
12
- - @backstage/core-compat-api@0.0.0-nightly-20240927023235
13
- - @backstage/core-plugin-api@0.0.0-nightly-20240927023235
14
- - @backstage/plugin-catalog-react@0.0.0-nightly-20240927023235
9
+ - @backstage/core-components@0.0.0-nightly-20240929023448
10
+ - @backstage/frontend-plugin-api@0.0.0-nightly-20240929023448
11
+ - @backstage/plugin-catalog@0.0.0-nightly-20240929023448
12
+ - @backstage/plugin-catalog-react@0.0.0-nightly-20240929023448
13
+ - @backstage/core-compat-api@0.0.0-nightly-20240929023448
14
+ - @backstage/core-plugin-api@0.0.0-nightly-20240929023448
15
15
  - @backstage/catalog-model@1.7.0
16
16
  - @backstage/plugin-catalog-common@1.1.0
17
- - @backstage/plugin-permission-react@0.0.0-nightly-20240927023235
17
+ - @backstage/plugin-permission-react@0.0.0-nightly-20240929023448
18
18
 
19
19
  ## 0.11.10-next.0
20
20
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-api-docs__alpha",
3
- "version": "0.0.0-nightly-20240927023235",
3
+ "version": "0.0.0-nightly-20240929023448",
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-20240927023235",
3
+ "version": "0.0.0-nightly-20240929023448",
4
4
  "description": "A Backstage plugin that helps represent API entities in the frontend",
5
5
  "backstage": {
6
6
  "role": "frontend-plugin",
@@ -54,15 +54,15 @@
54
54
  },
55
55
  "dependencies": {
56
56
  "@asyncapi/react-component": "1.3.1",
57
- "@backstage/catalog-model": "^1.7.0",
58
- "@backstage/core-compat-api": "^0.0.0-nightly-20240927023235",
59
- "@backstage/core-components": "^0.0.0-nightly-20240927023235",
60
- "@backstage/core-plugin-api": "^0.0.0-nightly-20240927023235",
61
- "@backstage/frontend-plugin-api": "^0.0.0-nightly-20240927023235",
62
- "@backstage/plugin-catalog": "^0.0.0-nightly-20240927023235",
63
- "@backstage/plugin-catalog-common": "^1.1.0",
64
- "@backstage/plugin-catalog-react": "^0.0.0-nightly-20240927023235",
65
- "@backstage/plugin-permission-react": "^0.0.0-nightly-20240927023235",
57
+ "@backstage/catalog-model": "1.7.0",
58
+ "@backstage/core-compat-api": "0.0.0-nightly-20240929023448",
59
+ "@backstage/core-components": "0.0.0-nightly-20240929023448",
60
+ "@backstage/core-plugin-api": "0.0.0-nightly-20240929023448",
61
+ "@backstage/frontend-plugin-api": "0.0.0-nightly-20240929023448",
62
+ "@backstage/plugin-catalog": "0.0.0-nightly-20240929023448",
63
+ "@backstage/plugin-catalog-common": "1.1.0",
64
+ "@backstage/plugin-catalog-react": "0.0.0-nightly-20240929023448",
65
+ "@backstage/plugin-permission-react": "0.0.0-nightly-20240929023448",
66
66
  "@graphiql/react": "^0.23.0",
67
67
  "@material-ui/core": "^4.12.2",
68
68
  "@material-ui/icons": "^4.9.1",
@@ -76,10 +76,10 @@
76
76
  "swagger-ui-react": "^5.0.0"
77
77
  },
78
78
  "devDependencies": {
79
- "@backstage/cli": "^0.0.0-nightly-20240927023235",
80
- "@backstage/core-app-api": "^0.0.0-nightly-20240927023235",
81
- "@backstage/dev-utils": "^0.0.0-nightly-20240927023235",
82
- "@backstage/test-utils": "^0.0.0-nightly-20240927023235",
79
+ "@backstage/cli": "0.0.0-nightly-20240929023448",
80
+ "@backstage/core-app-api": "0.0.0-nightly-20240929023448",
81
+ "@backstage/dev-utils": "0.0.0-nightly-20240929023448",
82
+ "@backstage/test-utils": "0.0.0-nightly-20240929023448",
83
83
  "@testing-library/dom": "^10.0.0",
84
84
  "@testing-library/jest-dom": "^6.0.0",
85
85
  "@testing-library/react": "^16.0.0",