@orderly.network/hooks 1.4.0-alpha.0 → 1.4.0-alpha.1
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.
- package/esm/configProvider.d.ts.map +1 -1
- package/esm/configProvider.js +3 -2
- package/esm/configProvider.js.map +1 -1
- package/esm/dev/proxyConfigStore.d.ts +15 -0
- package/esm/dev/proxyConfigStore.d.ts.map +1 -0
- package/esm/dev/proxyConfigStore.js +41 -0
- package/esm/dev/proxyConfigStore.js.map +1 -0
- package/esm/orderly/orderlyHooks.d.ts +1 -1
- package/esm/orderly/orderlyHooks.js +1 -1
- package/esm/orderly/orderlyHooks.js.map +1 -1
- package/esm/orderly/useOrderStream/useOrderStream.d.ts +2 -1
- package/esm/orderly/useOrderStream/useOrderStream.d.ts.map +1 -1
- package/esm/orderly/useOrderStream/useOrderStream.js +21 -10
- package/esm/orderly/useOrderStream/useOrderStream.js.map +1 -1
- package/esm/orderly/useTakeProfitAndStopLoss/index.d.ts +3 -5
- package/esm/orderly/useTakeProfitAndStopLoss/index.d.ts.map +1 -1
- package/esm/orderly/useTakeProfitAndStopLoss/index.js +1 -1
- package/esm/orderly/useTakeProfitAndStopLoss/index.js.map +1 -1
- package/esm/orderly/useTakeProfitAndStopLoss/useTPSL.d.ts +3 -5
- package/esm/orderly/useTakeProfitAndStopLoss/useTPSL.d.ts.map +1 -1
- package/esm/orderly/useTakeProfitAndStopLoss/useTPSL.js +9 -10
- package/esm/orderly/useTakeProfitAndStopLoss/useTPSL.js.map +1 -1
- package/esm/orderly/useTakeProfitAndStopLoss/utils.d.ts.map +1 -1
- package/esm/orderly/useTakeProfitAndStopLoss/utils.js +24 -11
- package/esm/orderly/useTakeProfitAndStopLoss/utils.js.map +1 -1
- package/esm/services/orderCreator/tpslOrderCreator.js +1 -1
- package/esm/services/orderCreator/tpslOrderCreator.js.map +1 -1
- package/esm/version.d.ts +1 -1
- package/esm/version.js +2 -2
- package/esm/version.js.map +1 -1
- package/lib/configProvider.d.ts.map +1 -1
- package/lib/configProvider.js +3 -2
- package/lib/configProvider.js.map +1 -1
- package/lib/dev/proxyConfigStore.d.ts +15 -0
- package/lib/dev/proxyConfigStore.d.ts.map +1 -0
- package/lib/dev/proxyConfigStore.js +51 -0
- package/lib/dev/proxyConfigStore.js.map +1 -0
- package/lib/orderly/orderlyHooks.d.ts +1 -1
- package/lib/orderly/orderlyHooks.js +3 -3
- package/lib/orderly/orderlyHooks.js.map +1 -1
- package/lib/orderly/useOrderStream/useOrderStream.d.ts +2 -1
- package/lib/orderly/useOrderStream/useOrderStream.d.ts.map +1 -1
- package/lib/orderly/useOrderStream/useOrderStream.js +21 -10
- package/lib/orderly/useOrderStream/useOrderStream.js.map +1 -1
- package/lib/orderly/useTakeProfitAndStopLoss/index.d.ts +3 -5
- package/lib/orderly/useTakeProfitAndStopLoss/index.d.ts.map +1 -1
- package/lib/orderly/useTakeProfitAndStopLoss/index.js +3 -3
- package/lib/orderly/useTakeProfitAndStopLoss/index.js.map +1 -1
- package/lib/orderly/useTakeProfitAndStopLoss/useTPSL.d.ts +3 -5
- package/lib/orderly/useTakeProfitAndStopLoss/useTPSL.d.ts.map +1 -1
- package/lib/orderly/useTakeProfitAndStopLoss/useTPSL.js +9 -10
- package/lib/orderly/useTakeProfitAndStopLoss/useTPSL.js.map +1 -1
- package/lib/orderly/useTakeProfitAndStopLoss/utils.d.ts.map +1 -1
- package/lib/orderly/useTakeProfitAndStopLoss/utils.js +12 -10
- package/lib/orderly/useTakeProfitAndStopLoss/utils.js.map +1 -1
- package/lib/services/orderCreator/tpslOrderCreator.js +1 -1
- package/lib/services/orderCreator/tpslOrderCreator.js.map +1 -1
- package/lib/version.d.ts +1 -1
- package/lib/version.js +2 -2
- package/lib/version.js.map +1 -1
- package/package.json +6 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@orderly.network/hooks",
|
|
3
|
-
"version": "1.4.0-alpha.
|
|
3
|
+
"version": "1.4.0-alpha.1",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "esm/index.js",
|
|
@@ -39,11 +39,11 @@
|
|
|
39
39
|
"swr": "^2.2.4",
|
|
40
40
|
"use-constant": "^1.1.1",
|
|
41
41
|
"use-debounce": "^9.0.4",
|
|
42
|
-
"@orderly.network/core": "1.4.0-alpha.
|
|
43
|
-
"@orderly.network/net": "1.4.0-alpha.
|
|
44
|
-
"@orderly.network/
|
|
45
|
-
"@orderly.network/
|
|
46
|
-
"@orderly.network/
|
|
42
|
+
"@orderly.network/core": "1.4.0-alpha.1",
|
|
43
|
+
"@orderly.network/net": "1.4.0-alpha.1",
|
|
44
|
+
"@orderly.network/perp": "3.2.0-alpha.1",
|
|
45
|
+
"@orderly.network/utils": "1.4.0-alpha.1",
|
|
46
|
+
"@orderly.network/types": "1.4.0-alpha.1"
|
|
47
47
|
},
|
|
48
48
|
"publishConfig": {
|
|
49
49
|
"access": "public"
|