@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 CHANGED
@@ -1,3 +1,15 @@
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
+
1
13
  ## 0.4.0 (2025-11-06)
2
14
 
3
15
  ### 🚀 Features
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
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lit-protocol/vincent-ability-aerodrome-swap",
3
- "version": "0.3.0",
3
+ "version": "0.4.2",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },