Skip to main content
PackageLatest versionSummary
@lit-protocol/lit-client8.3.1add support for naga-test
@lit-protocol/auth8.2.3add support for naga-test
@lit-protocol/networks8.4.1add support for naga-test
@lit-protocol/auth-services2.1.1Updated dependencies
@lit-protocol/access-control-conditions8.0.2-
@lit-protocol/access-control-conditions-schemas8.0.2-
@lit-protocol/artillery0.1.3add support for naga-test
@lit-protocol/auth-helpers8.2.0Introduce 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/constants9.0.1remove deprecated alchemy rpc url and replace with a new one
@lit-protocol/contracts0.9.1add support for naga-test
@lit-protocol/crypto8.1.0Introduce 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/e2e5.1.0Wrapped-keys now supports updating ciphertext/ACCs via a new PUT endpoint, returns version history when requested.
@lit-protocol/logger8.0.2-
@lit-protocol/schemas8.0.3add support for naga-test
@lit-protocol/types8.0.3add support for naga-test
@lit-protocol/wasm8.1.0Naga-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-keys8.2.0Wrapped-keys now supports updating ciphertext/ACCs via a new PUT endpoint, returns version history when requested.
@lit-protocol/wrapped-keys-lit-actions8.1.1add support for naga-test
lit-client
v8.3.1

Patch Changes

  • add support for naga-test
  • Renames the amountInEth parameter to amountInLitkey to prevent future confusion on deposits. Deprecates the amountInEth parameter.
auth
v8.2.3

Patch Changes

  • add support for naga-test
networks
v8.4.1

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
auth-services
v2.1.1

Patch Changes

  • Updated dependencies
  • @lit-protocol/contracts@0.9.1
access-control-conditions
v8.0.2
No release notes available.
access-control-conditions-schemas
v8.0.2
No release notes available.
artillery
v0.1.3

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
  • Updated dependencies
  • Updated dependencies
  • @lit-protocol/e2e@5.1.0
auth-helpers
v8.2.0

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 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
constants
v9.0.1

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
contracts
v0.9.1

Patch Changes

  • add support for naga-test
crypto
v8.1.0

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 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
e2e
v5.1.0

Minor Changes

  • Wrapped-keys now supports updating ciphertext/ACCs via a new PUT endpoint, returns version history when requested.

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
  • Updated dependencies
  • Updated dependencies
  • @lit-protocol/constants@9.0.1
  • @lit-protocol/lit-client@8.3.1
  • @lit-protocol/contracts@0.9.1
  • @lit-protocol/networks@8.4.1
  • @lit-protocol/schemas@8.0.3
  • @lit-protocol/types@8.0.3
  • @lit-protocol/auth@8.2.3
logger
v8.0.2
No release notes available.
schemas
v8.0.3

Patch Changes

  • add support for naga-test
types
v8.0.3

Patch Changes

  • add support for naga-test
wasm
v8.1.0

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.
wrapped-keys
v8.2.0

Minor Changes

  • Wrapped-keys now supports updating ciphertext/ACCs via a new PUT endpoint, returns version history when requested.

Patch Changes

  • Updated dependencies
  • Updated dependencies
  • Updated dependencies
  • @lit-protocol/constants@9.0.1
  • @lit-protocol/lit-client@8.3.1
  • @lit-protocol/networks@8.4.1
  • @lit-protocol/schemas@8.0.3
  • @lit-protocol/types@8.0.3
  • @lit-protocol/auth@8.2.3
wrapped-keys-lit-actions
v8.1.1

Patch Changes

  • add support for naga-test