@lit-protocol/vincent-ability-aerodrome-swap 0.2.0 → 0.3.0

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,14 @@
1
+ ## 0.3.0 (2025-10-23)
2
+
3
+ ### 🚀 Features
4
+
5
+ - Refactor internal use of the SDK to simplify the Aerodrome Swap Ability ([439b73f9](https://github.com/LIT-Protocol/Vincent/commit/439b73f9))
6
+ - Wrap Sugar SDK quote generation in a Lit Actions runOnce to avoid the possible scenario where the Lit nodes get back different quotes causing a Lit Action signing failure ([939dbd82](https://github.com/LIT-Protocol/Vincent/commit/939dbd82))
7
+
8
+ ### ❤️ Thank You
9
+
10
+ - Wyatt Barnes @spacesailor24
11
+
1
12
  ## 0.2.0 (2025-10-20)
2
13
 
3
14
  ### 🚀 Features
package/dist/CHANGELOG.md CHANGED
@@ -1,3 +1,13 @@
1
+ ## 0.2.0 (2025-10-20)
2
+
3
+ ### 🚀 Features
4
+
5
+ - Update Aerodrome Sugar SDK version. Fix Sugar SDK dependency issue when installing the Aerodrome Swap Ability from NPM ([bf7ceef3](https://github.com/LIT-Protocol/Vincent/commit/bf7ceef3))
6
+
7
+ ### ❤️ Thank You
8
+
9
+ - Wyatt Barnes @spacesailor24
10
+
1
11
  ## 0.1.0 (2025-10-17)
2
12
 
3
13
  ### 🚀 Features
package/dist/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@lit-protocol/vincent-ability-aerodrome-swap",
3
- "version": "0.1.0",
3
+ "version": "0.2.0",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
7
  "dependencies": {
8
8
  "@lit-protocol/vincent-ability-sdk": "workspace:*",
9
+ "sugar-sdk": "file:vendor/sugar-sdk-0.3.0-alpha.1.tgz",
9
10
  "ethers": "^5.8.0",
10
- "sugar-sdk": "file:vendor/sugar-sdk-0.3.0.tgz",
11
11
  "tslib": "2.8.1",
12
12
  "zod": "^3.25.64"
13
13
  },