@squiz/db-lib 1.56.1-alpha.25 → 1.56.1-alpha.27

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. package/build.js +0 -2
  2. package/package.json +5 -5
  3. package/test.env +1 -1
package/build.js CHANGED
@@ -28,6 +28,4 @@ if (process.env.NODE_ENV == 'development' && process.env.WATCH == 'true') {
28
28
  };
29
29
  }
30
30
 
31
- // rm.sync('./lib/**');
32
-
33
31
  Promise.all([esBuild.build(buildSettingsMain)]).catch(() => process.exit(1));
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@squiz/db-lib",
3
- "version": "1.56.1-alpha.25",
3
+ "version": "1.56.1-alpha.27",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {
7
7
  "compile": "node build.js && tsc",
8
8
  "test": "jest -c jest.config.ts --testMatch=\"**/*.spec.ts\" --testMatch=\"!**/*.integration.spec.ts\" --passWithNoTests",
9
- "test:integration": "jest --testMatch=\"**/*.integration.spec.ts\" --passWithNoTests",
9
+ "test:integration": "jest --testMatch=\"**/*.integration.spec.ts\"",
10
10
  "test:update-snapshots": "jest -c jest.config.ts --updateSnapshot",
11
11
  "clean": "rimraf \"tsconfig.tsbuildinfo\" \"./lib\""
12
12
  },
@@ -27,10 +27,10 @@
27
27
  },
28
28
  "dependencies": {
29
29
  "@aws-sdk/client-secrets-manager": "3.264.0",
30
- "@squiz/dx-common-lib": "1.56.1-alpha.25",
31
- "@squiz/dx-logger-lib": "1.56.1-alpha.25",
30
+ "@squiz/dx-common-lib": "1.56.1-alpha.27",
31
+ "@squiz/dx-logger-lib": "1.56.1-alpha.27",
32
32
  "dotenv": "16.0.3",
33
33
  "pg": "8.9.0"
34
34
  },
35
- "gitHead": "5ab412648517376eb5239654075fd3b6889f20e6"
35
+ "gitHead": "0d531c0e1eb7ad1208bf9076f8946bf2cfeb5237"
36
36
  }
package/test.env CHANGED
@@ -1 +1 @@
1
- COMPONENT_DB_CONNECTION_STRING=postgresql://root:root@localhost:5432/cmp_db?schema=public
1
+ COMPONENT_DB_CONNECTION_STRING=postgresql://postgres:postgres@127.0.0.1:5433/cmp?schema=public