| Package | Latest version | Summary |
|---|---|---|
| @lit-protocol/lit-client | 8.2.0 | LitClient now offers getIpfsId via @lit-protocol/lit-client/ipfs, letting apps compute CIDv0 hashes (e.g., await getIpfsId('hello')) while keeping bundles lean. |
| @lit-protocol/auth | 8.1.0 | Converted viem from a bundled dependency to a peer dependency to avoid build errors from version conflicts (e.g., missing exports like sendCallsSync) and improve compatibility by reducing dependency lock-in. Consumers must now install compatible versions manually. |
| @lit-protocol/networks | 8.2.0 | introduce litClient.utils.getDerivedKeyId - a little helper to resolve the Lit Action public key outside of the Action runtime |
| @lit-protocol/auth-services | 2.0.4 | Updated dependencies |
| @lit-protocol/access-control-conditions | 8.0.2 | - |
| @lit-protocol/access-control-conditions-schemas | 8.0.2 | - |
| @lit-protocol/artillery | 0.0.5 | Updated dependencies |
| @lit-protocol/auth-helpers | 8.1.0 | Converted viem from a bundled dependency to a peer dependency to avoid build errors from version conflicts (e.g., missing exports like sendCallsSync) and improve compatibility by reducing dependency lock-in. Consumers must now install compatible versions manually. |
| @lit-protocol/constants | 8.0.4 | Updated dependencies |
| @lit-protocol/contracts | 0.7.0 | introduce litClient.utils.getDerivedKeyId - a little helper to resolve the Lit Action public key outside of the Action runtime |
| @lit-protocol/crypto | 8.0.2 | - |
| @lit-protocol/e2e | 3.0.0 | introduce litClient.utils.getDerivedKeyId - a little helper to resolve the Lit Action public key outside of the Action runtime |
| @lit-protocol/logger | 8.0.2 | - |
| @lit-protocol/schemas | 8.0.2 | - |
| @lit-protocol/types | 8.0.2 | - |
| @lit-protocol/wasm | 8.0.2 | - |
| @lit-protocol/wrapped-keys | 8.0.1 | fix package metadata so bundlers load the CommonJS builds again |
| @lit-protocol/wrapped-keys-lit-actions | 8.0.1 | fix package metadata so bundlers load the CommonJS builds again |
Minor Changes
- LitClient now offers
getIpfsIdvia@lit-protocol/lit-client/ipfs, letting apps compute CIDv0 hashes (e.g.,await getIpfsId('hello')) while keeping bundles lean. -
- import from ‘@lit-protocol/lit-client/ipfs’;
- const cid = await getIpfsId(‘hello’);
-
- introduce
litClient.utils.getDerivedKeyId- a little helper to resolve the Lit Action public key outside of the Action runtime
Minor Changes
- Converted viem from a bundled dependency to a peer dependency to avoid build errors from version conflicts (e.g., missing exports like sendCallsSync) and improve compatibility by reducing dependency lock-in. Consumers must now install compatible versions manually.
Patch Changes
- Allows
WalletClientAuthenticator.authenticateto build SIWE messages with user-specified fields (domain,uri,statement, etc.) while still managing the nonce internally.
No release notes available.
No release notes available.
Minor Changes
- Converted viem from a bundled dependency to a peer dependency to avoid build errors from version conflicts (e.g., missing exports like sendCallsSync) and improve compatibility by reducing dependency lock-in. Consumers must now install compatible versions manually.
Minor Changes
- introduce
litClient.utils.getDerivedKeyId- a little helper to resolve the Lit Action public key outside of the Action runtime
No release notes available.
No release notes available.
No release notes available.
No release notes available.
No release notes available.
Patch Changes
- fix package metadata so bundlers load the CommonJS builds again