@backstage/plugin-search-backend-module-stack-overflow-collator 0.0.0-nightly-20250309022303 → 0.0.0-nightly-20250311023550

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,13 +1,13 @@
1
1
  # @backstage/plugin-search-backend-module-stack-overflow-collator
2
2
 
3
- ## 0.0.0-nightly-20250309022303
3
+ ## 0.0.0-nightly-20250311023550
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/backend-plugin-api@0.0.0-nightly-20250309022303
8
+ - @backstage/backend-plugin-api@0.0.0-nightly-20250311023550
9
9
  - @backstage/config@1.3.2
10
- - @backstage/plugin-search-backend-node@0.0.0-nightly-20250309022303
10
+ - @backstage/plugin-search-backend-node@0.0.0-nightly-20250311023550
11
11
  - @backstage/plugin-search-common@1.2.17
12
12
 
13
13
  ## 0.3.7-next.1
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.0.0-nightly-20250309022303",
3
+ "version": "0.0.0-nightly-20250311023550",
4
4
  "description": "A module for the search backend that exports stack overflow modules",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -38,23 +38,16 @@
38
38
  "test": "backstage-cli package test"
39
39
  },
40
40
  "dependencies": {
41
- "@backstage/backend-plugin-api": "0.0.0-nightly-20250309022303",
41
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20250311023550",
42
42
  "@backstage/config": "1.3.2",
43
- "@backstage/plugin-search-backend-node": "0.0.0-nightly-20250309022303",
43
+ "@backstage/plugin-search-backend-node": "0.0.0-nightly-20250311023550",
44
44
  "@backstage/plugin-search-common": "1.2.17",
45
45
  "qs": "^6.9.4"
46
46
  },
47
47
  "devDependencies": {
48
- "@backstage/backend-test-utils": "0.0.0-nightly-20250309022303",
49
- "@backstage/cli": "0.0.0-nightly-20250309022303",
48
+ "@backstage/backend-test-utils": "0.0.0-nightly-20250311023550",
49
+ "@backstage/cli": "0.0.0-nightly-20250311023550",
50
50
  "msw": "^1.2.1"
51
51
  },
52
- "configSchema": "config.d.ts",
53
- "typesVersions": {
54
- "*": {
55
- "index": [
56
- "dist/index.d.ts"
57
- ]
58
- }
59
- }
52
+ "configSchema": "config.d.ts"
60
53
  }