@reclaimprotocol/attestor-core 5.0.1-beta.16 → 5.0.1-beta.17

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/lib/index.d.ts CHANGED
@@ -1,5 +1,4 @@
1
1
  export * as tls from '@reclaimprotocol/tls';
2
- export { asciiToUint8Array } from '@reclaimprotocol/tls';
3
2
  export * from './client/utils/client-socket.ts';
4
3
  export * from './config/index.ts';
5
4
  export * from './types/index.ts';
package/lib/index.js CHANGED
@@ -15331,7 +15331,6 @@ export {
15331
15331
  SelectedServiceSignatureType,
15332
15332
  TOPRF_DOMAIN_SEPARATOR,
15333
15333
  WS_PATHNAME,
15334
- asciiToUint8Array,
15335
15334
  assertValidAuthRequest,
15336
15335
  assertValidClaimSignatures,
15337
15336
  binaryHashToStr,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reclaimprotocol/attestor-core",
3
- "version": "5.0.1-beta.16",
3
+ "version": "5.0.1-beta.17",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "imports": {