@squiz/db-lib 1.35.1-alpha.3 → 1.35.1-alpha.31
Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,37 @@
|
|
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 2ms
|
5
|
+
4 timing config:load:defaults Completed in 4ms
|
6
|
+
5 timing config:load:file:/usr/local/lib/node_modules/npm/npmrc Completed in 0ms
|
7
|
+
6 timing config:load:builtin Completed in 0ms
|
8
|
+
7 timing config:load:cli Completed in 2ms
|
9
|
+
8 timing config:load:env Completed in 1ms
|
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 25ms
|
13
|
+
12 timing config:load:file:/root/.npmrc Completed in 2ms
|
14
|
+
13 timing config:load:user Completed in 2ms
|
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 2ms
|
18
|
+
17 timing config:load Completed in 38ms
|
19
|
+
18 timing npm:load:configload Completed in 38ms
|
20
|
+
19 timing npm:load:mkdirpcache Completed in 1ms
|
21
|
+
20 timing npm:load:mkdirplogs Completed in 1ms
|
22
|
+
21 verbose title npm run compile
|
23
|
+
22 verbose argv "run" "compile" "--"
|
24
|
+
23 timing npm:load:setTitle Completed in 3ms
|
25
|
+
24 timing config:load:flatten Completed in 7ms
|
26
|
+
25 timing npm:load:display Completed in 8ms
|
27
|
+
26 verbose logfile logs-max:10 dir:/builds/developer-experience/cmp/packages/db-lib/.npm/_logs/2023-06-15T06_39_26_900Z-
|
28
|
+
27 verbose logfile /builds/developer-experience/cmp/packages/db-lib/.npm/_logs/2023-06-15T06_39_26_900Z-debug-0.log
|
29
|
+
28 timing npm:load:logFile Completed in 5ms
|
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 60ms
|
33
|
+
32 silly logfile done cleaning log files
|
34
|
+
33 timing command:run Completed in 3775ms
|
35
|
+
34 verbose exit 0
|
36
|
+
35 timing npm Completed in 3852ms
|
37
|
+
36 info ok
|
package/lib/index.js
CHANGED
@@ -49409,6 +49409,10 @@ var require_CloudflareApiKeyService = __commonJS({
|
|
49409
49409
|
}, REFRESH_TIMER);
|
49410
49410
|
}
|
49411
49411
|
}
|
49412
|
+
// temporary method, to be removed when DXP auth is properly implemented
|
49413
|
+
getMatrixKeys() {
|
49414
|
+
return validKeys["matrix-keys"];
|
49415
|
+
}
|
49412
49416
|
};
|
49413
49417
|
exports2.CloudflareApiKeyService = CloudflareApiKeyService;
|
49414
49418
|
}
|
@@ -49427,6 +49431,10 @@ var require_DevelopmentApiKeyService = __commonJS({
|
|
49427
49431
|
matrixKeyIsValid() {
|
49428
49432
|
return true;
|
49429
49433
|
}
|
49434
|
+
// temporary method, to be removed when DXP auth is properly implemented
|
49435
|
+
getMatrixKeys() {
|
49436
|
+
return ["matrix-api-key"];
|
49437
|
+
}
|
49430
49438
|
};
|
49431
49439
|
exports2.DevelopmentApiKeyService = DevelopmentApiKeyService;
|
49432
49440
|
}
|