@aomi-labs/client 0.1.17 → 0.1.19

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aomi-labs/client",
3
- "version": "0.1.17",
3
+ "version": "0.1.19",
4
4
  "description": "Platform-agnostic TypeScript client for the Aomi backend API",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -27,9 +27,10 @@
27
27
  "README.md"
28
28
  ],
29
29
  "dependencies": {
30
- "@getpara/aa-alchemy": "2.18.0",
31
- "@getpara/aa-pimlico": "2.18.0",
32
- "viem": "^2.40.3"
30
+ "@alchemy/wallet-apis": "5.0.0-beta.22",
31
+ "@getpara/aa-alchemy": "2.21.0",
32
+ "@getpara/aa-pimlico": "2.21.0",
33
+ "viem": "^2.47.11"
33
34
  },
34
35
  "scripts": {
35
36
  "build": "tsup",
@@ -369,7 +369,7 @@ All config can be passed as flags. Flags override environment variables.
369
369
 
370
370
  | Flag | Env Var | Default | Purpose |
371
371
  | --------------- | ------------------ | ---------------------- | --------------------------------------- |
372
- | `--backend-url` | `AOMI_BASE_URL` | `https://api.aomi.dev` | Backend URL |
372
+ | `--backend-url` | `AOMI_BACKEND_URL` | `https://api.aomi.dev` | Backend URL |
373
373
  | `--api-key` | `AOMI_API_KEY` | none | API key for non-default apps |
374
374
  | `--app` | `AOMI_APP` | `default` | Backend app |
375
375
  | `--model` | `AOMI_MODEL` | backend default | Session model |