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

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,23 @@
1
+ ## 0.4.1 (2025-11-06)
2
+
3
+ ### 🧱 Updated Dependencies
4
+
5
+ - Updated app-sdk to 2.2.4
6
+
7
+ ## 0.4.0 (2025-11-06)
8
+
9
+ ### 🚀 Features
10
+
11
+ - Replace local vendor install of sugar-sdk with NPM install of @dromos-labs/sdk.js ([7c45f92b](https://github.com/LIT-Protocol/Vincent/commit/7c45f92b))
12
+
13
+ ### 🧱 Updated Dependencies
14
+
15
+ - Updated e2e-test-utils to 1.0.0
16
+
17
+ ### ❤️ Thank You
18
+
19
+ - Wyatt Barnes @spacesailor24
20
+
1
21
  ## 0.3.0 (2025-10-23)
2
22
 
3
23
  ### 🚀 Features
package/dist/CHANGELOG.md CHANGED
@@ -1,3 +1,34 @@
1
+ ## 0.4.1 (2025-11-06)
2
+
3
+ ### 🧱 Updated Dependencies
4
+
5
+ - Updated app-sdk to 2.2.4
6
+
7
+ ## 0.4.0 (2025-11-06)
8
+
9
+ ### 🚀 Features
10
+
11
+ - Replace local vendor install of sugar-sdk with NPM install of @dromos-labs/sdk.js ([7c45f92b](https://github.com/LIT-Protocol/Vincent/commit/7c45f92b))
12
+
13
+ ### 🧱 Updated Dependencies
14
+
15
+ - Updated e2e-test-utils to 1.0.0
16
+
17
+ ### ❤️ Thank You
18
+
19
+ - Wyatt Barnes @spacesailor24
20
+
21
+ ## 0.3.0 (2025-10-23)
22
+
23
+ ### 🚀 Features
24
+
25
+ - Refactor internal use of the SDK to simplify the Aerodrome Swap Ability ([439b73f9](https://github.com/LIT-Protocol/Vincent/commit/439b73f9))
26
+ - 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))
27
+
28
+ ### ❤️ Thank You
29
+
30
+ - Wyatt Barnes @spacesailor24
31
+
1
32
  ## 0.2.0 (2025-10-20)
2
33
 
3
34
  ### 🚀 Features
package/dist/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@lit-protocol/vincent-ability-aerodrome-swap",
3
- "version": "0.2.0",
3
+ "version": "0.4.1",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
7
  "dependencies": {
8
+ "@dromos-labs/sdk.js": "0.3.0-alpha.1",
8
9
  "@lit-protocol/vincent-ability-sdk": "workspace:*",
9
- "sugar-sdk": "file:vendor/sugar-sdk-0.3.0-alpha.1.tgz",
10
10
  "ethers": "^5.8.0",
11
11
  "tslib": "2.8.1",
12
12
  "zod": "^3.25.64"
@@ -15,7 +15,12 @@
15
15
  "@lit-protocol/vincent-app-sdk": "workspace:^"
16
16
  },
17
17
  "devDependencies": {
18
+ "@aa-sdk/core": "^4.53.1",
19
+ "@account-kit/infra": "^4.53.1",
20
+ "@account-kit/smart-contracts": "^4.53.1",
18
21
  "@lit-protocol/esbuild-plugin-polyfill-node": "^0.3.0",
22
+ "@lit-protocol/vincent-contracts-sdk": "workspace:*",
23
+ "@lit-protocol/vincent-e2e-test-utils": "workspace:*",
19
24
  "esbuild": "^0.19.12",
20
25
  "ipfs-only-hash": "^4.0.0"
21
26
  },
@@ -24,8 +29,7 @@
24
29
  "types": "./dist/src/index.d.ts",
25
30
  "files": [
26
31
  "dist/**",
27
- "*.md",
28
- "vendor/**"
32
+ "*.md"
29
33
  ],
30
34
  "type": "commonjs"
31
35
  }