@lit-protocol/vincent-ability-evm-transaction-signer 0.1.0 → 0.1.2

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,18 @@
1
+ ## 0.1.2 (2025-09-25)
2
+
3
+ ### 🧱 Updated Dependencies
4
+
5
+ - Updated ability-sdk to 2.2.0
6
+ - Updated app-sdk to 2.2.1
7
+ - Updated policy-contract-whitelist to 1.1.2
8
+
9
+ ## 0.1.1 (2025-09-18)
10
+
11
+ ### 🧱 Updated Dependencies
12
+
13
+ - Updated app-sdk to 2.2.0
14
+ - Updated policy-contract-whitelist to 1.1.1
15
+
1
16
  ## 0.1.0 (2025-09-11)
2
17
 
3
18
  ### 🚀 Features
package/README.md CHANGED
@@ -17,7 +17,6 @@ This Vincent Ability is intended to be used with Vincent Policies, such as the [
17
17
  The Transaction Signer Ability is built using the Vincent Ability SDK and provides a secure way to sign Ethereum transactions. Here's how it operates:
18
18
 
19
19
  1. **Precheck Phase**: Validates the transaction structure and runs policy checks
20
-
21
20
  - Deserializes the provided serialized transaction using ethers.js
22
21
  - Validates all required fields are present (nonce, gasPrice, gasLimit, etc.)
23
22
  - Returns deserialized transaction details for review
@@ -29,7 +28,6 @@ The Transaction Signer Ability is built using the Vincent Ability SDK and provid
29
28
  ### Workflow
30
29
 
31
30
  1. **Precheck Phase**: Validates the transaction structure and runs policy checks
32
-
33
31
  - Deserializes the provided serialized transaction using ethers.js
34
32
  - Validates all required fields are present (nonce, gasPrice, gasLimit, etc.)
35
33
  - Returns deserialized transaction details for review
package/dist/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## 0.1.1 (2025-09-18)
2
+
3
+ ### 🧱 Updated Dependencies
4
+
5
+ - Updated app-sdk to 2.2.0
6
+ - Updated policy-contract-whitelist to 1.1.1
7
+
1
8
  ## 0.1.0 (2025-09-11)
2
9
 
3
10
  ### 🚀 Features
package/dist/README.md CHANGED
@@ -17,7 +17,6 @@ This Vincent Ability is intended to be used with Vincent Policies, such as the [
17
17
  The Transaction Signer Ability is built using the Vincent Ability SDK and provides a secure way to sign Ethereum transactions. Here's how it operates:
18
18
 
19
19
  1. **Precheck Phase**: Validates the transaction structure and runs policy checks
20
-
21
20
  - Deserializes the provided serialized transaction using ethers.js
22
21
  - Validates all required fields are present (nonce, gasPrice, gasLimit, etc.)
23
22
  - Returns deserialized transaction details for review
@@ -29,7 +28,6 @@ The Transaction Signer Ability is built using the Vincent Ability SDK and provid
29
28
  ### Workflow
30
29
 
31
30
  1. **Precheck Phase**: Validates the transaction structure and runs policy checks
32
-
33
31
  - Deserializes the provided serialized transaction using ethers.js
34
32
  - Validates all required fields are present (nonce, gasPrice, gasLimit, etc.)
35
33
  - Returns deserialized transaction details for review
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lit-protocol/vincent-ability-evm-transaction-signer",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },