@drodil/backstage-plugin-search-backend-module-qeta 3.26.0 → 3.27.0
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 -2
- package/package.json +7 -7
package/dist/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as _backstage_backend_plugin_api from '@backstage/backend-plugin-api';
|
|
2
2
|
import { LoggerService, DiscoveryService, AuthService } from '@backstage/backend-plugin-api';
|
|
3
|
-
import * as
|
|
3
|
+
import * as _backstage_plugin_permission_common from '@backstage/plugin-permission-common';
|
|
4
4
|
import { Config } from '@backstage/config';
|
|
5
5
|
import { Readable } from 'stream';
|
|
6
6
|
import { DocumentCollatorFactory } from '@backstage/plugin-search-common';
|
|
@@ -15,7 +15,7 @@ type QetaCollatorFactoryOptions = {
|
|
|
15
15
|
};
|
|
16
16
|
declare class DefaultQetaCollatorFactory implements DocumentCollatorFactory {
|
|
17
17
|
readonly type: string;
|
|
18
|
-
visibilityPermission:
|
|
18
|
+
visibilityPermission: _backstage_plugin_permission_common.ResourcePermission<"post">;
|
|
19
19
|
private readonly logger;
|
|
20
20
|
private readonly auth?;
|
|
21
21
|
private readonly api;
|
package/package.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"search",
|
|
8
8
|
"backstage.io"
|
|
9
9
|
],
|
|
10
|
-
"version": "3.
|
|
10
|
+
"version": "3.27.0",
|
|
11
11
|
"main": "dist/index.cjs.js",
|
|
12
12
|
"types": "dist/index.d.ts",
|
|
13
13
|
"prepublishOnly": "yarn tsc && yarn build",
|
|
@@ -44,16 +44,16 @@
|
|
|
44
44
|
"tsc": "tsc"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@backstage/backend-plugin-api": "^1.3.
|
|
47
|
+
"@backstage/backend-plugin-api": "^1.3.1",
|
|
48
48
|
"@backstage/config": "^1.3.2",
|
|
49
49
|
"@backstage/errors": "^1.2.7",
|
|
50
|
-
"@backstage/plugin-search-backend-node": "^1.3.
|
|
51
|
-
"@backstage/plugin-search-common": "^1.2.
|
|
52
|
-
"@drodil/backstage-plugin-qeta-common": "^3.
|
|
50
|
+
"@backstage/plugin-search-backend-node": "^1.3.11",
|
|
51
|
+
"@backstage/plugin-search-common": "^1.2.18",
|
|
52
|
+
"@drodil/backstage-plugin-qeta-common": "^3.27.0"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
|
-
"@backstage/backend-test-utils": "^1.
|
|
56
|
-
"@backstage/cli": "^0.32.
|
|
55
|
+
"@backstage/backend-test-utils": "^1.5.0",
|
|
56
|
+
"@backstage/cli": "^0.32.1",
|
|
57
57
|
"msw": "^1.2.1"
|
|
58
58
|
},
|
|
59
59
|
"files": [
|