| Package | Latest version | Summary |
|---|---|---|
| @lit-protocol/lit-client | 8.3.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/auth | 8.2.2 | EOA users will see fewer signature prompts during EOA auth, since a cached AuthSig will be reused if one is present. |
| @lit-protocol/networks | 8.4.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/auth-services | 2.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/access-control-conditions | 8.0.2 | - |
| @lit-protocol/access-control-conditions-schemas | 8.0.2 | - |
| @lit-protocol/artillery | 0.1.2 | @lit-protocol/[email protected] |
| @lit-protocol/auth-helpers | 8.2.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/constants | 9.0.0 | Remove deprecated campNetwork config from EVM network constants, update RPC and block explorer URLs for campTestnet, and add campMainnet network config. |
| @lit-protocol/contracts | 0.9.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/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.0.2 | Updated dependencies |
| @lit-protocol/logger | 8.0.2 | - |
| @lit-protocol/schemas | 8.0.2 | - |
| @lit-protocol/types | 8.0.2 | - |
| @lit-protocol/wasm | 8.1.0 | Naga-local consumers can now point at a local networkContext.json with a lightweight withLocalContext call (or by setting NAGA_LOCAL_CONTEXT_PATH) while the default bundled signatures keep working as before. |
| @lit-protocol/wrapped-keys | 8.1.2 | Updated dependencies |
| @lit-protocol/wrapped-keys-lit-actions | 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 |
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
Patch Changes
- SDK exposes typed Shiva env helpers (
createShivaEnvVars,waitForTestnetInfo,SUPPORTED_NETWORKS) so QA suites can spin up testnets without bespoke env plumbing, and the newexecuteWithHandshakerunner automatically retry failures for more stable Lit action execution.
Patch Changes
- EOA users will see fewer signature prompts during EOA auth, since a cached AuthSig will be reused if one is present.
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 - Add
nagaandnaga-protonetworks. Create per-network entrypoints and subpath exports (naga, naga-production, naga-proto, naga-staging, naga-test, naga-dev, naga-local) for better tree-shaking - Expose and aggregate payment details returned by Lit nodes from Lit Action execution requests.
Patch Changes
- PKP signing now auto-hashes Cosmos payloads, exposes a documented bypassAutoHashing option, and ships with a new e2e suite plus docs so builders can rely on every listed curve working out of the box.
- SDK exposes typed Shiva env helpers (
createShivaEnvVars,waitForTestnetInfo,SUPPORTED_NETWORKS) so QA suites can spin up testnets without bespoke env plumbing, and the newexecuteWithHandshakerunner automatically retry failures for more stable Lit action execution. - Updated dependencies
- Updated dependencies
- @lit-protocol/[email protected]
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
Patch Changes
- Updated dependencies
- Updated dependencies
- @lit-protocol/[email protected]
No release notes available.
No release notes available.
Patch Changes
- @lit-protocol/[email protected]
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
Major Changes
- Remove deprecated campNetwork config from EVM network constants, update RPC and block explorer URLs for campTestnet, and add campMainnet network config.
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
Patch Changes
- Updated dependencies
- Updated dependencies
- @lit-protocol/[email protected]
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 - Add
nagaandnaga-protonetworks. Create per-network entrypoints and subpath exports (naga, naga-production, naga-proto, naga-staging, naga-test, naga-dev, naga-local) for better tree-shaking
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
Patch Changes
- Updated dependencies
- @lit-protocol/[email protected]
No release notes available.
No release notes available.
No release notes available.
Minor Changes
- Naga-local consumers can now point at a local networkContext.json with a lightweight withLocalContext call (or by setting NAGA_LOCAL_CONTEXT_PATH) while the default bundled signatures keep working as before.
Patch Changes
- Updated dependencies
- @lit-protocol/[email protected]
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