@lit-protocol/vincent-app-sdk 2.5.0 → 2.5.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,17 @@
1
+ ## 2.5.2 (2026-01-08)
2
+
3
+ ### 🧱 Updated Dependencies
4
+
5
+ - Updated ability-sdk to 2.4.1
6
+ - Updated contracts-sdk to 7.0.0
7
+
8
+ ## 2.5.1 (2026-01-07)
9
+
10
+ ### 🧱 Updated Dependencies
11
+
12
+ - Updated ability-sdk to 2.4.0
13
+ - Updated contracts-sdk to 6.0.0
14
+
1
15
  ## 2.5.0 (2025-11-23)
2
16
 
3
17
  ### 🚀 Features
package/dist/CHANGELOG.md CHANGED
@@ -1,3 +1,26 @@
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
+
8
+ ## 2.5.0 (2025-11-23)
9
+
10
+ ### 🚀 Features
11
+
12
+ - #### Add support for Vincent Wrapped Keys ([529ce1ad](https://github.com/LIT-Protocol/Vincent/commit/529ce1ad))
13
+ - Updated internal sessionSig creation so that the `resourceAbilityRequests` includes the ability to decrypt access-control-condition restricted resources
14
+
15
+ ### 🧱 Updated Dependencies
16
+
17
+ - Updated ability-sdk to 2.3.4
18
+ - Updated contracts-sdk to 5.0.0
19
+
20
+ ### ❤️ Thank You
21
+
22
+ - Daryl Collins
23
+
1
24
  ## 2.2.4 (2025-11-06)
2
25
 
3
26
  ### 🩹 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.1",
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.2",
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.1",
62
+ "@lit-protocol/vincent-contracts-sdk": "7.0.0"
63
63
  },
64
64
  "peerDependencies": {
65
65
  "react": "^19.0.0"