Skip to main content
PackageLatest versionSummary
@lit-protocol/lit-client8.2.0LitClient 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/auth8.1.0Converted 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/networks8.2.0introduce litClient.utils.getDerivedKeyId - a little helper to resolve the Lit Action public key outside of the Action runtime
@lit-protocol/auth-services2.0.4Updated dependencies
@lit-protocol/access-control-conditions8.0.2-
@lit-protocol/access-control-conditions-schemas8.0.2-
@lit-protocol/artillery0.0.5Updated dependencies
@lit-protocol/auth-helpers8.1.0Converted 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/constants8.0.4Updated dependencies
@lit-protocol/contracts0.7.0introduce litClient.utils.getDerivedKeyId - a little helper to resolve the Lit Action public key outside of the Action runtime
@lit-protocol/crypto8.0.2-
@lit-protocol/e2e3.0.0introduce litClient.utils.getDerivedKeyId - a little helper to resolve the Lit Action public key outside of the Action runtime
@lit-protocol/logger8.0.2-
@lit-protocol/schemas8.0.2-
@lit-protocol/types8.0.2-
@lit-protocol/wasm8.0.2-
@lit-protocol/wrapped-keys8.0.1fix package metadata so bundlers load the CommonJS builds again
@lit-protocol/wrapped-keys-lit-actions8.0.1fix package metadata so bundlers load the CommonJS builds again
lit-client
Minor Changes
v8.2.0

Minor Changes

  • LitClient now offers getIpfsId via @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
auth
Minor ChangesPatch Changes
v8.1.0

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.authenticate to build SIWE messages with user-specified fields (domain, uri, statement, etc.) while still managing the nonce internally.
networks
Minor ChangesPatch Changes
v8.2.0

Minor Changes

  • introduce litClient.utils.getDerivedKeyId - a little helper to resolve the Lit Action public key outside of the Action runtime

Patch Changes

  • Updated dependencies
  • @lit-protocol/contracts@0.7.0
auth-services
Patch Changes
v2.0.4

Patch Changes

  • Updated dependencies
  • @lit-protocol/contracts@0.7.0
access-control-conditions
Release
v8.0.2
No release notes available.
access-control-conditions-schemas
Release
v8.0.2
No release notes available.
artillery
Patch Changes
v0.0.5

Patch Changes

  • Updated dependencies
  • @lit-protocol/e2e@3.0.0
auth-helpers
Minor Changes
v8.1.0

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.
constants
Patch Changes
v8.0.4

Patch Changes

  • Updated dependencies
  • @lit-protocol/contracts@0.7.0
contracts
Minor Changes
v0.7.0

Minor Changes

  • introduce litClient.utils.getDerivedKeyId - a little helper to resolve the Lit Action public key outside of the Action runtime
crypto
Release
v8.0.2
No release notes available.
e2e
Minor ChangesPatch Changes
v3.0.0

Minor Changes

  • introduce litClient.utils.getDerivedKeyId - a little helper to resolve the Lit Action public key outside of the Action runtime

Patch Changes

  • Updated dependencies
  • Updated dependencies
  • @lit-protocol/lit-client@8.2.0
  • @lit-protocol/networks@8.2.0
logger
Release
v8.0.2
No release notes available.
schemas
Release
v8.0.2
No release notes available.
types
Release
v8.0.2
No release notes available.
wasm
Release
v8.0.2
No release notes available.
wrapped-keys
Patch Changes
v8.0.1

Patch Changes

  • fix package metadata so bundlers load the CommonJS builds again
wrapped-keys-lit-actions
Patch Changes
v8.0.1

Patch Changes

  • fix package metadata so bundlers load the CommonJS builds again