@lit-protocol/vincent-ability-uniswap-swap 0.0.9-mma → 0.0.11-mma
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 +22 -0
- package/dist/CHANGELOG.md +22 -0
- package/dist/package.json +5 -5
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,25 @@
|
|
|
1
|
+
# 2.0.0 (2025-08-05)
|
|
2
|
+
|
|
3
|
+
### 🩹 Fixes
|
|
4
|
+
|
|
5
|
+
- Call commit for spending limit before submitting swap TX ([459c40d3](https://github.com/LIT-Protocol/Vincent/commit/459c40d3))
|
|
6
|
+
- Add descriptions on abilities and their api interface params ([0b8ff1e3](https://github.com/LIT-Protocol/Vincent/commit/0b8ff1e3))
|
|
7
|
+
|
|
8
|
+
### ⚠️ Breaking Changes
|
|
9
|
+
|
|
10
|
+
- Update to use new CBOR-enabled Vincent contracts ([793fc6e4](https://github.com/LIT-Protocol/Vincent/commit/793fc6e4))
|
|
11
|
+
|
|
12
|
+
### 🧱 Updated Dependencies
|
|
13
|
+
|
|
14
|
+
- Updated ability-sdk to 2.0.0
|
|
15
|
+
- Updated app-sdk to 2.0.0
|
|
16
|
+
- Updated policy-spending-limit to 2.0.0
|
|
17
|
+
|
|
18
|
+
### ❤️ Thank You
|
|
19
|
+
|
|
20
|
+
- Daryl Collins
|
|
21
|
+
- FedericoAmura @FedericoAmura
|
|
22
|
+
|
|
1
23
|
## 1.0.2 (2025-07-08)
|
|
2
24
|
|
|
3
25
|
### 🩹 Fixes
|
package/dist/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,25 @@
|
|
|
1
|
+
# 2.0.0 (2025-08-05)
|
|
2
|
+
|
|
3
|
+
### 🩹 Fixes
|
|
4
|
+
|
|
5
|
+
- Call commit for spending limit before submitting swap TX ([459c40d3](https://github.com/LIT-Protocol/Vincent/commit/459c40d3))
|
|
6
|
+
- Add descriptions on abilities and their api interface params ([0b8ff1e3](https://github.com/LIT-Protocol/Vincent/commit/0b8ff1e3))
|
|
7
|
+
|
|
8
|
+
### ⚠️ Breaking Changes
|
|
9
|
+
|
|
10
|
+
- Update to use new CBOR-enabled Vincent contracts ([793fc6e4](https://github.com/LIT-Protocol/Vincent/commit/793fc6e4))
|
|
11
|
+
|
|
12
|
+
### 🧱 Updated Dependencies
|
|
13
|
+
|
|
14
|
+
- Updated ability-sdk to 2.0.0
|
|
15
|
+
- Updated app-sdk to 2.0.0
|
|
16
|
+
- Updated policy-spending-limit to 2.0.0
|
|
17
|
+
|
|
18
|
+
### ❤️ Thank You
|
|
19
|
+
|
|
20
|
+
- Daryl Collins
|
|
21
|
+
- FedericoAmura @FedericoAmura
|
|
22
|
+
|
|
1
23
|
## 1.0.2 (2025-07-08)
|
|
2
24
|
|
|
3
25
|
### 🩹 Fixes
|
package/dist/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lit-protocol/vincent-ability-uniswap-swap",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2.0.0",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -17,10 +17,10 @@
|
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {
|
|
19
19
|
"@dotenvx/dotenvx": "^1.44.2",
|
|
20
|
-
"@lit-protocol/auth-helpers": "^7.2.
|
|
21
|
-
"@lit-protocol/constants": "^7.2.
|
|
22
|
-
"@lit-protocol/contracts-sdk": "^7.2.
|
|
23
|
-
"@lit-protocol/lit-node-client": "^7.
|
|
20
|
+
"@lit-protocol/auth-helpers": "^7.2.3",
|
|
21
|
+
"@lit-protocol/constants": "^7.2.3",
|
|
22
|
+
"@lit-protocol/contracts-sdk": "^7.2.3",
|
|
23
|
+
"@lit-protocol/lit-node-client": "^7.2.3",
|
|
24
24
|
"esbuild": "^0.19.12",
|
|
25
25
|
"esbuild-plugin-polyfill-node": "^0.3.0",
|
|
26
26
|
"ipfs-only-hash": "^4.0.0",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lit-protocol/vincent-ability-uniswap-swap",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.11-mma",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -9,18 +9,18 @@
|
|
|
9
9
|
"ethers": "^5.8.0",
|
|
10
10
|
"tslib": "2.8.1",
|
|
11
11
|
"zod": "^3.25.64",
|
|
12
|
-
"@lit-protocol/vincent-policy-spending-limit": "0.0.
|
|
13
|
-
"@lit-protocol/vincent-ability-sdk": "0.0.
|
|
12
|
+
"@lit-protocol/vincent-policy-spending-limit": "0.0.11-mma",
|
|
13
|
+
"@lit-protocol/vincent-ability-sdk": "0.0.11-mma"
|
|
14
14
|
},
|
|
15
15
|
"peerDependencies": {
|
|
16
|
-
"@lit-protocol/vincent-app-sdk": "^0.0.
|
|
16
|
+
"@lit-protocol/vincent-app-sdk": "^0.0.11-mma"
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {
|
|
19
19
|
"@dotenvx/dotenvx": "^1.44.2",
|
|
20
|
-
"@lit-protocol/auth-helpers": "^7.2.
|
|
21
|
-
"@lit-protocol/constants": "^7.2.
|
|
22
|
-
"@lit-protocol/contracts-sdk": "^7.2.
|
|
23
|
-
"@lit-protocol/lit-node-client": "^7.
|
|
20
|
+
"@lit-protocol/auth-helpers": "^7.2.3",
|
|
21
|
+
"@lit-protocol/constants": "^7.2.3",
|
|
22
|
+
"@lit-protocol/contracts-sdk": "^7.2.3",
|
|
23
|
+
"@lit-protocol/lit-node-client": "^7.2.3",
|
|
24
24
|
"esbuild": "^0.19.12",
|
|
25
25
|
"esbuild-plugin-polyfill-node": "^0.3.0",
|
|
26
26
|
"ipfs-only-hash": "^4.0.0",
|