@backstage/plugin-search-backend-module-pg 0.0.0-nightly-20240101021754 → 0.0.0-nightly-20240103021419

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,14 +1,25 @@
1
1
  # @backstage/plugin-search-backend-module-pg
2
2
 
3
- ## 0.0.0-nightly-20240101021754
3
+ ## 0.0.0-nightly-20240103021419
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/backend-common@0.0.0-nightly-20240101021754
9
- - @backstage/backend-plugin-api@0.0.0-nightly-20240101021754
8
+ - @backstage/backend-common@0.0.0-nightly-20240103021419
9
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240103021419
10
10
  - @backstage/config@1.1.1
11
- - @backstage/plugin-search-backend-node@0.0.0-nightly-20240101021754
11
+ - @backstage/plugin-search-backend-node@0.0.0-nightly-20240103021419
12
+ - @backstage/plugin-search-common@1.2.9
13
+
14
+ ## 0.5.18-next.1
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies
19
+ - @backstage/backend-common@0.20.1-next.1
20
+ - @backstage/config@1.1.1
21
+ - @backstage/plugin-search-backend-node@1.2.13-next.1
22
+ - @backstage/backend-plugin-api@0.6.9-next.1
12
23
  - @backstage/plugin-search-common@1.2.9
13
24
 
14
25
  ## 0.5.18-next.0
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-search-backend-module-pg",
3
- "version": "0.0.0-nightly-20240101021754",
3
+ "version": "0.0.0-nightly-20240103021419",
4
4
  "main": "../dist/alpha.cjs.js",
5
5
  "types": "../dist/alpha.d.ts"
6
6
  }
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-20240101021754",
4
+ "version": "0.0.0-nightly-20240103021419",
5
5
  "main": "./dist/index.cjs.js",
6
6
  "types": "./dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -40,10 +40,10 @@
40
40
  "clean": "backstage-cli package clean"
41
41
  },
42
42
  "dependencies": {
43
- "@backstage/backend-common": "^0.0.0-nightly-20240101021754",
44
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240101021754",
43
+ "@backstage/backend-common": "^0.0.0-nightly-20240103021419",
44
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240103021419",
45
45
  "@backstage/config": "^1.1.1",
46
- "@backstage/plugin-search-backend-node": "^0.0.0-nightly-20240101021754",
46
+ "@backstage/plugin-search-backend-node": "^0.0.0-nightly-20240103021419",
47
47
  "@backstage/plugin-search-common": "^1.2.9",
48
48
  "knex": "^3.0.0",
49
49
  "lodash": "^4.17.21",
@@ -51,8 +51,8 @@
51
51
  "winston": "^3.2.1"
52
52
  },
53
53
  "devDependencies": {
54
- "@backstage/backend-test-utils": "^0.0.0-nightly-20240101021754",
55
- "@backstage/cli": "^0.0.0-nightly-20240101021754"
54
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240103021419",
55
+ "@backstage/cli": "^0.0.0-nightly-20240103021419"
56
56
  },
57
57
  "files": [
58
58
  "dist",