@huma-finance/soroban-sdk 0.0.11-beta.15 → 0.0.11-beta.19

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.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -14,3 +14,4 @@ For extensive documentation on the different functions offered please refer to t
14
14
 
15
15
  - Helpers
16
16
  - `CreditContractHelper` helper function for interacting with Huma's pool contracts, including drawdown and payback
17
+ - `Sep41ContractHelper` helper function for interacting with Sep41 token contract (ERC20 equivalent)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@huma-finance/soroban-sdk",
3
- "version": "0.0.11-beta.15+d5bba54",
3
+ "version": "0.0.11-beta.19+4f22f7a",
4
4
  "types": "./dist/index.d.ts",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "module": "./dist/index.js",
@@ -105,5 +105,5 @@
105
105
  "prettier": "^2.7.1",
106
106
  "ts-jest": "^29.1.1"
107
107
  },
108
- "gitHead": "d5bba54f8ff9de211e5e70f74679c42a7a4455f0"
108
+ "gitHead": "4f22f7af3ca5894f3f04061335cd953615b0d1fa"
109
109
  }