@lit-protocol/vincent-ability-uniswap-swap 0.0.8-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 CHANGED
@@ -1,3 +1,25 @@
1
+ # 2.0.0 (2025-08-05)
2
+
3
+ ### 🩹 Fixes
4
+
5
+ - Call commit for spending limit before submitting swap TX ([459c40d3](https://github.com/LIT-Protocol/Vincent/commit/459c40d3))
6
+ - Add descriptions on abilities and their api interface params ([0b8ff1e3](https://github.com/LIT-Protocol/Vincent/commit/0b8ff1e3))
7
+
8
+ ### ⚠️ Breaking Changes
9
+
10
+ - Update to use new CBOR-enabled Vincent contracts ([793fc6e4](https://github.com/LIT-Protocol/Vincent/commit/793fc6e4))
11
+
12
+ ### 🧱 Updated Dependencies
13
+
14
+ - Updated ability-sdk to 2.0.0
15
+ - Updated app-sdk to 2.0.0
16
+ - Updated policy-spending-limit to 2.0.0
17
+
18
+ ### ❤️ Thank You
19
+
20
+ - Daryl Collins
21
+ - FedericoAmura @FedericoAmura
22
+
1
23
  ## 1.0.2 (2025-07-08)
2
24
 
3
25
  ### 🩹 Fixes
package/dist/CHANGELOG.md CHANGED
@@ -1,3 +1,25 @@
1
+ # 2.0.0 (2025-08-05)
2
+
3
+ ### 🩹 Fixes
4
+
5
+ - Call commit for spending limit before submitting swap TX ([459c40d3](https://github.com/LIT-Protocol/Vincent/commit/459c40d3))
6
+ - Add descriptions on abilities and their api interface params ([0b8ff1e3](https://github.com/LIT-Protocol/Vincent/commit/0b8ff1e3))
7
+
8
+ ### ⚠️ Breaking Changes
9
+
10
+ - Update to use new CBOR-enabled Vincent contracts ([793fc6e4](https://github.com/LIT-Protocol/Vincent/commit/793fc6e4))
11
+
12
+ ### 🧱 Updated Dependencies
13
+
14
+ - Updated ability-sdk to 2.0.0
15
+ - Updated app-sdk to 2.0.0
16
+ - Updated policy-spending-limit to 2.0.0
17
+
18
+ ### ❤️ Thank You
19
+
20
+ - Daryl Collins
21
+ - FedericoAmura @FedericoAmura
22
+
1
23
  ## 1.0.2 (2025-07-08)
2
24
 
3
25
  ### 🩹 Fixes
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lit-protocol/vincent-ability-uniswap-swap",
3
- "version": "1.0.2",
3
+ "version": "2.0.0",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },