@backstage/plugin-search-backend-module-pg 0.0.0-nightly-20220703024846 → 0.0.0-nightly-20220704025427

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 +4 -4
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/plugin-search-backend-module-pg
2
2
 
3
- ## 0.0.0-nightly-20220703024846
3
+ ## 0.0.0-nightly-20220704025427
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -10,9 +10,9 @@
10
10
 
11
11
  - 679b32172e: Updated dependency `knex` to `^2.0.0`.
12
12
  - Updated dependencies
13
- - @backstage/backend-common@0.0.0-nightly-20220703024846
14
- - @backstage/plugin-search-backend-node@0.0.0-nightly-20220703024846
15
- - @backstage/plugin-search-common@0.0.0-nightly-20220703024846
13
+ - @backstage/backend-common@0.0.0-nightly-20220704025427
14
+ - @backstage/plugin-search-backend-node@0.0.0-nightly-20220704025427
15
+ - @backstage/plugin-search-common@0.0.0-nightly-20220704025427
16
16
 
17
17
  ## 0.3.5-next.1
18
18
 
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-20220703024846",
4
+ "version": "0.0.0-nightly-20220704025427",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -23,17 +23,17 @@
23
23
  "clean": "backstage-cli package clean"
24
24
  },
25
25
  "dependencies": {
26
- "@backstage/backend-common": "^0.0.0-nightly-20220703024846",
26
+ "@backstage/backend-common": "^0.0.0-nightly-20220704025427",
27
27
  "@backstage/config": "^1.0.1",
28
- "@backstage/plugin-search-backend-node": "^0.0.0-nightly-20220703024846",
29
- "@backstage/plugin-search-common": "^0.0.0-nightly-20220703024846",
28
+ "@backstage/plugin-search-backend-node": "^0.0.0-nightly-20220704025427",
29
+ "@backstage/plugin-search-common": "^0.0.0-nightly-20220704025427",
30
30
  "lodash": "^4.17.21",
31
31
  "knex": "^2.0.0",
32
32
  "uuid": "^8.3.2"
33
33
  },
34
34
  "devDependencies": {
35
- "@backstage/backend-test-utils": "^0.0.0-nightly-20220703024846",
36
- "@backstage/cli": "^0.0.0-nightly-20220703024846"
35
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20220704025427",
36
+ "@backstage/cli": "^0.0.0-nightly-20220704025427"
37
37
  },
38
38
  "files": [
39
39
  "dist",