@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.
Files changed (61) hide show
  1. package/esm/configProvider.d.ts.map +1 -1
  2. package/esm/configProvider.js +3 -2
  3. package/esm/configProvider.js.map +1 -1
  4. package/esm/dev/proxyConfigStore.d.ts +15 -0
  5. package/esm/dev/proxyConfigStore.d.ts.map +1 -0
  6. package/esm/dev/proxyConfigStore.js +41 -0
  7. package/esm/dev/proxyConfigStore.js.map +1 -0
  8. package/esm/orderly/orderlyHooks.d.ts +1 -1
  9. package/esm/orderly/orderlyHooks.js +1 -1
  10. package/esm/orderly/orderlyHooks.js.map +1 -1
  11. package/esm/orderly/useOrderStream/useOrderStream.d.ts +2 -1
  12. package/esm/orderly/useOrderStream/useOrderStream.d.ts.map +1 -1
  13. package/esm/orderly/useOrderStream/useOrderStream.js +21 -10
  14. package/esm/orderly/useOrderStream/useOrderStream.js.map +1 -1
  15. package/esm/orderly/useTakeProfitAndStopLoss/index.d.ts +3 -5
  16. package/esm/orderly/useTakeProfitAndStopLoss/index.d.ts.map +1 -1
  17. package/esm/orderly/useTakeProfitAndStopLoss/index.js +1 -1
  18. package/esm/orderly/useTakeProfitAndStopLoss/index.js.map +1 -1
  19. package/esm/orderly/useTakeProfitAndStopLoss/useTPSL.d.ts +3 -5
  20. package/esm/orderly/useTakeProfitAndStopLoss/useTPSL.d.ts.map +1 -1
  21. package/esm/orderly/useTakeProfitAndStopLoss/useTPSL.js +9 -10
  22. package/esm/orderly/useTakeProfitAndStopLoss/useTPSL.js.map +1 -1
  23. package/esm/orderly/useTakeProfitAndStopLoss/utils.d.ts.map +1 -1
  24. package/esm/orderly/useTakeProfitAndStopLoss/utils.js +24 -11
  25. package/esm/orderly/useTakeProfitAndStopLoss/utils.js.map +1 -1
  26. package/esm/services/orderCreator/tpslOrderCreator.js +1 -1
  27. package/esm/services/orderCreator/tpslOrderCreator.js.map +1 -1
  28. package/esm/version.d.ts +1 -1
  29. package/esm/version.js +2 -2
  30. package/esm/version.js.map +1 -1
  31. package/lib/configProvider.d.ts.map +1 -1
  32. package/lib/configProvider.js +3 -2
  33. package/lib/configProvider.js.map +1 -1
  34. package/lib/dev/proxyConfigStore.d.ts +15 -0
  35. package/lib/dev/proxyConfigStore.d.ts.map +1 -0
  36. package/lib/dev/proxyConfigStore.js +51 -0
  37. package/lib/dev/proxyConfigStore.js.map +1 -0
  38. package/lib/orderly/orderlyHooks.d.ts +1 -1
  39. package/lib/orderly/orderlyHooks.js +3 -3
  40. package/lib/orderly/orderlyHooks.js.map +1 -1
  41. package/lib/orderly/useOrderStream/useOrderStream.d.ts +2 -1
  42. package/lib/orderly/useOrderStream/useOrderStream.d.ts.map +1 -1
  43. package/lib/orderly/useOrderStream/useOrderStream.js +21 -10
  44. package/lib/orderly/useOrderStream/useOrderStream.js.map +1 -1
  45. package/lib/orderly/useTakeProfitAndStopLoss/index.d.ts +3 -5
  46. package/lib/orderly/useTakeProfitAndStopLoss/index.d.ts.map +1 -1
  47. package/lib/orderly/useTakeProfitAndStopLoss/index.js +3 -3
  48. package/lib/orderly/useTakeProfitAndStopLoss/index.js.map +1 -1
  49. package/lib/orderly/useTakeProfitAndStopLoss/useTPSL.d.ts +3 -5
  50. package/lib/orderly/useTakeProfitAndStopLoss/useTPSL.d.ts.map +1 -1
  51. package/lib/orderly/useTakeProfitAndStopLoss/useTPSL.js +9 -10
  52. package/lib/orderly/useTakeProfitAndStopLoss/useTPSL.js.map +1 -1
  53. package/lib/orderly/useTakeProfitAndStopLoss/utils.d.ts.map +1 -1
  54. package/lib/orderly/useTakeProfitAndStopLoss/utils.js +12 -10
  55. package/lib/orderly/useTakeProfitAndStopLoss/utils.js.map +1 -1
  56. package/lib/services/orderCreator/tpslOrderCreator.js +1 -1
  57. package/lib/services/orderCreator/tpslOrderCreator.js.map +1 -1
  58. package/lib/version.d.ts +1 -1
  59. package/lib/version.js +2 -2
  60. package/lib/version.js.map +1 -1
  61. 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.0",
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.0",
43
- "@orderly.network/net": "1.4.0-alpha.0",
44
- "@orderly.network/types": "1.4.0-alpha.0",
45
- "@orderly.network/perp": "3.2.0-alpha.0",
46
- "@orderly.network/utils": "1.4.0-alpha.0"
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"