@lit-protocol/vincent-e2e-test-utils 3.0.0 → 3.0.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
+ ## 3.0.1 (2026-01-17)
2
+
3
+ ### 🧱 Updated Dependencies
4
+
5
+ - Updated contracts-sdk to 8.1.0
6
+
1
7
  # 3.0.0 (2026-01-14)
2
8
 
3
9
  ### ⚠️ Breaking Changes
package/dist/CHANGELOG.md CHANGED
@@ -1,3 +1,23 @@
1
+ ## 3.0.1 (2026-01-17)
2
+
3
+ ### 🧱 Updated Dependencies
4
+
5
+ - Updated contracts-sdk to 8.1.0
6
+
7
+ # 3.0.0 (2026-01-14)
8
+
9
+ ### ⚠️ Breaking Changes
10
+
11
+ - Upgrade to support Vincent 2.0 architecture ([cf97ffde](https://github.com/LIT-Protocol/Vincent/commit/cf97ffde))
12
+
13
+ ### 🧱 Updated Dependencies
14
+
15
+ - Updated contracts-sdk to 8.0.0
16
+
17
+ ### ❤️ Thank You
18
+
19
+ - Wyatt Barnes @Spacesai1or
20
+
1
21
  ## 2.0.3 (2026-01-12)
2
22
 
3
23
  ### 🩹 Fixes
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lit-protocol/vincent-e2e-test-utils",
3
- "version": "2.0.3",
3
+ "version": "3.0.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-e2e-test-utils",
3
- "version": "3.0.0",
3
+ "version": "3.0.1",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -21,7 +21,7 @@
21
21
  "tslib": "^2.8.1",
22
22
  "viem": "^2.38.3",
23
23
  "zod": "^3.25.64",
24
- "@lit-protocol/vincent-contracts-sdk": "8.0.0"
24
+ "@lit-protocol/vincent-contracts-sdk": "8.1.0"
25
25
  },
26
26
  "main": "./dist/src/index.js",
27
27
  "types": "./dist/src/index.d.ts",