@lit-protocol/vincent-ability-evm-transaction-signer 0.0.11-mma → 0.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,27 @@
1
+ ## 0.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
+ - Updated policy-contract-whitelist to 1.1.0
12
+
13
+ ### ❤️ Thank You
14
+
15
+ - Wyatt Barnes @spacesailor24
16
+
17
+ ## 0.0.3 (2025-09-03)
18
+
19
+ ### 🧱 Updated Dependencies
20
+
21
+ - Updated ability-sdk to 2.0.1
22
+ - Updated app-sdk to 2.0.1
23
+ - Updated policy-contract-whitelist to 1.0.1
24
+
1
25
  ## 0.0.2 (2025-08-05)
2
26
 
3
27
  ### 🧱 Updated Dependencies
package/dist/CHANGELOG.md CHANGED
@@ -1,3 +1,27 @@
1
+ ## 0.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
+ - Updated policy-contract-whitelist to 1.1.0
12
+
13
+ ### ❤️ Thank You
14
+
15
+ - Wyatt Barnes @spacesailor24
16
+
17
+ ## 0.0.3 (2025-09-03)
18
+
19
+ ### 🧱 Updated Dependencies
20
+
21
+ - Updated ability-sdk to 2.0.1
22
+ - Updated app-sdk to 2.0.1
23
+ - Updated policy-contract-whitelist to 1.0.1
24
+
1
25
  ## 0.0.2 (2025-08-05)
2
26
 
3
27
  ### 🧱 Updated Dependencies
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lit-protocol/vincent-ability-evm-transaction-signer",
3
- "version": "0.0.2",
3
+ "version": "0.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",