@lit-protocol/vincent-ability-aerodrome-swap 0.4.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,9 @@
1
+ ## 0.4.1 (2025-11-06)
2
+
3
+ ### 🧱 Updated Dependencies
4
+
5
+ - Updated app-sdk to 2.2.4
6
+
1
7
  ## 0.4.0 (2025-11-06)
2
8
 
3
9
  ### 🚀 Features
package/dist/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/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.1",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lit-protocol/vincent-ability-aerodrome-swap",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -12,7 +12,7 @@
12
12
  "@lit-protocol/vincent-ability-sdk": "2.3.1"
13
13
  },
14
14
  "peerDependencies": {
15
- "@lit-protocol/vincent-app-sdk": "^2.2.3"
15
+ "@lit-protocol/vincent-app-sdk": "^2.2.4"
16
16
  },
17
17
  "devDependencies": {
18
18
  "@aa-sdk/core": "^4.53.1",
@@ -21,8 +21,8 @@
21
21
  "@lit-protocol/esbuild-plugin-polyfill-node": "^0.3.0",
22
22
  "esbuild": "^0.19.12",
23
23
  "ipfs-only-hash": "^4.0.0",
24
- "@lit-protocol/vincent-e2e-test-utils": "1.0.0",
25
- "@lit-protocol/vincent-contracts-sdk": "2.0.0"
24
+ "@lit-protocol/vincent-contracts-sdk": "2.0.0",
25
+ "@lit-protocol/vincent-e2e-test-utils": "1.0.0"
26
26
  },
27
27
  "main": "./dist/src/index.js",
28
28
  "module": "./dist/src/index.js",