@squiz/dx-logger-lib 1.50.1-alpha.7 → 1.50.1-alpha.8
Sign up to get free protection for your applications and to get access to all the features.
package/.npm/_logs/{2023-09-01T06_37_46_398Z-debug-0.log → 2023-09-04T00_32_38_481Z-debug-0.log}
RENAMED
@@ -1,7 +1,7 @@
|
|
1
1
|
0 verbose cli /usr/local/bin/node /usr/local/bin/npm
|
2
2
|
1 info using npm@9.5.0
|
3
3
|
2 info using node@v18.15.0
|
4
|
-
3 timing npm:load:whichnode Completed in
|
4
|
+
3 timing npm:load:whichnode Completed in 2ms
|
5
5
|
4 timing config:load:defaults Completed in 2ms
|
6
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
|
@@ -13,25 +13,25 @@
|
|
13
13
|
12 timing config:load:file:/root/.npmrc Completed in 1ms
|
14
14
|
13 timing config:load:user Completed in 1ms
|
15
15
|
14 timing config:load:file:/usr/local/etc/npmrc Completed in 0ms
|
16
|
-
15 timing config:load:global Completed in
|
16
|
+
15 timing config:load:global Completed in 1ms
|
17
17
|
16 timing config:load:setEnvs Completed in 1ms
|
18
18
|
17 timing config:load Completed in 37ms
|
19
19
|
18 timing npm:load:configload Completed in 37ms
|
20
|
-
19 timing npm:load:mkdirpcache Completed in
|
20
|
+
19 timing npm:load:mkdirpcache Completed in 0ms
|
21
21
|
20 timing npm:load:mkdirplogs Completed in 0ms
|
22
22
|
21 verbose title npm run compile
|
23
23
|
22 verbose argv "run" "compile" "--"
|
24
|
-
23 timing npm:load:setTitle Completed in
|
24
|
+
23 timing npm:load:setTitle Completed in 1ms
|
25
25
|
24 timing config:load:flatten Completed in 5ms
|
26
|
-
25 timing npm:load:display Completed in
|
27
|
-
26 verbose logfile logs-max:10 dir:/builds/developer-experience/cmp/packages/dx-logger-lib/.npm/_logs/2023-09-
|
28
|
-
27 verbose logfile /builds/developer-experience/cmp/packages/dx-logger-lib/.npm/_logs/2023-09-
|
26
|
+
25 timing npm:load:display Completed in 7ms
|
27
|
+
26 verbose logfile logs-max:10 dir:/builds/developer-experience/cmp/packages/dx-logger-lib/.npm/_logs/2023-09-04T00_32_38_481Z-
|
28
|
+
27 verbose logfile /builds/developer-experience/cmp/packages/dx-logger-lib/.npm/_logs/2023-09-04T00_32_38_481Z-debug-0.log
|
29
29
|
28 timing npm:load:logFile Completed in 4ms
|
30
30
|
29 timing npm:load:timers Completed in 0ms
|
31
|
-
30 timing npm:load:configScope Completed in
|
31
|
+
30 timing npm:load:configScope Completed in 1ms
|
32
32
|
31 timing npm:load Completed in 53ms
|
33
33
|
32 silly logfile done cleaning log files
|
34
|
-
33 timing command:run Completed in
|
34
|
+
33 timing command:run Completed in 2656ms
|
35
35
|
34 verbose exit 0
|
36
|
-
35 timing npm Completed in
|
36
|
+
35 timing npm Completed in 2724ms
|
37
37
|
36 info ok
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@squiz/dx-logger-lib",
|
3
|
-
"version": "1.50.1-alpha.
|
3
|
+
"version": "1.50.1-alpha.8",
|
4
4
|
"description": "",
|
5
5
|
"main": "lib/index.js",
|
6
6
|
"scripts": {
|
@@ -18,5 +18,5 @@
|
|
18
18
|
"ts-jest": "29.0.5",
|
19
19
|
"ts-node": "10.9.1"
|
20
20
|
},
|
21
|
-
"gitHead": "
|
21
|
+
"gitHead": "dd39f71b0fe282bd27f96dab8dc26215358b0625"
|
22
22
|
}
|