@renegade-fi/react
Advanced tools
Comparing version 0.0.0-canary-20250122010902 to 0.0.0-canary-20250131015834
@@ -62,3 +62,3 @@ //////////////////////////////////////////////////////////////////////////////// | ||
// Utils | ||
formatAmount, parseAmount, cookieStorage, cookieToInitialState, deepEqual, parseCookie, stringifyForWasm, | ||
formatAmount, parseAmount, cookieStorage, cookieToInitialState, deepEqual, parseCookie, stringifyForWasm, isSupportedChainId, | ||
// Types | ||
@@ -65,0 +65,0 @@ OrderState, TaskType, UpdateType, |
@@ -36,3 +36,3 @@ import { createAuthConfig as core_createAuthConfig, createConfig as core_createConfig } from '@renegade-fi/core'; | ||
export type { Balance, Config, CreateConfigParameters, Exchange, NetworkOrder, Order, OrderMetadata, PartialOrderFill, Task, TaskInfo, TaskState, } from '@renegade-fi/core'; | ||
export { type CreateStorageParameters, type Storage, type StorageItemMap, createStorage, noopStorage, formatAmount, parseAmount, cookieStorage, cookieToInitialState, deepEqual, parseCookie, stringifyForWasm, OrderState, TaskType, UpdateType, AuthType, RelayerWebsocket, type RelayerWebsocketParams, Token, tokenMapping, loadTokenMapping, getDefaultQuoteToken, } from '@renegade-fi/core'; | ||
export { type CreateStorageParameters, type Storage, type StorageItemMap, createStorage, noopStorage, formatAmount, parseAmount, cookieStorage, cookieToInitialState, deepEqual, parseCookie, stringifyForWasm, isSupportedChainId, OrderState, TaskType, UpdateType, AuthType, RelayerWebsocket, type RelayerWebsocketParams, Token, tokenMapping, loadTokenMapping, getDefaultQuoteToken, } from '@renegade-fi/core'; | ||
//# sourceMappingURL=index.d.ts.map |
{ | ||
"name": "@renegade-fi/react", | ||
"description": "React library for Renegade", | ||
"version": "0.0.0-canary-20250122010902", | ||
"version": "0.0.0-canary-20250131015834", | ||
"repository": { | ||
@@ -62,3 +62,3 @@ "type": "git", | ||
"tiny-invariant": "^1.3.3", | ||
"@renegade-fi/core": "0.0.0-canary-20250122010902" | ||
"@renegade-fi/core": "0.0.0-canary-20250131015834" | ||
}, | ||
@@ -65,0 +65,0 @@ "devDependencies": { |
@@ -248,2 +248,3 @@ //////////////////////////////////////////////////////////////////////////////// | ||
stringifyForWasm, | ||
isSupportedChainId, | ||
// Types | ||
@@ -250,0 +251,0 @@ OrderState, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
728185
4485
+ Added@renegade-fi/core@0.0.0-canary-20250131015834(transitive)
+ Addedviem@2.23.0(transitive)
- Removed@renegade-fi/core@0.0.0-canary-20250122010902(transitive)
- Removedviem@2.22.21(transitive)