@backstage/plugin-search-backend-module-pg 0.4.3-next.0 → 0.4.3-next.2

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,5 +1,26 @@
1
1
  # @backstage/plugin-search-backend-module-pg
2
2
 
3
+ ## 0.4.3-next.2
4
+
5
+ ### Patch Changes
6
+
7
+ - c507aee8a2: Ensured typescript type checks in migration files.
8
+ - Updated dependencies
9
+ - @backstage/plugin-search-backend-node@1.1.0-next.2
10
+ - @backstage/backend-common@0.17.0-next.2
11
+ - @backstage/plugin-search-common@1.2.0-next.2
12
+ - @backstage/config@1.0.5-next.1
13
+
14
+ ## 0.4.3-next.1
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies
19
+ - @backstage/backend-common@0.17.0-next.1
20
+ - @backstage/plugin-search-backend-node@1.0.5-next.1
21
+ - @backstage/config@1.0.5-next.1
22
+ - @backstage/plugin-search-common@1.1.2-next.1
23
+
3
24
  ## 0.4.3-next.0
4
25
 
5
26
  ### Patch Changes
@@ -14,6 +14,8 @@
14
14
  * limitations under the License.
15
15
  */
16
16
 
17
+ // @ts-check
18
+
17
19
  /**
18
20
  * @param {import('knex').Knex} knex
19
21
  */
@@ -14,6 +14,8 @@
14
14
  * limitations under the License.
15
15
  */
16
16
 
17
+ // @ts-check
18
+
17
19
  /**
18
20
  * @param {import('knex').Knex} knex
19
21
  */
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.4.3-next.0",
4
+ "version": "0.4.3-next.2",
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.16.1-next.0",
27
- "@backstage/config": "^1.0.5-next.0",
28
- "@backstage/plugin-search-backend-node": "^1.0.5-next.0",
29
- "@backstage/plugin-search-common": "^1.1.2-next.0",
26
+ "@backstage/backend-common": "^0.17.0-next.2",
27
+ "@backstage/config": "^1.0.5-next.1",
28
+ "@backstage/plugin-search-backend-node": "^1.1.0-next.2",
29
+ "@backstage/plugin-search-common": "^1.2.0-next.2",
30
30
  "knex": "^2.0.0",
31
31
  "lodash": "^4.17.21",
32
32
  "uuid": "^8.3.2"
33
33
  },
34
34
  "devDependencies": {
35
- "@backstage/backend-test-utils": "^0.1.31-next.0",
36
- "@backstage/cli": "^0.21.2-next.0"
35
+ "@backstage/backend-test-utils": "^0.1.31-next.2",
36
+ "@backstage/cli": "^0.21.2-next.2"
37
37
  },
38
38
  "files": [
39
39
  "dist",