@drodil/backstage-plugin-qeta-common 3.44.0 → 3.45.1
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/dist/index.d.ts +2 -0
- package/package.json +6 -6
package/dist/index.d.ts
CHANGED
|
@@ -398,6 +398,7 @@ interface Post extends PostAnswerEntity {
|
|
|
398
398
|
title: string;
|
|
399
399
|
views: number;
|
|
400
400
|
answersCount: number;
|
|
401
|
+
commentsCount: number;
|
|
401
402
|
correctAnswer: boolean;
|
|
402
403
|
favorite: boolean;
|
|
403
404
|
tags?: string[];
|
|
@@ -634,6 +635,7 @@ type QetaPostsStatsSignal = {
|
|
|
634
635
|
score: number;
|
|
635
636
|
answersCount: number;
|
|
636
637
|
correctAnswer: boolean;
|
|
638
|
+
commentsCount: number;
|
|
637
639
|
};
|
|
638
640
|
type QetaAnswerStatsSignal = {
|
|
639
641
|
type: 'answer_stats';
|
package/package.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"frontend",
|
|
8
8
|
"backstage.io"
|
|
9
9
|
],
|
|
10
|
-
"version": "3.
|
|
10
|
+
"version": "3.45.1",
|
|
11
11
|
"main": "dist/index.cjs.js",
|
|
12
12
|
"types": "dist/index.d.ts",
|
|
13
13
|
"prepublishOnly": "yarn tsc && yarn build",
|
|
@@ -48,20 +48,20 @@
|
|
|
48
48
|
"tsc": "tsc"
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
|
-
"@backstage/config": "^1.3.
|
|
51
|
+
"@backstage/config": "^1.3.6",
|
|
52
52
|
"@backstage/errors": "^1.2.7",
|
|
53
|
-
"@backstage/plugin-permission-common": "^0.9.
|
|
54
|
-
"@backstage/plugin-search-common": "^1.2.
|
|
53
|
+
"@backstage/plugin-permission-common": "^0.9.3",
|
|
54
|
+
"@backstage/plugin-search-common": "^1.2.21",
|
|
55
55
|
"ajv": "^8.12.0",
|
|
56
56
|
"cross-fetch": "^4.0.0",
|
|
57
57
|
"lodash": "^4.17.21",
|
|
58
58
|
"qs": "^6.13.0"
|
|
59
59
|
},
|
|
60
60
|
"peerDependencies": {
|
|
61
|
-
"@backstage/catalog-model": "^1.7.
|
|
61
|
+
"@backstage/catalog-model": "^1.7.6"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
|
-
"@backstage/cli": "^0.34.
|
|
64
|
+
"@backstage/cli": "^0.34.5",
|
|
65
65
|
"@types/lodash": "^4.14.199",
|
|
66
66
|
"@types/qs": "^6"
|
|
67
67
|
},
|