@squiz/db-lib 1.5.1-alpha.4 → 1.7.0-alpha.3

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [1.6.0](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.5.1-alpha.4...v1.6.0) (2023-02-01)
7
+
8
+ **Note:** Version bump only for package @squiz/db-lib
9
+
10
+
11
+
12
+
13
+
6
14
  ## [1.5.1-alpha.4](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.3.3...v1.5.1-alpha.4) (2023-01-31)
7
15
 
8
16
  **Note:** Version bump only for package @squiz/db-lib
package/jest.config.ts CHANGED
@@ -6,6 +6,7 @@ configFunc();
6
6
  // Sync object
7
7
  const config: Config = {
8
8
  preset: 'ts-jest',
9
+ testTimeout: 60_000,
9
10
  testEnvironment: 'node',
10
11
  testPathIgnorePatterns: ['<rootDir>/lib/'],
11
12
  maxWorkers: '80%',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@squiz/db-lib",
3
- "version": "1.5.1-alpha.4",
3
+ "version": "1.7.0-alpha.3+f47c8f5c",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {
@@ -26,9 +26,9 @@
26
26
  },
27
27
  "dependencies": {
28
28
  "@aws-sdk/client-secrets-manager": "3.171.0",
29
- "@squiz/dx-logger-lib": "1.5.1-alpha.4",
29
+ "@squiz/dx-logger-lib": "^1.7.0-alpha.3+f47c8f5c",
30
30
  "dotenv": "16.0.3",
31
31
  "pg": "8.7.3"
32
32
  },
33
- "gitHead": "399e7b8fd9e6d1a09e8510b7738b4c9e4483308d"
33
+ "gitHead": "f47c8f5c62d1e96a52eaa16032e29d3adaf9159e"
34
34
  }