@gardenfi/orderbook 3.1.3-beta.21 → 3.1.3-beta.23
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.
|
@@ -201,6 +201,7 @@ export type EvmOrderResponseWithCoreTransfer = EvmOrderResponse & {
|
|
|
201
201
|
export type StarknetOrderResponse = WithTypedData<BaseCreateOrderResponse & {
|
|
202
202
|
approval_transaction: StarknetCall;
|
|
203
203
|
initiate_transaction: StarknetCall;
|
|
204
|
+
valid_until: number;
|
|
204
205
|
}, TypedData>;
|
|
205
206
|
export type SolanaOrderResponse = BaseCreateOrderResponse & {
|
|
206
207
|
versioned_tx: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gardenfi/orderbook",
|
|
3
|
-
"version": "3.1.3-beta.
|
|
3
|
+
"version": "3.1.3-beta.23",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/index.cjs",
|
|
6
6
|
"module": "./dist/index.js",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"@coral-xyz/anchor": "^0.31.1",
|
|
31
|
-
"@gardenfi/utils": "3.1.1-beta.
|
|
31
|
+
"@gardenfi/utils": "3.1.1-beta.21",
|
|
32
32
|
"bufferutil": "^4.0.8",
|
|
33
33
|
"node-cache": "^5.1.2",
|
|
34
34
|
"siwe": "^2.1.4",
|