@cann4n/actions-soroswap 0.2.1 → 0.2.3

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/dist/index.d.ts CHANGED
@@ -1,2 +1,3 @@
1
+ export { SoroswapProvider, soroswapActions } from "./soroswapActionProvider.js";
1
2
  export declare const SOROSWAP_ACTION_PROVIDER_NAME = "soroswap";
2
3
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,6BAA6B,aAAa,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,eAAe,EAAE,MAAM,6BAA6B,CAAC;AAChF,eAAO,MAAM,6BAA6B,aAAa,CAAC"}
package/dist/index.js CHANGED
@@ -1,2 +1,3 @@
1
+ export { SoroswapProvider, soroswapActions } from "./soroswapActionProvider.js";
1
2
  export const SOROSWAP_ACTION_PROVIDER_NAME = "soroswap";
2
3
  //# sourceMappingURL=index.js.map
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,6BAA6B,GAAG,UAAU,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,eAAe,EAAE,MAAM,6BAA6B,CAAC;AAChF,MAAM,CAAC,MAAM,6BAA6B,GAAG,UAAU,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cann4n/actions-soroswap",
3
- "version": "0.2.1",
3
+ "version": "0.2.3",
4
4
  "description": "Soroswap DEX swap actions for AgentKit Stellar",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -17,8 +17,8 @@
17
17
  "dist"
18
18
  ],
19
19
  "dependencies": {
20
- "@cann4n/core": "^0.2.1",
21
- "zod": "^3.24.0"
20
+ "zod": "^3.24.0",
21
+ "@cann4n/core": "^0.2.3"
22
22
  },
23
23
  "devDependencies": {
24
24
  "typescript": "^5.7.0",