@backstage/plugin-api-docs 0.0.0-nightly-20240219021126 → 0.0.0-nightly-20240224020839
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 +25 -10
- package/alpha/package.json +1 -1
- package/package.json +41 -41
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,21 @@
|
|
|
1
1
|
# @backstage/plugin-api-docs
|
|
2
2
|
|
|
3
|
-
## 0.0.0-nightly-
|
|
3
|
+
## 0.0.0-nightly-20240224020839
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @backstage/catalog-model@0.0.0-nightly-20240224020839
|
|
9
|
+
- @backstage/core-components@0.0.0-nightly-20240224020839
|
|
10
|
+
- @backstage/core-plugin-api@0.0.0-nightly-20240224020839
|
|
11
|
+
- @backstage/plugin-catalog@0.0.0-nightly-20240224020839
|
|
12
|
+
- @backstage/plugin-catalog-react@0.0.0-nightly-20240224020839
|
|
13
|
+
- @backstage/core-compat-api@0.0.0-nightly-20240224020839
|
|
14
|
+
- @backstage/frontend-plugin-api@0.0.0-nightly-20240224020839
|
|
15
|
+
- @backstage/plugin-catalog-common@0.0.0-nightly-20240224020839
|
|
16
|
+
- @backstage/plugin-permission-react@0.0.0-nightly-20240224020839
|
|
17
|
+
|
|
18
|
+
## 0.11.0
|
|
4
19
|
|
|
5
20
|
### Minor Changes
|
|
6
21
|
|
|
@@ -15,15 +30,15 @@
|
|
|
15
30
|
- c03f977: Updated dependency `graphiql` to `3.1.0`.
|
|
16
31
|
- 49b3b5e: Updated dependency `@asyncapi/react-component` to `1.2.13`.
|
|
17
32
|
- Updated dependencies
|
|
18
|
-
- @backstage/frontend-plugin-api@0.
|
|
19
|
-
- @backstage/core-compat-api@0.
|
|
20
|
-
- @backstage/plugin-catalog-react@
|
|
21
|
-
- @backstage/plugin-catalog@
|
|
22
|
-
- @backstage/core-components@0.
|
|
23
|
-
- @backstage/catalog-model@
|
|
24
|
-
- @backstage/core-plugin-api@
|
|
25
|
-
- @backstage/plugin-permission-react@0.
|
|
26
|
-
- @backstage/plugin-catalog-common@
|
|
33
|
+
- @backstage/frontend-plugin-api@0.6.0
|
|
34
|
+
- @backstage/core-compat-api@0.2.0
|
|
35
|
+
- @backstage/plugin-catalog-react@1.10.0
|
|
36
|
+
- @backstage/plugin-catalog@1.17.0
|
|
37
|
+
- @backstage/core-components@0.14.0
|
|
38
|
+
- @backstage/catalog-model@1.4.4
|
|
39
|
+
- @backstage/core-plugin-api@1.9.0
|
|
40
|
+
- @backstage/plugin-permission-react@0.4.20
|
|
41
|
+
- @backstage/plugin-catalog-common@1.0.21
|
|
27
42
|
|
|
28
43
|
## 0.11.0-next.3
|
|
29
44
|
|
package/alpha/package.json
CHANGED
package/package.json
CHANGED
|
@@ -1,13 +1,24 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-api-docs",
|
|
3
|
+
"version": "0.0.0-nightly-20240224020839",
|
|
3
4
|
"description": "A Backstage plugin that helps represent API entities in the frontend",
|
|
4
|
-
"
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
"license": "Apache-2.0",
|
|
5
|
+
"backstage": {
|
|
6
|
+
"role": "frontend-plugin"
|
|
7
|
+
},
|
|
8
8
|
"publishConfig": {
|
|
9
9
|
"access": "public"
|
|
10
10
|
},
|
|
11
|
+
"keywords": [
|
|
12
|
+
"backstage"
|
|
13
|
+
],
|
|
14
|
+
"homepage": "https://backstage.io",
|
|
15
|
+
"repository": {
|
|
16
|
+
"type": "git",
|
|
17
|
+
"url": "https://github.com/backstage/backstage",
|
|
18
|
+
"directory": "plugins/api-docs"
|
|
19
|
+
},
|
|
20
|
+
"license": "Apache-2.0",
|
|
21
|
+
"sideEffects": false,
|
|
11
22
|
"exports": {
|
|
12
23
|
".": {
|
|
13
24
|
"import": "./dist/index.esm.js",
|
|
@@ -21,39 +32,32 @@
|
|
|
21
32
|
},
|
|
22
33
|
"./package.json": "./package.json"
|
|
23
34
|
},
|
|
24
|
-
"
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
"type": "git",
|
|
30
|
-
"url": "https://github.com/backstage/backstage",
|
|
31
|
-
"directory": "plugins/api-docs"
|
|
32
|
-
},
|
|
33
|
-
"keywords": [
|
|
34
|
-
"backstage"
|
|
35
|
+
"main": "./dist/index.esm.js",
|
|
36
|
+
"types": "./dist/index.d.ts",
|
|
37
|
+
"files": [
|
|
38
|
+
"dist",
|
|
39
|
+
"alpha"
|
|
35
40
|
],
|
|
36
|
-
"sideEffects": false,
|
|
37
41
|
"scripts": {
|
|
38
42
|
"build": "backstage-cli package build",
|
|
39
|
-
"
|
|
43
|
+
"clean": "backstage-cli package clean",
|
|
40
44
|
"lint": "backstage-cli package lint",
|
|
41
|
-
"test": "backstage-cli package test",
|
|
42
45
|
"prepack": "backstage-cli package prepack",
|
|
43
46
|
"postpack": "backstage-cli package postpack",
|
|
44
|
-
"
|
|
47
|
+
"start": "backstage-cli package start",
|
|
48
|
+
"test": "backstage-cli package test"
|
|
45
49
|
},
|
|
46
50
|
"dependencies": {
|
|
47
51
|
"@asyncapi/react-component": "1.2.13",
|
|
48
|
-
"@backstage/catalog-model": "^0.0.0-nightly-
|
|
49
|
-
"@backstage/core-compat-api": "^0.0.0-nightly-
|
|
50
|
-
"@backstage/core-components": "^0.0.0-nightly-
|
|
51
|
-
"@backstage/core-plugin-api": "^0.0.0-nightly-
|
|
52
|
-
"@backstage/frontend-plugin-api": "^0.0.0-nightly-
|
|
53
|
-
"@backstage/plugin-catalog": "^0.0.0-nightly-
|
|
54
|
-
"@backstage/plugin-catalog-common": "^0.0.0-nightly-
|
|
55
|
-
"@backstage/plugin-catalog-react": "^0.0.0-nightly-
|
|
56
|
-
"@backstage/plugin-permission-react": "^0.0.0-nightly-
|
|
52
|
+
"@backstage/catalog-model": "^0.0.0-nightly-20240224020839",
|
|
53
|
+
"@backstage/core-compat-api": "^0.0.0-nightly-20240224020839",
|
|
54
|
+
"@backstage/core-components": "^0.0.0-nightly-20240224020839",
|
|
55
|
+
"@backstage/core-plugin-api": "^0.0.0-nightly-20240224020839",
|
|
56
|
+
"@backstage/frontend-plugin-api": "^0.0.0-nightly-20240224020839",
|
|
57
|
+
"@backstage/plugin-catalog": "^0.0.0-nightly-20240224020839",
|
|
58
|
+
"@backstage/plugin-catalog-common": "^0.0.0-nightly-20240224020839",
|
|
59
|
+
"@backstage/plugin-catalog-react": "^0.0.0-nightly-20240224020839",
|
|
60
|
+
"@backstage/plugin-permission-react": "^0.0.0-nightly-20240224020839",
|
|
57
61
|
"@graphiql/react": "^0.20.0",
|
|
58
62
|
"@material-ui/core": "^4.12.2",
|
|
59
63
|
"@material-ui/icons": "^4.9.1",
|
|
@@ -66,25 +70,21 @@
|
|
|
66
70
|
"isomorphic-form-data": "^2.0.0",
|
|
67
71
|
"swagger-ui-react": "^5.0.0"
|
|
68
72
|
},
|
|
69
|
-
"peerDependencies": {
|
|
70
|
-
"react": "^16.13.1 || ^17.0.0 || ^18.0.0",
|
|
71
|
-
"react-dom": "^16.13.1 || ^17.0.0 || ^18.0.0",
|
|
72
|
-
"react-router-dom": "6.0.0-beta.0 || ^6.3.0"
|
|
73
|
-
},
|
|
74
73
|
"devDependencies": {
|
|
75
|
-
"@backstage/cli": "^0.0.0-nightly-
|
|
76
|
-
"@backstage/core-app-api": "^0.0.0-nightly-
|
|
77
|
-
"@backstage/dev-utils": "^0.0.0-nightly-
|
|
78
|
-
"@backstage/test-utils": "^0.0.0-nightly-
|
|
74
|
+
"@backstage/cli": "^0.0.0-nightly-20240224020839",
|
|
75
|
+
"@backstage/core-app-api": "^0.0.0-nightly-20240224020839",
|
|
76
|
+
"@backstage/dev-utils": "^0.0.0-nightly-20240224020839",
|
|
77
|
+
"@backstage/test-utils": "^0.0.0-nightly-20240224020839",
|
|
79
78
|
"@testing-library/dom": "^9.0.0",
|
|
80
79
|
"@testing-library/jest-dom": "^6.0.0",
|
|
81
80
|
"@testing-library/react": "^14.0.0",
|
|
82
81
|
"@testing-library/user-event": "^14.0.0",
|
|
83
82
|
"@types/swagger-ui-react": "^4.18.0"
|
|
84
83
|
},
|
|
85
|
-
"
|
|
86
|
-
"
|
|
87
|
-
"
|
|
88
|
-
|
|
84
|
+
"peerDependencies": {
|
|
85
|
+
"react": "^16.13.1 || ^17.0.0 || ^18.0.0",
|
|
86
|
+
"react-dom": "^16.13.1 || ^17.0.0 || ^18.0.0",
|
|
87
|
+
"react-router-dom": "6.0.0-beta.0 || ^6.3.0"
|
|
88
|
+
},
|
|
89
89
|
"module": "./dist/index.esm.js"
|
|
90
90
|
}
|