@squiz/db-lib 1.31.1-alpha.1 → 1.32.0
Sign up to get free protection for your applications and to get access to all the features.
package/.npm/_logs/{2023-04-14T06_03_45_865Z-debug-0.log → 2023-04-17T07_41_24_009Z-debug-0.log}
RENAMED
@@ -2,21 +2,21 @@
|
|
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
|
6
|
-
5 timing config:load:file:/usr/local/lib/node_modules/npm/npmrc Completed in
|
7
|
-
6 timing config:load:builtin Completed in
|
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
|
+
6 timing config:load:builtin Completed in 1ms
|
8
8
|
7 timing config:load:cli Completed in 2ms
|
9
9
|
8 timing config:load:env Completed in 1ms
|
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 19ms
|
13
13
|
12 timing config:load:file:/root/.npmrc Completed in 1ms
|
14
|
-
13 timing config:load:user Completed in
|
14
|
+
13 timing config:load:user Completed in 2ms
|
15
15
|
14 timing config:load:file:/usr/local/etc/npmrc Completed in 0ms
|
16
16
|
15 timing config:load:global Completed in 0ms
|
17
17
|
16 timing config:load:setEnvs Completed in 1ms
|
18
|
-
17 timing config:load Completed in
|
19
|
-
18 timing npm:load:configload Completed in
|
18
|
+
17 timing config:load Completed in 28ms
|
19
|
+
18 timing npm:load:configload Completed in 28ms
|
20
20
|
19 timing npm:load:mkdirpcache Completed in 0ms
|
21
21
|
20 timing npm:load:mkdirplogs Completed in 1ms
|
22
22
|
21 verbose title npm run compile
|
@@ -24,14 +24,14 @@
|
|
24
24
|
23 timing npm:load:setTitle Completed in 1ms
|
25
25
|
24 timing config:load:flatten Completed in 5ms
|
26
26
|
25 timing npm:load:display Completed in 6ms
|
27
|
-
26 verbose logfile logs-max:10 dir:/builds/developer-experience/cmp/packages/db-lib/.npm/_logs/2023-04-
|
28
|
-
27 verbose logfile /builds/developer-experience/cmp/packages/db-lib/.npm/_logs/2023-04-
|
27
|
+
26 verbose logfile logs-max:10 dir:/builds/developer-experience/cmp/packages/db-lib/.npm/_logs/2023-04-17T07_41_24_009Z-
|
28
|
+
27 verbose logfile /builds/developer-experience/cmp/packages/db-lib/.npm/_logs/2023-04-17T07_41_24_009Z-debug-0.log
|
29
29
|
28 timing npm:load:logFile Completed in 3ms
|
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 0ms
|
32
32
|
31 timing npm:load Completed in 42ms
|
33
33
|
32 silly logfile done cleaning log files
|
34
|
-
33 timing command:run Completed in
|
34
|
+
33 timing command:run Completed in 2737ms
|
35
35
|
34 verbose exit 0
|
36
|
-
35 timing npm Completed in
|
36
|
+
35 timing npm Completed in 2790ms
|
37
37
|
36 info ok
|
package/lib/index.js
CHANGED
@@ -1400,7 +1400,7 @@ var require_split2 = __commonJS({
|
|
1400
1400
|
if (typeof matcher === "function") {
|
1401
1401
|
mapper = matcher;
|
1402
1402
|
matcher = /\r?\n/;
|
1403
|
-
} else if (typeof matcher === "object" && !(matcher instanceof RegExp)) {
|
1403
|
+
} else if (typeof matcher === "object" && !(matcher instanceof RegExp) && !matcher[Symbol.split]) {
|
1404
1404
|
options = matcher;
|
1405
1405
|
matcher = /\r?\n/;
|
1406
1406
|
}
|