@namera-ai/cli 0.0.0 → 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -2,9 +2,6 @@
2
2
 
3
3
  Namera CLI gives agents controlled access to smart accounts with session keys and scoped permissions, running fully local and agent-first across chains.
4
4
 
5
- > [!IMPORTANT]
6
- > This CLI is under active development. Expect changes as we approach v1.
7
-
8
5
  <p>
9
6
  <a href="https://www.npmjs.com/package/@namera-ai/cli"><img src="https://img.shields.io/npm/v/@namera-ai/cli" alt="npm version"></a>
10
7
  <a href="https://www.npmjs.com/package/@namera-ai/cli"><img src="https://img.shields.io/npm/dm/@namera-ai/cli" alt="npm downloads"></a>
package/dist/index.mjs CHANGED
@@ -1031,7 +1031,7 @@ const getSessionKeyClient = (params) => Effect.gen(function* () {
1031
1031
  entrypointVersion: smartAccount.entryPointVersion,
1032
1032
  kernelVersion: smartAccount.kernelVersion,
1033
1033
  serializedAccount,
1034
- sessionKeySigner: key.signer
1034
+ signer: key.signer
1035
1035
  }));
1036
1036
  });
1037
1037
  //#endregion