@squiz/db-lib 1.56.1-alpha.26 → 1.56.1-alpha.28

Sign up to get free protection for your applications and to get access to all the features.
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.26",
3
+ "version": "1.56.1-alpha.28",
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.26",
31
- "@squiz/dx-logger-lib": "1.56.1-alpha.26",
30
+ "@squiz/dx-common-lib": "1.56.1-alpha.28",
31
+ "@squiz/dx-logger-lib": "1.56.1-alpha.28",
32
32
  "dotenv": "16.0.3",
33
33
  "pg": "8.9.0"
34
34
  },
35
- "gitHead": "8d66dc810e9deeb004d282c24667433bcc02692f"
35
+ "gitHead": "976e8f3c16671e598964509396a152b8de982ab9"
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
@@ -1,37 +0,0 @@
1
- 0 verbose cli /usr/local/bin/node /usr/local/bin/npm
2
- 1 info using npm@9.5.0
3
- 2 info using node@v18.15.0
4
- 3 timing npm:load:whichnode Completed in 1ms
5
- 4 timing config:load:defaults Completed in 2ms
6
- 5 timing config:load:file:/usr/local/lib/node_modules/npm/npmrc Completed in 0ms
7
- 6 timing config:load:builtin Completed in 1ms
8
- 7 timing config:load:cli Completed in 2ms
9
- 8 timing config:load:env Completed in 6ms
10
- 9 info found workspace root at /builds/developer-experience/cmp
11
- 10 timing config:load:file:/builds/developer-experience/cmp/.npmrc Completed in 0ms
12
- 11 timing config:load:project Completed in 102ms
13
- 12 timing config:load:file:/root/.npmrc Completed in 0ms
14
- 13 timing config:load:user Completed in 1ms
15
- 14 timing config:load:file:/usr/local/etc/npmrc Completed in 0ms
16
- 15 timing config:load:global Completed in 1ms
17
- 16 timing config:load:setEnvs Completed in 1ms
18
- 17 timing config:load Completed in 116ms
19
- 18 timing npm:load:configload Completed in 116ms
20
- 19 timing npm:load:mkdirpcache Completed in 0ms
21
- 20 timing npm:load:mkdirplogs Completed in 0ms
22
- 21 verbose title npm run compile
23
- 22 verbose argv "run" "compile" "--"
24
- 23 timing npm:load:setTitle Completed in 1ms
25
- 24 timing config:load:flatten Completed in 3ms
26
- 25 timing npm:load:display Completed in 5ms
27
- 26 verbose logfile logs-max:10 dir:/builds/developer-experience/cmp/packages/db-lib/.npm/_logs/2023-11-24T05_18_04_435Z-
28
- 27 verbose logfile /builds/developer-experience/cmp/packages/db-lib/.npm/_logs/2023-11-24T05_18_04_435Z-debug-0.log
29
- 28 timing npm:load:logFile Completed in 2ms
30
- 29 timing npm:load:timers Completed in 0ms
31
- 30 timing npm:load:configScope Completed in 0ms
32
- 31 timing npm:load Completed in 126ms
33
- 32 silly logfile done cleaning log files
34
- 33 timing command:run Completed in 12095ms
35
- 34 verbose exit 0
36
- 35 timing npm Completed in 12284ms
37
- 36 info ok