@lit-protocol/vincent-ability-erc20-approval 0.0.9-mma → 2.0.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/CHANGELOG.md +20 -0
- package/dist/CHANGELOG.md +20 -0
- package/dist/package.json +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,23 @@
|
|
|
1
|
+
# 2.0.0 (2025-08-05)
|
|
2
|
+
|
|
3
|
+
### 🩹 Fixes
|
|
4
|
+
|
|
5
|
+
- Add descriptions on abilities and their api interface params ([0b8ff1e3](https://github.com/LIT-Protocol/Vincent/commit/0b8ff1e3))
|
|
6
|
+
|
|
7
|
+
### ⚠️ Breaking Changes
|
|
8
|
+
|
|
9
|
+
- Update to use new CBOR-enabled Vincent contracts ([793fc6e4](https://github.com/LIT-Protocol/Vincent/commit/793fc6e4))
|
|
10
|
+
|
|
11
|
+
### 🧱 Updated Dependencies
|
|
12
|
+
|
|
13
|
+
- Updated ability-sdk to 2.0.0
|
|
14
|
+
- Updated app-sdk to 2.0.0
|
|
15
|
+
|
|
16
|
+
### ❤️ Thank You
|
|
17
|
+
|
|
18
|
+
- Daryl Collins
|
|
19
|
+
- FedericoAmura @FedericoAmura
|
|
20
|
+
|
|
1
21
|
## 1.0.2 (2025-07-08)
|
|
2
22
|
|
|
3
23
|
### 🩹 Fixes
|
package/dist/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,23 @@
|
|
|
1
|
+
# 2.0.0 (2025-08-05)
|
|
2
|
+
|
|
3
|
+
### 🩹 Fixes
|
|
4
|
+
|
|
5
|
+
- Add descriptions on abilities and their api interface params ([0b8ff1e3](https://github.com/LIT-Protocol/Vincent/commit/0b8ff1e3))
|
|
6
|
+
|
|
7
|
+
### ⚠️ Breaking Changes
|
|
8
|
+
|
|
9
|
+
- Update to use new CBOR-enabled Vincent contracts ([793fc6e4](https://github.com/LIT-Protocol/Vincent/commit/793fc6e4))
|
|
10
|
+
|
|
11
|
+
### 🧱 Updated Dependencies
|
|
12
|
+
|
|
13
|
+
- Updated ability-sdk to 2.0.0
|
|
14
|
+
- Updated app-sdk to 2.0.0
|
|
15
|
+
|
|
16
|
+
### ❤️ Thank You
|
|
17
|
+
|
|
18
|
+
- Daryl Collins
|
|
19
|
+
- FedericoAmura @FedericoAmura
|
|
20
|
+
|
|
1
21
|
## 1.0.2 (2025-07-08)
|
|
2
22
|
|
|
3
23
|
### 🩹 Fixes
|
package/dist/package.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lit-protocol/vincent-ability-erc20-approval",
|
|
3
|
-
"version": "0.0
|
|
3
|
+
"version": "2.0.0",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -8,10 +8,10 @@
|
|
|
8
8
|
"ethers": "^5.8.0",
|
|
9
9
|
"tslib": "2.8.1",
|
|
10
10
|
"zod": "^3.25.64",
|
|
11
|
-
"@lit-protocol/vincent-ability-sdk": "0.0
|
|
11
|
+
"@lit-protocol/vincent-ability-sdk": "2.0.0"
|
|
12
12
|
},
|
|
13
13
|
"peerDependencies": {
|
|
14
|
-
"@lit-protocol/vincent-app-sdk": "^0.0
|
|
14
|
+
"@lit-protocol/vincent-app-sdk": "^2.0.0"
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {
|
|
17
17
|
"esbuild": "^0.19.12",
|