| Package | Latest version | Summary |
|---|---|---|
| @lit-protocol/lit-client | 8.3.1 | add support for naga-test |
| @lit-protocol/auth | 8.2.3 | add support for naga-test |
| @lit-protocol/networks | 8.4.1 | add support for naga-test |
| @lit-protocol/auth-services | 2.1.1 | Updated dependencies |
| @lit-protocol/access-control-conditions | 8.0.2 | - |
| @lit-protocol/access-control-conditions-schemas | 8.0.2 | - |
| @lit-protocol/artillery | 0.1.5 | @lit-protocol/e2e@5.1.2 |
| @lit-protocol/auth-helpers | 8.2.1 | add payment delegation auth sig |
| @lit-protocol/constants | 9.0.1 | remove deprecated alchemy rpc url and replace with a new one |
| @lit-protocol/contracts | 0.9.1 | add support for naga-test |
| @lit-protocol/crypto | 8.1.0 | Introduce wrapped-keys support to v8 so applications can generate, import, export, and sign with encrypted keys across EVM and Solana without exposing private key material. New auth package APIs include validateDelegationAuthSig, generatePkpDelegationAuthSig, generateEoaDelegationAuthSig, createPkpAuthContextFromPreGenerated, and createPkpSessionSigs. New wrapped-keys APIs include generatePrivateKey, importPrivateKey, exportPrivateKey, listEncryptedKeyMetadata, getEncryptedKey, storeEncryptedKey, storeEncryptedKeyBatch, batchGeneratePrivateKeys, signMessageWithEncryptedKey, and signTransactionWithEncryptedKey. See the updated docs (guides/server-sessions, sdk-reference/wrapped-keys, and the new auth references) for end-to-end examples. PR |
| @lit-protocol/e2e | 5.1.2 | Updated dependencies |
| @lit-protocol/logger | 8.0.2 | - |
| @lit-protocol/schemas | 8.0.3 | add support for naga-test |
| @lit-protocol/types | 8.0.4 | add payment delegation auth sig |
| @lit-protocol/wasm | 8.1.1 | Add explicit module parameter to wasm initialization to remove the initSync warning |
| @lit-protocol/wrapped-keys | 8.2.1 | Updated dependencies |
| @lit-protocol/wrapped-keys-lit-actions | 8.1.1 | add support for naga-test |
Patch Changes
- add support for naga-test
- Renames the amountInEth parameter to amountInLitkey to prevent future confusion on deposits. Deprecates the amountInEth parameter.
Patch Changes
- add support for naga-test
- Renames the amountInEth parameter to amountInLitkey to prevent future confusion on deposits. Deprecates the amountInEth parameter.
- Updated dependencies
- @lit-protocol/contracts@0.9.1
No release notes available.
No release notes available.
Patch Changes
- remove deprecated alchemy rpc url and replace with a new one
- add support for naga-test
- Updated dependencies
- @lit-protocol/contracts@0.9.1
Minor Changes
- Introduce wrapped-keys support to v8 so applications can generate, import, export, and sign with encrypted keys across EVM and Solana without exposing private key material. New
authpackage APIs includevalidateDelegationAuthSig,generatePkpDelegationAuthSig,generateEoaDelegationAuthSig,createPkpAuthContextFromPreGenerated, andcreatePkpSessionSigs. Newwrapped-keysAPIs includegeneratePrivateKey,importPrivateKey,exportPrivateKey,listEncryptedKeyMetadata,getEncryptedKey,storeEncryptedKey,storeEncryptedKeyBatch,batchGeneratePrivateKeys,signMessageWithEncryptedKey, andsignTransactionWithEncryptedKey. See the updated docs (guides/server-sessions, sdk-reference/wrapped-keys, and the new auth references) for end-to-end examples. PR
No release notes available.
Patch Changes
- Add explicit module parameter to wasm initialization to remove the initSync warning