@backstage/plugin-search-backend-module-pg 0.0.0-nightly-20230410021801 → 0.0.0-nightly-20230411021817
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 +5 -5
- package/alpha/package.json +1 -1
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
# @backstage/plugin-search-backend-module-pg
|
|
2
2
|
|
|
3
|
-
## 0.0.0-nightly-
|
|
3
|
+
## 0.0.0-nightly-20230411021817
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
7
|
- 1469daa409e: Search backend modules migrated to the new backend system. For documentation on how to migrate, check out the [how to migrate to the new backend system guide](https://backstage.io/docs/features/search/how-to-guides/#how-to-migrate-your-backend-installation-to-use-search-together-with-the-new-backend-system).
|
|
8
8
|
- Updated dependencies
|
|
9
|
-
- @backstage/backend-common@0.0.0-nightly-
|
|
10
|
-
- @backstage/plugin-search-backend-node@0.0.0-nightly-
|
|
11
|
-
- @backstage/backend-plugin-api@0.0.0-nightly-
|
|
9
|
+
- @backstage/backend-common@0.0.0-nightly-20230411021817
|
|
10
|
+
- @backstage/plugin-search-backend-node@0.0.0-nightly-20230411021817
|
|
11
|
+
- @backstage/backend-plugin-api@0.0.0-nightly-20230411021817
|
|
12
12
|
- @backstage/config@1.0.7
|
|
13
|
-
- @backstage/plugin-search-common@0.0.0-nightly-
|
|
13
|
+
- @backstage/plugin-search-common@0.0.0-nightly-20230411021817
|
|
14
14
|
|
|
15
15
|
## 0.5.5-next.2
|
|
16
16
|
|
package/alpha/package.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-search-backend-module-pg",
|
|
3
3
|
"description": "A module for the search backend that implements search using PostgreSQL",
|
|
4
|
-
"version": "0.0.0-nightly-
|
|
4
|
+
"version": "0.0.0-nightly-20230411021817",
|
|
5
5
|
"main": "./dist/index.cjs.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
7
7
|
"license": "Apache-2.0",
|
|
@@ -34,19 +34,19 @@
|
|
|
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-20230411021817",
|
|
38
|
+
"@backstage/backend-plugin-api": "^0.0.0-nightly-20230411021817",
|
|
39
39
|
"@backstage/config": "^1.0.7",
|
|
40
|
-
"@backstage/plugin-search-backend-node": "^0.0.0-nightly-
|
|
41
|
-
"@backstage/plugin-search-common": "^0.0.0-nightly-
|
|
40
|
+
"@backstage/plugin-search-backend-node": "^0.0.0-nightly-20230411021817",
|
|
41
|
+
"@backstage/plugin-search-common": "^0.0.0-nightly-20230411021817",
|
|
42
42
|
"knex": "^2.0.0",
|
|
43
43
|
"lodash": "^4.17.21",
|
|
44
44
|
"uuid": "^8.3.2",
|
|
45
45
|
"winston": "^3.2.1"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
|
-
"@backstage/backend-test-utils": "^0.0.0-nightly-
|
|
49
|
-
"@backstage/cli": "^0.0.0-nightly-
|
|
48
|
+
"@backstage/backend-test-utils": "^0.0.0-nightly-20230411021817",
|
|
49
|
+
"@backstage/cli": "^0.0.0-nightly-20230411021817"
|
|
50
50
|
},
|
|
51
51
|
"files": [
|
|
52
52
|
"dist",
|