@backstage/plugin-search-backend-module-elasticsearch 0.0.0-nightly-20230325022054 → 0.0.0-nightly-20230326022406
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 +4 -4
- package/alpha/package.json +1 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @backstage/plugin-search-backend-module-elasticsearch
|
|
2
2
|
|
|
3
|
-
## 0.0.0-nightly-
|
|
3
|
+
## 0.0.0-nightly-20230326022406
|
|
4
4
|
|
|
5
5
|
### Minor Changes
|
|
6
6
|
|
|
@@ -9,9 +9,9 @@
|
|
|
9
9
|
### Patch Changes
|
|
10
10
|
|
|
11
11
|
- Updated dependencies
|
|
12
|
-
- @backstage/backend-common@0.0.0-nightly-
|
|
13
|
-
- @backstage/plugin-search-backend-node@0.0.0-nightly-
|
|
14
|
-
- @backstage/backend-plugin-api@0.0.0-nightly-
|
|
12
|
+
- @backstage/backend-common@0.0.0-nightly-20230326022406
|
|
13
|
+
- @backstage/plugin-search-backend-node@0.0.0-nightly-20230326022406
|
|
14
|
+
- @backstage/backend-plugin-api@0.0.0-nightly-20230326022406
|
|
15
15
|
- @backstage/config@1.0.7
|
|
16
16
|
- @backstage/plugin-search-common@1.2.2
|
|
17
17
|
|
package/alpha/package.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-search-backend-module-elasticsearch",
|
|
3
3
|
"description": "A module for the search backend that implements search using ElasticSearch",
|
|
4
|
-
"version": "0.0.0-nightly-
|
|
4
|
+
"version": "0.0.0-nightly-20230326022406",
|
|
5
5
|
"main": "./dist/index.cjs.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
7
7
|
"license": "Apache-2.0",
|
|
@@ -34,10 +34,10 @@
|
|
|
34
34
|
"clean": "backstage-cli package clean"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@backstage/backend-common": "^0.0.0-nightly-
|
|
38
|
-
"@backstage/backend-plugin-api": "^0.0.0-nightly-
|
|
37
|
+
"@backstage/backend-common": "^0.0.0-nightly-20230326022406",
|
|
38
|
+
"@backstage/backend-plugin-api": "^0.0.0-nightly-20230326022406",
|
|
39
39
|
"@backstage/config": "^1.0.7",
|
|
40
|
-
"@backstage/plugin-search-backend-node": "^0.0.0-nightly-
|
|
40
|
+
"@backstage/plugin-search-backend-node": "^0.0.0-nightly-20230326022406",
|
|
41
41
|
"@backstage/plugin-search-common": "^1.2.2",
|
|
42
42
|
"@elastic/elasticsearch": "^7.13.0",
|
|
43
43
|
"@opensearch-project/opensearch": "^2.0.0",
|
|
@@ -49,8 +49,8 @@
|
|
|
49
49
|
"winston": "^3.2.1"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
|
-
"@backstage/backend-common": "^0.0.0-nightly-
|
|
53
|
-
"@backstage/cli": "^0.0.0-nightly-
|
|
52
|
+
"@backstage/backend-common": "^0.0.0-nightly-20230326022406",
|
|
53
|
+
"@backstage/cli": "^0.0.0-nightly-20230326022406",
|
|
54
54
|
"@elastic/elasticsearch-mock": "^1.0.0",
|
|
55
55
|
"@short.io/opensearch-mock": "^0.3.1"
|
|
56
56
|
},
|