@backstage/plugin-search-backend-module-stack-overflow-collator 0.0.0-nightly-20231031021349 → 0.1.0-next.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +5 -9
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,18 +1,14 @@
1
1
  # @backstage/plugin-search-backend-module-stack-overflow-collator
2
2
 
3
- ## 0.0.0-nightly-20231031021349
4
-
5
- ### Minor Changes
6
-
7
- - 46f0f1700eb8: Extract a package for the Stack Overflow new backend system plugin.
3
+ ## 0.1.0-next.1
8
4
 
9
5
  ### Patch Changes
10
6
 
11
7
  - Updated dependencies
12
- - @backstage/plugin-search-backend-node@0.0.0-nightly-20231031021349
13
- - @backstage/backend-common@0.0.0-nightly-20231031021349
14
- - @backstage/backend-plugin-api@0.0.0-nightly-20231031021349
15
- - @backstage/backend-tasks@0.0.0-nightly-20231031021349
8
+ - @backstage/backend-common@0.19.9-next.1
9
+ - @backstage/backend-tasks@0.5.12-next.1
10
+ - @backstage/plugin-search-backend-node@1.2.11-next.1
11
+ - @backstage/backend-plugin-api@0.6.7-next.1
16
12
  - @backstage/config@1.1.1
17
13
  - @backstage/plugin-search-common@1.2.7
18
14
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-search-backend-module-stack-overflow-collator",
3
3
  "description": "A module for the search backend that exports stack overflow modules",
4
- "version": "0.0.0-nightly-20231031021349",
4
+ "version": "0.1.0-next.1",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -29,19 +29,19 @@
29
29
  "clean": "backstage-cli package clean"
30
30
  },
31
31
  "dependencies": {
32
- "@backstage/backend-common": "^0.0.0-nightly-20231031021349",
33
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20231031021349",
34
- "@backstage/backend-tasks": "^0.0.0-nightly-20231031021349",
32
+ "@backstage/backend-common": "^0.19.9-next.1",
33
+ "@backstage/backend-plugin-api": "^0.6.7-next.1",
34
+ "@backstage/backend-tasks": "^0.5.12-next.1",
35
35
  "@backstage/config": "^1.1.1",
36
- "@backstage/plugin-search-backend-node": "^0.0.0-nightly-20231031021349",
36
+ "@backstage/plugin-search-backend-node": "^1.2.11-next.1",
37
37
  "@backstage/plugin-search-common": "^1.2.7",
38
38
  "node-fetch": "^2.6.7",
39
39
  "qs": "^6.9.4",
40
40
  "winston": "^3.2.1"
41
41
  },
42
42
  "devDependencies": {
43
- "@backstage/backend-test-utils": "^0.0.0-nightly-20231031021349",
44
- "@backstage/cli": "^0.0.0-nightly-20231031021349",
43
+ "@backstage/backend-test-utils": "^0.2.8-next.1",
44
+ "@backstage/cli": "^0.24.0-next.1",
45
45
  "msw": "^1.2.1"
46
46
  },
47
47
  "files": [