@squiz/dx-common-lib 1.45.1-alpha.4 → 1.45.1-alpha.6

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.
@@ -2,11 +2,11 @@
2
2
  1 info using npm@9.5.0
3
3
  2 info using node@v18.15.0
4
4
  3 timing npm:load:whichnode Completed in 1ms
5
- 4 timing config:load:defaults Completed in 3ms
6
- 5 timing config:load:file:/usr/local/lib/node_modules/npm/npmrc Completed in 0ms
5
+ 4 timing config:load:defaults Completed in 2ms
6
+ 5 timing config:load:file:/usr/local/lib/node_modules/npm/npmrc Completed in 1ms
7
7
  6 timing config:load:builtin Completed in 1ms
8
- 7 timing config:load:cli Completed in 1ms
9
- 8 timing config:load:env Completed in 1ms
8
+ 7 timing config:load:cli Completed in 2ms
9
+ 8 timing config:load:env Completed in 2ms
10
10
  9 info found workspace root at /builds/developer-experience/cmp
11
11
  10 timing config:load:file:/builds/developer-experience/cmp/.npmrc Completed in 0ms
12
12
  11 timing config:load:project Completed in 28ms
@@ -22,16 +22,16 @@
22
22
  21 verbose title npm run compile
23
23
  22 verbose argv "run" "compile" "--"
24
24
  23 timing npm:load:setTitle Completed in 2ms
25
- 24 timing config:load:flatten Completed in 5ms
25
+ 24 timing config:load:flatten Completed in 6ms
26
26
  25 timing npm:load:display Completed in 7ms
27
- 26 verbose logfile logs-max:10 dir:/builds/developer-experience/cmp/packages/dx-common-lib/.npm/_logs/2023-08-17T04_19_31_635Z-
28
- 27 verbose logfile /builds/developer-experience/cmp/packages/dx-common-lib/.npm/_logs/2023-08-17T04_19_31_635Z-debug-0.log
27
+ 26 verbose logfile logs-max:10 dir:/builds/developer-experience/cmp/packages/dx-common-lib/.npm/_logs/2023-08-21T04_47_47_505Z-
28
+ 27 verbose logfile /builds/developer-experience/cmp/packages/dx-common-lib/.npm/_logs/2023-08-21T04_47_47_505Z-debug-0.log
29
29
  28 timing npm:load:logFile Completed in 4ms
30
30
  29 timing npm:load:timers Completed in 0ms
31
31
  30 timing npm:load:configScope Completed in 0ms
32
- 31 timing npm:load Completed in 54ms
32
+ 31 timing npm:load Completed in 55ms
33
33
  32 silly logfile done cleaning log files
34
- 33 timing command:run Completed in 4501ms
34
+ 33 timing command:run Completed in 4476ms
35
35
  34 verbose exit 0
36
- 35 timing npm Completed in 4570ms
36
+ 35 timing npm Completed in 4546ms
37
37
  36 info ok
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@squiz/dx-common-lib",
3
- "version": "1.45.1-alpha.4",
3
+ "version": "1.45.1-alpha.6",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {
@@ -13,8 +13,8 @@
13
13
  "license": "ISC",
14
14
  "dependencies": {
15
15
  "@aws-sdk/client-secrets-manager": "3.218.0",
16
- "@squiz/dx-json-schema-lib": "1.45.1-alpha.4",
17
- "@squiz/dx-logger-lib": "1.45.1-alpha.4",
16
+ "@squiz/dx-json-schema-lib": "1.45.1-alpha.6",
17
+ "@squiz/dx-logger-lib": "1.45.1-alpha.6",
18
18
  "archiver": "5.3.1",
19
19
  "escape-string-regexp": "4.0.0",
20
20
  "fs-extra": "11.1.0",
@@ -35,5 +35,5 @@
35
35
  "ts-node": "10.9.1",
36
36
  "typescript": "4.9.4"
37
37
  },
38
- "gitHead": "af561d56c04086a169299b913f592f116c2f7316"
38
+ "gitHead": "cd3c6ab40b48567525f40396a0a42ae6362181c8"
39
39
  }