@entros/pulse-sdk 3.1.0 → 3.2.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/README.md +1 -1
- package/dist/index.d.mts +1 -18
- package/dist/index.d.ts +1 -18
- package/dist/index.js +0 -14
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +0 -7
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -6348,12 +6348,9 @@ export {
|
|
|
6348
6348
|
SPEAKER_FEATURE_COUNT,
|
|
6349
6349
|
TOUCH_FEATURE_COUNT,
|
|
6350
6350
|
attestAgentOperator,
|
|
6351
|
-
autocorrelation,
|
|
6352
6351
|
bigintToBytes32,
|
|
6353
6352
|
computeCommitment,
|
|
6354
|
-
condense,
|
|
6355
6353
|
encodeAudioAsBase64,
|
|
6356
|
-
entropy,
|
|
6357
6354
|
extractAccelerationMagnitude,
|
|
6358
6355
|
extractMotionFeatures,
|
|
6359
6356
|
extractMouseDynamics,
|
|
@@ -6374,21 +6371,17 @@ export {
|
|
|
6374
6371
|
generateTBH,
|
|
6375
6372
|
getAgentHumanOperator,
|
|
6376
6373
|
hammingDistance,
|
|
6377
|
-
kurtosis,
|
|
6378
6374
|
loadVerificationData,
|
|
6379
|
-
mean,
|
|
6380
6375
|
packBits,
|
|
6381
6376
|
prepareCircuitInput,
|
|
6382
6377
|
randomLissajousParams,
|
|
6383
6378
|
serializeProof,
|
|
6384
6379
|
simhash,
|
|
6385
|
-
skewness,
|
|
6386
6380
|
storeVerificationData,
|
|
6387
6381
|
submitResetViaWallet,
|
|
6388
6382
|
submitViaRelayer,
|
|
6389
6383
|
submitViaWallet,
|
|
6390
6384
|
toBigEndian32,
|
|
6391
|
-
variance,
|
|
6392
6385
|
verifyEntrosAttestation
|
|
6393
6386
|
};
|
|
6394
6387
|
//# sourceMappingURL=index.mjs.map
|
package/package.json
CHANGED