@zendfi/sdk 1.1.1 → 1.1.2

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 +1 -1
package/README.md CHANGED
@@ -255,6 +255,7 @@ zendfi.getSubAccount(...)
255
255
  zendfi.getSubAccountBalance(...)
256
256
  zendfi.mintSubAccountDelegationToken(...)
257
257
  zendfi.freezeSubAccount(...)
258
+ zendfi.unfreezeSubAccount(...)
258
259
  zendfi.drainSubAccount(...)
259
260
  zendfi.withdrawFromSubAccount(...)
260
261
  zendfi.withdrawSubAccountToBank(...)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zendfi/sdk",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "description": "Zero-config TypeScript SDK for ZendFi. Global payments powered by stablecoins!",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",