@backstage/plugin-search-backend-module-explore 0.1.24-next.1 → 0.1.24
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 +12 -0
- package/alpha/package.json +1 -1
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @backstage/plugin-search-backend-module-explore
|
|
2
2
|
|
|
3
|
+
## 0.1.24
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- ca6e2e0: Migrate search collator to use the new auth services.
|
|
8
|
+
- 5d99272: Update README.md to point to explore plugin in community-plugins repository.
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
- @backstage/backend-common@0.22.0
|
|
11
|
+
- @backstage/backend-plugin-api@0.6.18
|
|
12
|
+
- @backstage/backend-tasks@0.5.23
|
|
13
|
+
- @backstage/plugin-search-backend-node@1.2.22
|
|
14
|
+
|
|
3
15
|
## 0.1.24-next.1
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
package/alpha/package.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-search-backend-module-explore",
|
|
3
|
-
"version": "0.1.24
|
|
3
|
+
"version": "0.1.24",
|
|
4
4
|
"description": "A module for the search backend that exports explore modules",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "backend-plugin-module"
|
|
@@ -46,17 +46,17 @@
|
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
48
|
"@backstage-community/plugin-explore-common": "^0.0.3",
|
|
49
|
-
"@backstage/backend-common": "^0.22.0
|
|
50
|
-
"@backstage/backend-plugin-api": "^0.6.18
|
|
51
|
-
"@backstage/backend-tasks": "^0.5.23
|
|
49
|
+
"@backstage/backend-common": "^0.22.0",
|
|
50
|
+
"@backstage/backend-plugin-api": "^0.6.18",
|
|
51
|
+
"@backstage/backend-tasks": "^0.5.23",
|
|
52
52
|
"@backstage/config": "^1.2.0",
|
|
53
|
-
"@backstage/plugin-search-backend-node": "^1.2.22
|
|
53
|
+
"@backstage/plugin-search-backend-node": "^1.2.22",
|
|
54
54
|
"@backstage/plugin-search-common": "^1.2.11",
|
|
55
55
|
"node-fetch": "^2.6.7"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
|
-
"@backstage/backend-test-utils": "^0.3.8
|
|
59
|
-
"@backstage/cli": "^0.26.5
|
|
58
|
+
"@backstage/backend-test-utils": "^0.3.8",
|
|
59
|
+
"@backstage/cli": "^0.26.5",
|
|
60
60
|
"msw": "^1.2.1"
|
|
61
61
|
},
|
|
62
62
|
"configSchema": "config.d.ts"
|