@backstage/plugin-search-backend-module-pg 0.0.0-nightly-20240809021939 → 0.0.0-nightly-20240810021908

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,15 +1,15 @@
1
1
  # @backstage/plugin-search-backend-module-pg
2
2
 
3
- ## 0.0.0-nightly-20240809021939
3
+ ## 0.0.0-nightly-20240810021908
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 7251567: Removing `@backstage/backend-app-api` dependency
8
8
  - Updated dependencies
9
- - @backstage/backend-plugin-api@0.0.0-nightly-20240809021939
10
- - @backstage/backend-common@0.0.0-nightly-20240809021939
11
- - @backstage/plugin-search-backend-node@0.0.0-nightly-20240809021939
12
- - @backstage/plugin-search-common@0.0.0-nightly-20240809021939
9
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240810021908
10
+ - @backstage/backend-common@0.0.0-nightly-20240810021908
11
+ - @backstage/plugin-search-backend-node@0.0.0-nightly-20240810021908
12
+ - @backstage/plugin-search-common@0.0.0-nightly-20240810021908
13
13
  - @backstage/config@1.2.0
14
14
 
15
15
  ## 0.5.33-next.2
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-search-backend-module-pg__alpha",
3
- "version": "0.0.0-nightly-20240809021939",
3
+ "version": "0.0.0-nightly-20240810021908",
4
4
  "main": "../dist/alpha.cjs.js",
5
5
  "types": "../dist/alpha.d.ts"
6
6
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-search-backend-module-pg",
3
- "version": "0.0.0-nightly-20240809021939",
3
+ "version": "0.0.0-nightly-20240810021908",
4
4
  "description": "A module for the search backend that implements search using PostgreSQL",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -48,19 +48,19 @@
48
48
  "test": "backstage-cli package test"
49
49
  },
50
50
  "dependencies": {
51
- "@backstage/backend-common": "^0.0.0-nightly-20240809021939",
52
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240809021939",
51
+ "@backstage/backend-common": "^0.0.0-nightly-20240810021908",
52
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240810021908",
53
53
  "@backstage/config": "^1.2.0",
54
- "@backstage/plugin-search-backend-node": "^0.0.0-nightly-20240809021939",
55
- "@backstage/plugin-search-common": "^0.0.0-nightly-20240809021939",
54
+ "@backstage/plugin-search-backend-node": "^0.0.0-nightly-20240810021908",
55
+ "@backstage/plugin-search-common": "^0.0.0-nightly-20240810021908",
56
56
  "knex": "^3.0.0",
57
57
  "lodash": "^4.17.21",
58
58
  "uuid": "^9.0.0",
59
59
  "winston": "^3.2.1"
60
60
  },
61
61
  "devDependencies": {
62
- "@backstage/backend-test-utils": "^0.0.0-nightly-20240809021939",
63
- "@backstage/cli": "^0.0.0-nightly-20240809021939"
62
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240810021908",
63
+ "@backstage/cli": "^0.0.0-nightly-20240810021908"
64
64
  },
65
65
  "configSchema": "config.d.ts"
66
66
  }