@lit-protocol/vincent-ability-erc20-approval 2.1.0-eip-7702 → 3.1.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,33 @@
1
+ ## 3.1.0 (2025-09-11)
2
+
3
+ ### 🚀 Features
4
+
5
+ - Refactor the Uniswap Swap Ability to utilize a prepare step which uses a Lit Action to generate and sign a Uniswap route generated by the V3 Alpha Router. The Swap Ability now intakes the signed route, validates it was signed by the expected PKP (which can only be used to sign the generated Uniswap routes within the prepare Lit Action), then uses the provided route to create and sign the Uniswap Swap transaction with the Agent Wallet PKP. The Uniswap Swap Ability was also updated to no longer support the Spending Limit Policy, and currently doesn't support any Policies. ([8bbb1c07](https://github.com/LIT-Protocol/Vincent/commit/8bbb1c07))
6
+
7
+ ### 🧱 Updated Dependencies
8
+
9
+ - Updated ability-sdk to 2.1.0
10
+ - Updated app-sdk to 2.1.0
11
+
12
+ ### ❤️ Thank You
13
+
14
+ - Wyatt Barnes @spacesailor24
15
+
16
+ # 3.0.0 (2025-09-03)
17
+
18
+ ### ⚠️ Breaking Changes
19
+
20
+ - Fix amount involved params by removing the token decimals and specifying the amount without decimals as it is not used for UI and could lead to number rounding ([b95256b3](https://github.com/LIT-Protocol/Vincent/commit/b95256b3))
21
+
22
+ ### 🧱 Updated Dependencies
23
+
24
+ - Updated ability-sdk to 2.0.1
25
+ - Updated app-sdk to 2.0.1
26
+
27
+ ### ❤️ Thank You
28
+
29
+ - FedericoAmura @FedericoAmura
30
+
1
31
  # 2.0.0 (2025-08-05)
2
32
 
3
33
  ### 🩹 Fixes
package/dist/CHANGELOG.md CHANGED
@@ -1,3 +1,33 @@
1
+ ## 3.1.0 (2025-09-11)
2
+
3
+ ### 🚀 Features
4
+
5
+ - Refactor the Uniswap Swap Ability to utilize a prepare step which uses a Lit Action to generate and sign a Uniswap route generated by the V3 Alpha Router. The Swap Ability now intakes the signed route, validates it was signed by the expected PKP (which can only be used to sign the generated Uniswap routes within the prepare Lit Action), then uses the provided route to create and sign the Uniswap Swap transaction with the Agent Wallet PKP. The Uniswap Swap Ability was also updated to no longer support the Spending Limit Policy, and currently doesn't support any Policies. ([8bbb1c07](https://github.com/LIT-Protocol/Vincent/commit/8bbb1c07))
6
+
7
+ ### 🧱 Updated Dependencies
8
+
9
+ - Updated ability-sdk to 2.1.0
10
+ - Updated app-sdk to 2.1.0
11
+
12
+ ### ❤️ Thank You
13
+
14
+ - Wyatt Barnes @spacesailor24
15
+
16
+ # 3.0.0 (2025-09-03)
17
+
18
+ ### ⚠️ Breaking Changes
19
+
20
+ - Fix amount involved params by removing the token decimals and specifying the amount without decimals as it is not used for UI and could lead to number rounding ([b95256b3](https://github.com/LIT-Protocol/Vincent/commit/b95256b3))
21
+
22
+ ### 🧱 Updated Dependencies
23
+
24
+ - Updated ability-sdk to 2.0.1
25
+ - Updated app-sdk to 2.0.1
26
+
27
+ ### ❤️ Thank You
28
+
29
+ - FedericoAmura @FedericoAmura
30
+
1
31
  # 2.0.0 (2025-08-05)
2
32
 
3
33
  ### 🩹 Fixes
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lit-protocol/vincent-ability-erc20-approval",
3
- "version": "2.1.0-alpha",
3
+ "version": "3.1.0",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -16,7 +16,7 @@
16
16
  },
17
17
  "devDependencies": {
18
18
  "esbuild": "^0.19.12",
19
- "esbuild-plugin-polyfill-node": "^0.3.0",
19
+ "@lit-protocol/esbuild-plugin-polyfill-node": "^0.3.0",
20
20
  "ipfs-only-hash": "^4.0.0"
21
21
  },
22
22
  "main": "./dist/src/index.js",