@lit-protocol/vincent-ability-erc20-approval 2.0.0 → 3.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.
Files changed (32) hide show
  1. package/CHANGELOG.md +15 -0
  2. package/dist/CHANGELOG.md +15 -0
  3. package/dist/package.json +2 -1
  4. package/dist/src/generated/lit-action.js +2 -2
  5. package/dist/src/generated/vincent-ability-metadata.json +1 -1
  6. package/dist/src/generated/vincent-bundled-ability.d.ts +12 -9
  7. package/dist/src/generated/vincent-bundled-ability.d.ts.map +1 -1
  8. package/dist/src/lib/helpers/get-current-allowance.d.ts +1 -1
  9. package/dist/src/lib/helpers/get-current-allowance.d.ts.map +1 -1
  10. package/dist/src/lib/helpers/get-current-allowance.js +1 -2
  11. package/dist/src/lib/helpers/get-current-allowance.js.map +1 -1
  12. package/dist/src/lib/helpers/index.d.ts +1 -1
  13. package/dist/src/lib/helpers/index.d.ts.map +1 -1
  14. package/dist/src/lib/helpers/index.js +2 -1
  15. package/dist/src/lib/helpers/index.js.map +1 -1
  16. package/dist/src/lib/lit-action-helpers/index.d.ts +0 -1
  17. package/dist/src/lib/lit-action-helpers/index.d.ts.map +1 -1
  18. package/dist/src/lib/lit-action-helpers/index.js +1 -3
  19. package/dist/src/lib/lit-action-helpers/index.js.map +1 -1
  20. package/dist/src/lib/lit-action-helpers/send-erc20-approval-tx.d.ts +7 -3
  21. package/dist/src/lib/lit-action-helpers/send-erc20-approval-tx.d.ts.map +1 -1
  22. package/dist/src/lib/lit-action-helpers/send-erc20-approval-tx.js +30 -73
  23. package/dist/src/lib/lit-action-helpers/send-erc20-approval-tx.js.map +1 -1
  24. package/dist/src/lib/schemas.d.ts +12 -9
  25. package/dist/src/lib/schemas.d.ts.map +1 -1
  26. package/dist/src/lib/schemas.js +16 -12
  27. package/dist/src/lib/schemas.js.map +1 -1
  28. package/dist/src/lib/vincent-ability.d.ts +12 -9
  29. package/dist/src/lib/vincent-ability.d.ts.map +1 -1
  30. package/dist/src/lib/vincent-ability.js +26 -34
  31. package/dist/src/lib/vincent-ability.js.map +1 -1
  32. package/package.json +4 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,18 @@
1
+ # 3.0.0 (2025-09-03)
2
+
3
+ ### ⚠️ Breaking Changes
4
+
5
+ - 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))
6
+
7
+ ### 🧱 Updated Dependencies
8
+
9
+ - Updated ability-sdk to 2.0.1
10
+ - Updated app-sdk to 2.0.1
11
+
12
+ ### ❤️ Thank You
13
+
14
+ - FedericoAmura @FedericoAmura
15
+
1
16
  # 2.0.0 (2025-08-05)
2
17
 
3
18
  ### 🩹 Fixes
package/dist/CHANGELOG.md CHANGED
@@ -1,3 +1,18 @@
1
+ # 3.0.0 (2025-09-03)
2
+
3
+ ### ⚠️ Breaking Changes
4
+
5
+ - 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))
6
+
7
+ ### 🧱 Updated Dependencies
8
+
9
+ - Updated ability-sdk to 2.0.1
10
+ - Updated app-sdk to 2.0.1
11
+
12
+ ### ❤️ Thank You
13
+
14
+ - FedericoAmura @FedericoAmura
15
+
1
16
  # 2.0.0 (2025-08-05)
2
17
 
3
18
  ### 🩹 Fixes
package/dist/package.json CHANGED
@@ -1,11 +1,12 @@
1
1
  {
2
2
  "name": "@lit-protocol/vincent-ability-erc20-approval",
3
- "version": "2.0.0",
3
+ "version": "3.0.0",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
7
  "dependencies": {
8
8
  "@lit-protocol/vincent-ability-sdk": "workspace:*",
9
+ "@lit-protocol/vincent-scaffold-sdk": "1.1.8",
9
10
  "ethers": "^5.8.0",
10
11
  "tslib": "2.8.1",
11
12
  "zod": "^3.25.64"