@silencelaboratories/walletprovider-sdk 0.0.9 → 0.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/README.md CHANGED
@@ -189,6 +189,9 @@ bun run test
189
189
  bun run test:watch
190
190
  ```
191
191
 
192
+ ## End to end tests
193
+ Please refer to [README.md](./e2e-tests/README.md) for instructions how to execute them.
194
+
192
195
  ## Format the code
193
196
 
194
197
  ```bash
@@ -70,4 +70,3 @@ export declare function authenticateUsingEphKey({ setup, user_id, challenge, eph
70
70
  ephSK: Uint8Array;
71
71
  ephPK: Uint8Array;
72
72
  }): Promise<UserAuthentication>;
73
- //# sourceMappingURL=EOAauthentication.d.ts.map
@@ -67,4 +67,3 @@ export declare class EphAuth implements AuthModule {
67
67
  challenge: string;
68
68
  }): Promise<UserAuthentication>;
69
69
  }
70
- //# sourceMappingURL=authentication.d.ts.map
@@ -2,4 +2,3 @@ export declare const decodeHex: (s: string) => Uint8Array;
2
2
  export declare const encodeHex: (a: Uint8Array) => string;
3
3
  export declare const decodeBase64: (b64: string) => Uint8Array;
4
4
  export declare const encodeBase64: (b: Uint8Array) => string;
5
- //# sourceMappingURL=encoding.d.ts.map
package/dist/index.d.ts CHANGED
@@ -4,4 +4,3 @@ export type { IBrowserWallet, TypedData } from './EOAauthentication.ts';
4
4
  export type { ClientConfig, IWalletProviderServiceClient } from './walletProviderServiceClientInterface.ts';
5
5
  export { WalletProviderServiceClient } from './walletProviderServiceClient.ts';
6
6
  export { computeAddress } from './viemSigner.ts';
7
- //# sourceMappingURL=index.d.ts.map