@lit-protocol/vincent-ability-aerodrome-swap 0.4.0 → 0.4.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 +12 -0
- package/dist/CHANGELOG.md +26 -0
- package/dist/package.json +1 -1
- package/dist/src/generated/lit-action.js +2 -2
- package/dist/src/generated/vincent-ability-metadata.json +1 -1
- package/dist/src/test-execution.d.ts +2 -0
- package/dist/src/test-execution.d.ts.map +1 -0
- package/dist/src/test-execution.js +99 -0
- package/dist/src/test-execution.js.map +1 -0
- package/dist/src/vincent-app-setup.d.ts +2 -0
- package/dist/src/vincent-app-setup.d.ts.map +1 -0
- package/dist/src/vincent-app-setup.js +28 -0
- package/dist/src/vincent-app-setup.js.map +1 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
package/dist/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,29 @@
|
|
|
1
|
+
## 0.4.2 (2025-11-07)
|
|
2
|
+
|
|
3
|
+
### 🧱 Updated Dependencies
|
|
4
|
+
|
|
5
|
+
- Updated e2e-test-utils to 1.1.0
|
|
6
|
+
|
|
7
|
+
## 0.4.1 (2025-11-06)
|
|
8
|
+
|
|
9
|
+
### 🧱 Updated Dependencies
|
|
10
|
+
|
|
11
|
+
- Updated app-sdk to 2.2.4
|
|
12
|
+
|
|
13
|
+
## 0.4.0 (2025-11-06)
|
|
14
|
+
|
|
15
|
+
### 🚀 Features
|
|
16
|
+
|
|
17
|
+
- Replace local vendor install of sugar-sdk with NPM install of @dromos-labs/sdk.js ([7c45f92b](https://github.com/LIT-Protocol/Vincent/commit/7c45f92b))
|
|
18
|
+
|
|
19
|
+
### 🧱 Updated Dependencies
|
|
20
|
+
|
|
21
|
+
- Updated e2e-test-utils to 1.0.0
|
|
22
|
+
|
|
23
|
+
### ❤️ Thank You
|
|
24
|
+
|
|
25
|
+
- Wyatt Barnes @spacesailor24
|
|
26
|
+
|
|
1
27
|
## 0.3.0 (2025-10-23)
|
|
2
28
|
|
|
3
29
|
### 🚀 Features
|