@lit-protocol/vincent-ability-aave 0.2.4 → 0.2.8
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/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
## 0.2.8 (2025-11-23)
|
|
2
|
+
|
|
3
|
+
### 🧱 Updated Dependencies
|
|
4
|
+
|
|
5
|
+
- Updated ability-sdk to 2.3.4
|
|
6
|
+
- Updated app-sdk to 2.5.0
|
|
7
|
+
|
|
8
|
+
## 0.2.5 (2025-11-06)
|
|
9
|
+
|
|
10
|
+
### 🧱 Updated Dependencies
|
|
11
|
+
|
|
12
|
+
- Updated app-sdk to 2.2.4
|
|
13
|
+
|
|
1
14
|
## 0.2.4 (2025-10-08)
|
|
2
15
|
|
|
3
16
|
### 🧱 Updated Dependencies
|
package/CONTRIBUTING.md
CHANGED
|
@@ -37,7 +37,7 @@ nx action:build ability-aave
|
|
|
37
37
|
Building will be done automatically. Deploy the ability:
|
|
38
38
|
|
|
39
39
|
```bash
|
|
40
|
-
nx action:deploy ability-
|
|
40
|
+
nx action:deploy ability-aave
|
|
41
41
|
```
|
|
42
42
|
|
|
43
43
|
## Project Structure
|
|
@@ -47,7 +47,7 @@ nx action:deploy ability-erc20-approval
|
|
|
47
47
|
|
|
48
48
|
## Ability Development Guidelines
|
|
49
49
|
|
|
50
|
-
1. Use the Vincent Ability SDK to create
|
|
50
|
+
1. Use the Vincent Ability SDK to create abilities
|
|
51
51
|
2. Define clear schemas for ability parameters
|
|
52
52
|
3. Implement the ability lifecycle methods (precheck, execute)
|
|
53
53
|
4. Handle errors gracefully
|
package/dist/CHANGELOG.md
CHANGED
package/dist/CONTRIBUTING.md
CHANGED
|
@@ -37,7 +37,7 @@ nx action:build ability-aave
|
|
|
37
37
|
Building will be done automatically. Deploy the ability:
|
|
38
38
|
|
|
39
39
|
```bash
|
|
40
|
-
nx action:deploy ability-
|
|
40
|
+
nx action:deploy ability-aave
|
|
41
41
|
```
|
|
42
42
|
|
|
43
43
|
## Project Structure
|
|
@@ -47,7 +47,7 @@ nx action:deploy ability-erc20-approval
|
|
|
47
47
|
|
|
48
48
|
## Ability Development Guidelines
|
|
49
49
|
|
|
50
|
-
1. Use the Vincent Ability SDK to create
|
|
50
|
+
1. Use the Vincent Ability SDK to create abilities
|
|
51
51
|
2. Define clear schemas for ability parameters
|
|
52
52
|
3. Implement the ability lifecycle methods (precheck, execute)
|
|
53
53
|
4. Handle errors gracefully
|