@lit-protocol/vincent-ability-aerodrome-swap 0.2.0-alpha2 → 0.2.0-alpha3

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/package.json CHANGED
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "@lit-protocol/vincent-ability-aerodrome-swap",
3
- "version": "0.2.0-alpha2",
3
+ "version": "0.2.0-alpha3",
4
4
  "type": "module",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
8
8
  "dependencies": {
9
+ "@lit-protocol/vincent-ability-sdk": "2.3.1",
9
10
  "ethers": "^5.8.0",
10
11
  "sugar-sdk": "file:vendor/sugar-sdk-0.3.0.tgz",
11
12
  "tslib": "2.8.1",
12
- "zod": "^3.25.64",
13
- "@lit-protocol/vincent-ability-sdk": "2.3.1"
13
+ "zod": "^3.25.64"
14
14
  },
15
15
  "peerDependencies": {
16
16
  "@lit-protocol/vincent-app-sdk": "^2.2.3"
@@ -20,11 +20,11 @@
20
20
  "esbuild": "^0.19.12",
21
21
  "ipfs-only-hash": "^4.0.0"
22
22
  },
23
- "main": "./dist/src/index.js",
24
- "module": "./dist/src/index.js",
25
- "types": "./dist/src/index.d.ts",
23
+ "main": "./src/index.js",
24
+ "module": "./src/index.js",
25
+ "types": "./src/index.d.ts",
26
26
  "files": [
27
- "dist/**",
27
+ "src/**",
28
28
  "*.md",
29
29
  "vendor/**"
30
30
  ]
package/dist/CHANGELOG.md DELETED
@@ -1,19 +0,0 @@
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
-
11
- ## 0.1.0 (2025-10-17)
12
-
13
- ### 🚀 Features
14
-
15
- - 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))
16
-
17
- ### ❤️ Thank You
18
-
19
- - Wyatt Barnes @spacesailor24
@@ -1,5 +0,0 @@
1
- # Contributing to Vincent Ability Aerodrome Swap
2
-
3
- This document provides guidelines for contributing to the Vincent Ability Aerodrome Swap project.
4
-
5
- <!-- TODO: Add documentation -->
package/dist/README.md DELETED
@@ -1,5 +0,0 @@
1
- # Vincent Ability Aerodrome Swap
2
-
3
- A Vincent Ability for secure Aerodrome swaps.
4
-
5
- <!-- TODO: Add documentation -->
package/dist/package.json DELETED
@@ -1,31 +0,0 @@
1
- {
2
- "name": "@lit-protocol/vincent-ability-aerodrome-swap",
3
- "version": "0.2.0-alpha2",
4
- "type": "module",
5
- "publishConfig": {
6
- "access": "public"
7
- },
8
- "dependencies": {
9
- "@lit-protocol/vincent-ability-sdk": "workspace:*",
10
- "ethers": "^5.8.0",
11
- "sugar-sdk": "file:vendor/sugar-sdk-0.3.0.tgz",
12
- "tslib": "2.8.1",
13
- "zod": "^3.25.64"
14
- },
15
- "peerDependencies": {
16
- "@lit-protocol/vincent-app-sdk": "workspace:^"
17
- },
18
- "devDependencies": {
19
- "@lit-protocol/esbuild-plugin-polyfill-node": "^0.3.0",
20
- "esbuild": "^0.19.12",
21
- "ipfs-only-hash": "^4.0.0"
22
- },
23
- "main": "./dist/src/index.js",
24
- "module": "./dist/src/index.js",
25
- "types": "./dist/src/index.d.ts",
26
- "files": [
27
- "dist/**",
28
- "*.md",
29
- "vendor/**"
30
- ]
31
- }
Binary file
File without changes