@backstage/plugin-api-docs 0.0.0-nightly-20241106023105 → 0.0.0-nightly-20241108023219

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-20241106023105
3
+ ## 0.0.0-nightly-20241108023219
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 11f57de: bump `@asyncapi/react-component` to latest `2.x`
8
8
  - 3cd1dee: Uses theme values to style the API definition schema so that theme overrides apply.
9
9
  - Updated dependencies
10
- - @backstage/core-components@0.0.0-nightly-20241106023105
10
+ - @backstage/core-components@0.0.0-nightly-20241108023219
11
11
  - @backstage/catalog-model@1.7.0
12
- - @backstage/core-compat-api@0.0.0-nightly-20241106023105
12
+ - @backstage/core-compat-api@0.0.0-nightly-20241108023219
13
13
  - @backstage/core-plugin-api@1.10.0
14
- - @backstage/frontend-plugin-api@0.0.0-nightly-20241106023105
15
- - @backstage/plugin-catalog@0.0.0-nightly-20241106023105
14
+ - @backstage/frontend-plugin-api@0.0.0-nightly-20241108023219
15
+ - @backstage/plugin-catalog@0.0.0-nightly-20241108023219
16
16
  - @backstage/plugin-catalog-common@1.1.0
17
- - @backstage/plugin-catalog-react@0.0.0-nightly-20241106023105
17
+ - @backstage/plugin-catalog-react@0.0.0-nightly-20241108023219
18
18
  - @backstage/plugin-permission-react@0.4.27
19
19
 
20
20
  ## 0.11.12-next.2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-api-docs",
3
- "version": "0.0.0-nightly-20241106023105",
3
+ "version": "0.0.0-nightly-20241108023219",
4
4
  "description": "A Backstage plugin that helps represent API entities in the frontend",
5
5
  "backstage": {
6
6
  "role": "frontend-plugin",
@@ -39,9 +39,18 @@
39
39
  },
40
40
  "main": "./dist/index.esm.js",
41
41
  "types": "./dist/index.d.ts",
42
+ "typesVersions": {
43
+ "*": {
44
+ "index": [
45
+ "dist/index.d.ts"
46
+ ],
47
+ "alpha": [
48
+ "dist/alpha.d.ts"
49
+ ]
50
+ }
51
+ },
42
52
  "files": [
43
- "dist",
44
- "alpha"
53
+ "dist"
45
54
  ],
46
55
  "scripts": {
47
56
  "build": "backstage-cli package build",
@@ -55,13 +64,13 @@
55
64
  "dependencies": {
56
65
  "@asyncapi/react-component": "^2.3.3",
57
66
  "@backstage/catalog-model": "1.7.0",
58
- "@backstage/core-compat-api": "0.0.0-nightly-20241106023105",
59
- "@backstage/core-components": "0.0.0-nightly-20241106023105",
67
+ "@backstage/core-compat-api": "0.0.0-nightly-20241108023219",
68
+ "@backstage/core-components": "0.0.0-nightly-20241108023219",
60
69
  "@backstage/core-plugin-api": "1.10.0",
61
- "@backstage/frontend-plugin-api": "0.0.0-nightly-20241106023105",
62
- "@backstage/plugin-catalog": "0.0.0-nightly-20241106023105",
70
+ "@backstage/frontend-plugin-api": "0.0.0-nightly-20241108023219",
71
+ "@backstage/plugin-catalog": "0.0.0-nightly-20241108023219",
63
72
  "@backstage/plugin-catalog-common": "1.1.0",
64
- "@backstage/plugin-catalog-react": "0.0.0-nightly-20241106023105",
73
+ "@backstage/plugin-catalog-react": "0.0.0-nightly-20241108023219",
65
74
  "@backstage/plugin-permission-react": "0.4.27",
66
75
  "@graphiql/react": "^0.23.0",
67
76
  "@material-ui/core": "^4.12.2",
@@ -75,10 +84,10 @@
75
84
  "swagger-ui-react": "^5.0.0"
76
85
  },
77
86
  "devDependencies": {
78
- "@backstage/cli": "0.0.0-nightly-20241106023105",
87
+ "@backstage/cli": "0.0.0-nightly-20241108023219",
79
88
  "@backstage/core-app-api": "1.15.1",
80
- "@backstage/dev-utils": "0.0.0-nightly-20241106023105",
81
- "@backstage/test-utils": "0.0.0-nightly-20241106023105",
89
+ "@backstage/dev-utils": "0.0.0-nightly-20241108023219",
90
+ "@backstage/test-utils": "0.0.0-nightly-20241108023219",
82
91
  "@testing-library/dom": "^10.0.0",
83
92
  "@testing-library/jest-dom": "^6.0.0",
84
93
  "@testing-library/react": "^16.0.0",
@@ -1,7 +0,0 @@
1
- {
2
- "name": "@backstage/plugin-api-docs__alpha",
3
- "version": "0.0.0-nightly-20241106023105",
4
- "main": "../dist/alpha.esm.js",
5
- "module": "../dist/alpha.esm.js",
6
- "types": "../dist/alpha.d.ts"
7
- }