@lit-protocol/vincent-app-sdk 2.5.0 → 2.5.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,10 @@
1
+ ## 2.5.1 (2026-01-07)
2
+
3
+ ### 🧱 Updated Dependencies
4
+
5
+ - Updated ability-sdk to 2.4.0
6
+ - Updated contracts-sdk to 6.0.0
7
+
1
8
  ## 2.5.0 (2025-11-23)
2
9
 
3
10
  ### 🚀 Features
package/dist/CHANGELOG.md CHANGED
@@ -1,3 +1,19 @@
1
+ ## 2.5.0 (2025-11-23)
2
+
3
+ ### 🚀 Features
4
+
5
+ - #### Add support for Vincent Wrapped Keys ([529ce1ad](https://github.com/LIT-Protocol/Vincent/commit/529ce1ad))
6
+ - Updated internal sessionSig creation so that the `resourceAbilityRequests` includes the ability to decrypt access-control-condition restricted resources
7
+
8
+ ### 🧱 Updated Dependencies
9
+
10
+ - Updated ability-sdk to 2.3.4
11
+ - Updated contracts-sdk to 5.0.0
12
+
13
+ ### ❤️ Thank You
14
+
15
+ - Daryl Collins
16
+
1
17
  ## 2.2.4 (2025-11-06)
2
18
 
3
19
  ### 🩹 Fixes
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lit-protocol/vincent-app-sdk",
3
- "version": "2.4.0",
3
+ "version": "2.5.0",
4
4
  "description": "Vincent SDK for browser and backend",
5
5
  "author": "Lit Protocol",
6
6
  "license": "ISC",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lit-protocol/vincent-app-sdk",
3
- "version": "2.5.0",
3
+ "version": "2.5.1",
4
4
  "description": "Vincent SDK for browser and backend",
5
5
  "author": "Lit Protocol",
6
6
  "license": "ISC",
@@ -58,8 +58,8 @@
58
58
  "ethers": "5.8.0",
59
59
  "tslib": "^2.8.1",
60
60
  "zod": "3.25.64",
61
- "@lit-protocol/vincent-ability-sdk": "2.3.4",
62
- "@lit-protocol/vincent-contracts-sdk": "5.0.0"
61
+ "@lit-protocol/vincent-ability-sdk": "2.4.0",
62
+ "@lit-protocol/vincent-contracts-sdk": "6.0.0"
63
63
  },
64
64
  "peerDependencies": {
65
65
  "react": "^19.0.0"