@aave/cli 4.1.0-next.1 → 4.1.0-next.2

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
@@ -20,7 +20,7 @@ $ npm install -g @aave/cli
20
20
  $ aave COMMAND
21
21
  running command...
22
22
  $ aave (--version)
23
- @aave/cli/4.1.0-next.1 darwin-arm64 node-v22.17.0
23
+ @aave/cli/4.1.0-next.2 darwin-arm64 node-v22.17.0
24
24
  $ aave --help [COMMAND]
25
25
  USAGE
26
26
  $ aave COMMAND
@@ -50,7 +50,7 @@ DESCRIPTION
50
50
  List Aave v4 liquidity hubs
51
51
  ```
52
52
 
53
- _See code: [src/commands/hubs/list.ts](https://github.com/aave/aave-v4-sdk/blob/v4.1.0-next.1/src/commands/hubs/list.ts)_
53
+ _See code: [src/commands/hubs/list.ts](https://github.com/aave/aave-v4-sdk/blob/v4.1.0-next.2/src/commands/hubs/list.ts)_
54
54
 
55
55
  ## `aave spokes list`
56
56
 
@@ -72,5 +72,5 @@ DESCRIPTION
72
72
  List Aave v4 spokes
73
73
  ```
74
74
 
75
- _See code: [src/commands/spokes/list.ts](https://github.com/aave/aave-v4-sdk/blob/v4.1.0-next.1/src/commands/spokes/list.ts)_
75
+ _See code: [src/commands/spokes/list.ts](https://github.com/aave/aave-v4-sdk/blob/v4.1.0-next.2/src/commands/spokes/list.ts)_
76
76
  <!-- commandsstop -->
@@ -129,5 +129,5 @@
129
129
  ]
130
130
  }
131
131
  },
132
- "version": "4.1.0-next.1"
132
+ "version": "4.1.0-next.2"
133
133
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aave/cli",
3
- "version": "4.1.0-next.1",
3
+ "version": "4.1.0-next.2",
4
4
  "description": "CLI to interact with AaveKit API",
5
5
  "keywords": [
6
6
  "aave",
@@ -30,7 +30,7 @@
30
30
  "@oclif/plugin-help": "^6",
31
31
  "@oclif/plugin-plugins": "^5",
32
32
  "tty-table": "^5.0.0",
33
- "@aave/client": "4.0.0-next.8"
33
+ "@aave/client": "4.0.0-next.9"
34
34
  },
35
35
  "devDependencies": {
36
36
  "@oclif/test": "^4",