@lit-protocol/vincent-ability-aerodrome-swap 0.1.0 → 0.2.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,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
@@ -0,0 +1,9 @@
1
+ ## 0.1.0 (2025-10-17)
2
+
3
+ ### 🚀 Features
4
+
5
+ - Initial release of Aerodrome Swap Ability, allowing Vincent Apps to swap ERC20s on behalf of Vincent Users ([b37c5646](https://github.com/LIT-Protocol/Vincent/commit/b37c5646))
6
+
7
+ ### ❤️ Thank You
8
+
9
+ - Wyatt Barnes @spacesailor24
package/dist/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@lit-protocol/vincent-ability-aerodrome-swap",
3
- "version": "0.0.0",
3
+ "version": "0.1.0",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
7
  "dependencies": {
8
8
  "@lit-protocol/vincent-ability-sdk": "workspace:*",
9
9
  "ethers": "^5.8.0",
10
- "sugar-sdk": "file:vendor/sugar-sdk-0.2.1.tgz",
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
  },
@@ -24,7 +24,8 @@
24
24
  "types": "./dist/src/index.d.ts",
25
25
  "files": [
26
26
  "dist/**",
27
- "*.md"
27
+ "*.md",
28
+ "vendor/**"
28
29
  ],
29
30
  "type": "commonjs"
30
31
  }