@lit-protocol/vincent-ability-erc20-transfer 0.1.6 → 0.1.10

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,19 @@
1
+ ## 0.1.10 (2026-01-07)
2
+
3
+ ### 🧱 Updated Dependencies
4
+
5
+ - Updated ability-sdk to 2.4.0
6
+ - Updated app-sdk to 2.5.1
7
+ - Updated policy-send-counter to 0.2.9
8
+
9
+ ## 0.1.9 (2025-11-23)
10
+
11
+ ### 🧱 Updated Dependencies
12
+
13
+ - Updated ability-sdk to 2.3.4
14
+ - Updated app-sdk to 2.5.0
15
+ - Updated policy-send-counter to 0.2.8
16
+
1
17
  ## 0.1.6 (2025-11-19)
2
18
 
3
19
  ### 🩹 Fixes
package/dist/CHANGELOG.md CHANGED
@@ -1,3 +1,21 @@
1
+ ## 0.1.9 (2025-11-23)
2
+
3
+ ### 🧱 Updated Dependencies
4
+
5
+ - Updated ability-sdk to 2.3.4
6
+ - Updated app-sdk to 2.5.0
7
+ - Updated policy-send-counter to 0.2.8
8
+
9
+ ## 0.1.6 (2025-11-19)
10
+
11
+ ### 🩹 Fixes
12
+
13
+ - Update precheck gas estimation to use the `populate-transaction` function from the `@lit-protocol/vincent-ability-sdk` ([d952b973](https://github.com/LIT-Protocol/Vincent/commit/d952b973))
14
+
15
+ ### ❤️ Thank You
16
+
17
+ - awisniew207 @awisniew207
18
+
1
19
  ## 0.1.5 (2025-11-06)
2
20
 
3
21
  ### 🧱 Updated Dependencies
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lit-protocol/vincent-ability-erc20-transfer",
3
- "version": "0.1.5",
3
+ "version": "0.1.9",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },