@lit-protocol/vincent-ability-erc20-approval 0.0.8-mma → 0.0.10-mma

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,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
@@ -1,11 +1,12 @@
1
1
  {
2
2
  "name": "@lit-protocol/vincent-ability-erc20-approval",
3
- "version": "1.0.2",
3
+ "version": "2.0.0",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
7
  "dependencies": {
8
8
  "@lit-protocol/vincent-ability-sdk": "workspace:*",
9
+ "@lit-protocol/vincent-scaffold-sdk": "1.1.8",
9
10
  "ethers": "^5.8.0",
10
11
  "tslib": "2.8.1",
11
12
  "zod": "^3.25.64"