@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/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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entros/pulse-sdk",
3
- "version": "3.1.0",
3
+ "version": "3.2.0",
4
4
  "description": "Client-side SDK for Entros Protocol — sensor capture, TBH generation, ZK proof construction",
5
5
  "license": "MIT",
6
6
  "homepage": "https://entros.io",