@raydium-io/raydium-sdk-v2 0.1.112-alpha → 0.1.113-alpha

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 (42) hide show
  1. package/lib/index.d.ts +1 -1
  2. package/lib/index.js +1 -1
  3. package/lib/index.js.map +1 -1
  4. package/lib/index.mjs +1 -1
  5. package/lib/index.mjs.map +1 -1
  6. package/lib/raydium/account/account.d.ts +1 -1
  7. package/lib/raydium/clmm/clmm.d.ts +1 -1
  8. package/lib/raydium/clmm/index.d.ts +1 -1
  9. package/lib/raydium/cpmm/cpmm.d.ts +1 -1
  10. package/lib/raydium/cpmm/cpmm.js +1 -1
  11. package/lib/raydium/cpmm/cpmm.js.map +1 -1
  12. package/lib/raydium/cpmm/cpmm.mjs +1 -1
  13. package/lib/raydium/cpmm/cpmm.mjs.map +1 -1
  14. package/lib/raydium/cpmm/type.d.ts +2 -0
  15. package/lib/raydium/cpmm/type.js.map +1 -1
  16. package/lib/raydium/farm/farm.d.ts +1 -1
  17. package/lib/raydium/ido/ido.d.ts +1 -1
  18. package/lib/raydium/ido/index.d.ts +1 -1
  19. package/lib/raydium/index.d.ts +1 -1
  20. package/lib/raydium/index.js +1 -1
  21. package/lib/raydium/index.js.map +1 -1
  22. package/lib/raydium/index.mjs +1 -1
  23. package/lib/raydium/index.mjs.map +1 -1
  24. package/lib/raydium/liquidity/liquidity.d.ts +1 -1
  25. package/lib/raydium/marketV2/createMarket.d.ts +1 -1
  26. package/lib/raydium/marketV2/index.d.ts +1 -1
  27. package/lib/raydium/moduleBase.d.ts +1 -1
  28. package/lib/raydium/raydium.d.ts +1 -1
  29. package/lib/raydium/raydium.js +1 -1
  30. package/lib/raydium/raydium.js.map +1 -1
  31. package/lib/raydium/raydium.mjs +1 -1
  32. package/lib/raydium/raydium.mjs.map +1 -1
  33. package/lib/raydium/token/token.d.ts +1 -1
  34. package/lib/raydium/tradeV2/index.js +1 -1
  35. package/lib/raydium/tradeV2/index.mjs +1 -1
  36. package/lib/raydium/tradeV2/trade.d.ts +1 -1
  37. package/lib/raydium/utils1216/index.d.ts +1 -1
  38. package/lib/raydium/utils1216/utils1216.d.ts +1 -1
  39. package/package.json +1 -1
  40. package/src/raydium/cpmm/cpmm.ts +6 -4
  41. package/src/raydium/cpmm/type.ts +2 -0
  42. /package/lib/{raydium-12e49584.d.ts → raydium-6f213ff1.d.ts} +0 -0
package/lib/index.d.ts CHANGED
@@ -15,7 +15,7 @@ export { CacheLTA, LOOKUP_TABLE_CACHE, getMultipleLookupTableInfo } from './comm
15
15
  export { InstructionType, TxVersion } from './common/txTool/txType.js';
16
16
  export { MAX_BASE64_SIZE, ProgramAddress, addComputeBudget, checkLegacyTxSize, checkV0TxSize, confirmTransaction, findProgramAddress, forecastTransactionSize, getEpochInfo, getRecentBlockHash, parseSimulateLogToJson, parseSimulateValue, printSimulate, simulateMultipleInstruction, simulateTransaction, toBuffer, transformTxToBase64, txToBase64 } from './common/txTool/txUtils.js';
17
17
  export { getTimestamp, jsonInfo2PoolKeys, notInnerObject, sleep } from './common/utility.js';
18
- export { C as Clmm, M as MarketExtInfo, c as Raydium, a as RaydiumApiBatchRequestParams, b as RaydiumConstructorParams, R as RaydiumLoadParams, S as SHOW_INFO, d as canClaimErrorType } from './raydium-12e49584.js';
18
+ export { C as Clmm, M as MarketExtInfo, c as Raydium, a as RaydiumApiBatchRequestParams, b as RaydiumConstructorParams, R as RaydiumLoadParams, S as SHOW_INFO, d as canClaimErrorType } from './raydium-6f213ff1.js';
19
19
  export { splAccountLayout } from './raydium/account/layout.js';
20
20
  export { GetOrCreateTokenAccountParams, HandleTokenAccountParams, SplAccount, SplAccountLayout, TokenAccount, TokenAccountRaw, getCreatedTokenAccountParams } from './raydium/account/types.js';
21
21
  export { ParseTokenAccount, generatePubKey, parseTokenAccountResp } from './raydium/account/util.js';