@backstage/plugin-search-backend-module-stack-overflow-collator 0.3.7-next.1 → 0.3.8

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,5 +1,25 @@
1
1
  # @backstage/plugin-search-backend-module-stack-overflow-collator
2
2
 
3
+ ## 0.3.8
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/backend-plugin-api@1.3.0
9
+ - @backstage/plugin-search-backend-node@1.3.10
10
+ - @backstage/config@1.3.2
11
+ - @backstage/plugin-search-common@1.2.17
12
+
13
+ ## 0.3.7
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies
18
+ - @backstage/backend-plugin-api@1.2.1
19
+ - @backstage/config@1.3.2
20
+ - @backstage/plugin-search-backend-node@1.3.9
21
+ - @backstage/plugin-search-common@1.2.17
22
+
3
23
  ## 0.3.7-next.1
4
24
 
5
25
  ### Patch Changes
package/dist/index.d.ts CHANGED
@@ -1,4 +1,3 @@
1
- /// <reference types="node" />
2
1
  import { IndexableDocument, DocumentCollatorFactory } from '@backstage/plugin-search-common';
3
2
  import { Config } from '@backstage/config';
4
3
  import { Readable } from 'stream';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-search-backend-module-stack-overflow-collator",
3
- "version": "0.3.7-next.1",
3
+ "version": "0.3.8",
4
4
  "description": "A module for the search backend that exports stack overflow modules",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -38,22 +38,22 @@
38
38
  "test": "backstage-cli package test"
39
39
  },
40
40
  "dependencies": {
41
- "@backstage/backend-plugin-api": "1.2.1-next.1",
42
- "@backstage/config": "1.3.2",
43
- "@backstage/plugin-search-backend-node": "1.3.9-next.1",
44
- "@backstage/plugin-search-common": "1.2.17",
41
+ "@backstage/backend-plugin-api": "^1.3.0",
42
+ "@backstage/config": "^1.3.2",
43
+ "@backstage/plugin-search-backend-node": "^1.3.10",
44
+ "@backstage/plugin-search-common": "^1.2.17",
45
45
  "qs": "^6.9.4"
46
46
  },
47
47
  "devDependencies": {
48
- "@backstage/backend-test-utils": "1.3.1-next.1",
49
- "@backstage/cli": "0.30.1-next.0",
48
+ "@backstage/backend-test-utils": "^1.4.0",
49
+ "@backstage/cli": "^0.32.0",
50
50
  "msw": "^1.2.1"
51
51
  },
52
52
  "configSchema": "config.d.ts",
53
53
  "typesVersions": {
54
54
  "*": {
55
- "index": [
56
- "dist/index.d.ts"
55
+ "package.json": [
56
+ "package.json"
57
57
  ]
58
58
  }
59
59
  }