@lit-protocol/vincent-ability-sdk 2.3.0 → 2.3.1

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,9 @@
1
+ ## 2.3.1 (2025-10-08)
2
+
3
+ ### 🧱 Updated Dependencies
4
+
5
+ - Updated contracts-sdk to 2.0.0
6
+
1
7
  ## 2.3.0 (2025-10-06)
2
8
 
3
9
  ### 🚀 Features
package/dist/CHANGELOG.md CHANGED
@@ -1,3 +1,19 @@
1
+ ## 2.3.1 (2025-10-08)
2
+
3
+ ### 🧱 Updated Dependencies
4
+
5
+ - Updated contracts-sdk to 2.0.0
6
+
7
+ ## 2.3.0 (2025-10-06)
8
+
9
+ ### 🚀 Features
10
+
11
+ - Export new methods: sponsoredGasContractCall and sponsoredGasRawTransaction to allow for Alchemy gas sponsorship of broadcast transaction from a Vincent Ability ([39b5e217](https://github.com/LIT-Protocol/Vincent/commit/39b5e217))
12
+
13
+ ### ❤️ Thank You
14
+
15
+ - Wyatt Barnes @spacesailor24
16
+
1
17
  ## 2.2.0 (2025-09-25)
2
18
 
3
19
  ### 🚀 Features
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lit-protocol/vincent-ability-sdk",
3
- "version": "2.2.0",
3
+ "version": "2.3.1",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lit-protocol/vincent-ability-sdk",
3
- "version": "2.3.0",
3
+ "version": "2.3.1",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -12,7 +12,7 @@
12
12
  "semver": "^7.7.2",
13
13
  "tslib": "^2.8.1",
14
14
  "zod": "^3.25.64",
15
- "@lit-protocol/vincent-contracts-sdk": "1.3.0"
15
+ "@lit-protocol/vincent-contracts-sdk": "2.0.0"
16
16
  },
17
17
  "main": "./dist/src/index.js",
18
18
  "types": "./dist/src/index.d.ts",