@backstage/plugin-search-backend-module-catalog 0.3.19-next.2 → 0.3.19

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/package.json +13 -13
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @backstage/plugin-search-backend-module-catalog
2
2
 
3
+ ## 0.3.19
4
+
5
+ ### Patch Changes
6
+
7
+ - 979c255: Improved catalog indexing performance by using cursor pagination for TechDocs and avoiding unused total item counts in search collators.
8
+ - Updated dependencies
9
+ - @backstage/plugin-catalog-common@1.2.0
10
+ - @backstage/catalog-client@1.16.2
11
+ - @backstage/catalog-model@1.10.1
12
+ - @backstage/plugin-search-backend-node@1.4.8
13
+ - @backstage/config@1.3.9
14
+ - @backstage/backend-plugin-api@1.10.1
15
+ - @backstage/plugin-catalog-node@2.2.5
16
+ - @backstage/plugin-permission-common@0.9.11
17
+ - @backstage/plugin-search-common@1.2.25
18
+
3
19
  ## 0.3.19-next.2
4
20
 
5
21
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-search-backend-module-catalog",
3
- "version": "0.3.19-next.2",
3
+ "version": "0.3.19",
4
4
  "description": "A module for the search backend that exports catalog modules",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -38,20 +38,20 @@
38
38
  "test": "backstage-cli package test"
39
39
  },
40
40
  "dependencies": {
41
- "@backstage/backend-plugin-api": "1.10.1-next.1",
42
- "@backstage/catalog-client": "1.16.2-next.1",
43
- "@backstage/catalog-model": "1.10.0",
44
- "@backstage/config": "1.3.9-next.0",
45
- "@backstage/errors": "1.3.1",
46
- "@backstage/plugin-catalog-common": "1.2.0-next.0",
47
- "@backstage/plugin-catalog-node": "2.2.5-next.1",
48
- "@backstage/plugin-permission-common": "0.9.11-next.0",
49
- "@backstage/plugin-search-backend-node": "1.4.8-next.1",
50
- "@backstage/plugin-search-common": "1.2.25-next.0"
41
+ "@backstage/backend-plugin-api": "^1.10.1",
42
+ "@backstage/catalog-client": "^1.16.2",
43
+ "@backstage/catalog-model": "^1.10.1",
44
+ "@backstage/config": "^1.3.9",
45
+ "@backstage/errors": "^1.3.1",
46
+ "@backstage/plugin-catalog-common": "^1.2.0",
47
+ "@backstage/plugin-catalog-node": "^2.2.5",
48
+ "@backstage/plugin-permission-common": "^0.9.11",
49
+ "@backstage/plugin-search-backend-node": "^1.4.8",
50
+ "@backstage/plugin-search-common": "^1.2.25"
51
51
  },
52
52
  "devDependencies": {
53
- "@backstage/backend-test-utils": "1.11.7-next.1",
54
- "@backstage/cli": "0.36.6-next.1"
53
+ "@backstage/backend-test-utils": "^1.11.7",
54
+ "@backstage/cli": "^0.36.6"
55
55
  },
56
56
  "configSchema": "config.schema.json",
57
57
  "typesVersions": {