@squiz/db-lib 1.63.1-alpha.7 → 1.63.2

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,8 +1,12 @@
1
1
  {
2
2
  "name": "@squiz/db-lib",
3
- "version": "1.63.1-alpha.7",
3
+ "version": "1.63.2",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
+ "private": false,
7
+ "publishConfig": {
8
+ "access": "public"
9
+ },
6
10
  "scripts": {
7
11
  "compile": "node build.js && tsc",
8
12
  "test": "jest -c jest.config.ts --testMatch=\"**/*.spec.ts\" --testMatch=\"!**/*.integration.spec.ts\" --passWithNoTests",
@@ -27,10 +31,9 @@
27
31
  },
28
32
  "dependencies": {
29
33
  "@aws-sdk/client-secrets-manager": "3.264.0",
30
- "@squiz/dx-common-lib": "1.63.1-alpha.7",
34
+ "@squiz/dx-common-lib": "1.63.2",
31
35
  "@squiz/dx-logger-lib": "1.63.1-alpha.7",
32
36
  "dotenv": "16.0.3",
33
37
  "pg": "8.9.0"
34
- },
35
- "gitHead": "5ae8c433076d96683b0a98113f0e69f7c0dd0bff"
38
+ }
36
39
  }