@entros/pulse-sdk 3.0.0 → 3.1.0
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.
- package/dist/index.d.mts +4 -2
- package/dist/index.d.ts +4 -2
- package/dist/index.js +5 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -16,7 +16,7 @@ var TOTAL_PROOF_SIZE = 256;
|
|
|
16
16
|
var SIMHASH_SEED = "IAM-PROTOCOL-SIMHASH-V1";
|
|
17
17
|
var MIN_CAPTURE_MS = 2e3;
|
|
18
18
|
var MAX_CAPTURE_MS = 6e4;
|
|
19
|
-
var DEFAULT_CAPTURE_MS =
|
|
19
|
+
var DEFAULT_CAPTURE_MS = 12e3;
|
|
20
20
|
var PROGRAM_IDS = {
|
|
21
21
|
entrosAnchor: "GZYwTp2ozeuRA5Gof9vs4ya961aANcJBdUzB7LN6q4b2",
|
|
22
22
|
entrosVerifier: "4F97jNoxQzT2qRbkWpW3ztC3Nz2TtKj3rnKG8ExgnrfV",
|
|
@@ -6341,10 +6341,12 @@ export {
|
|
|
6341
6341
|
MIN_CAPTURE_MS,
|
|
6342
6342
|
MIN_MOTION_SAMPLES,
|
|
6343
6343
|
MIN_TOUCH_SAMPLES,
|
|
6344
|
+
MOTION_FEATURE_COUNT,
|
|
6344
6345
|
PROGRAM_IDS,
|
|
6345
6346
|
PulseSDK,
|
|
6346
6347
|
PulseSession,
|
|
6347
6348
|
SPEAKER_FEATURE_COUNT,
|
|
6349
|
+
TOUCH_FEATURE_COUNT,
|
|
6348
6350
|
attestAgentOperator,
|
|
6349
6351
|
autocorrelation,
|
|
6350
6352
|
bigintToBytes32,
|