@lit-protocol/vincent-app-sdk 2.2.1 → 2.2.3
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 +13 -0
- package/dist/CHANGELOG.md +20 -0
- package/dist/package.json +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
## 2.2.3 (2025-10-08)
|
|
2
|
+
|
|
3
|
+
### 🧱 Updated Dependencies
|
|
4
|
+
|
|
5
|
+
- Updated ability-sdk to 2.3.1
|
|
6
|
+
- Updated contracts-sdk to 2.0.0
|
|
7
|
+
|
|
8
|
+
## 2.2.2 (2025-10-06)
|
|
9
|
+
|
|
10
|
+
### 🧱 Updated Dependencies
|
|
11
|
+
|
|
12
|
+
- Updated ability-sdk to 2.3.0
|
|
13
|
+
|
|
1
14
|
## 2.2.1 (2025-09-25)
|
|
2
15
|
|
|
3
16
|
### 🧱 Updated Dependencies
|
package/dist/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,23 @@
|
|
|
1
|
+
## 2.2.3 (2025-10-08)
|
|
2
|
+
|
|
3
|
+
### 🧱 Updated Dependencies
|
|
4
|
+
|
|
5
|
+
- Updated ability-sdk to 2.3.1
|
|
6
|
+
- Updated contracts-sdk to 2.0.0
|
|
7
|
+
|
|
8
|
+
## 2.2.2 (2025-10-06)
|
|
9
|
+
|
|
10
|
+
### 🧱 Updated Dependencies
|
|
11
|
+
|
|
12
|
+
- Updated ability-sdk to 2.3.0
|
|
13
|
+
|
|
14
|
+
## 2.2.1 (2025-09-25)
|
|
15
|
+
|
|
16
|
+
### 🧱 Updated Dependencies
|
|
17
|
+
|
|
18
|
+
- Updated ability-sdk to 2.2.0
|
|
19
|
+
- Updated contracts-sdk to 1.3.0
|
|
20
|
+
|
|
1
21
|
## 2.2.0 (2025-09-18)
|
|
2
22
|
|
|
3
23
|
### 🚀 Features
|
package/dist/package.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lit-protocol/vincent-app-sdk",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.3",
|
|
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.
|
|
62
|
-
"@lit-protocol/vincent-contracts-sdk": "
|
|
61
|
+
"@lit-protocol/vincent-ability-sdk": "2.3.1",
|
|
62
|
+
"@lit-protocol/vincent-contracts-sdk": "2.0.0"
|
|
63
63
|
},
|
|
64
64
|
"peerDependencies": {
|
|
65
65
|
"react": "^19.0.0"
|