|
1872 | 1872 | dependencies:
|
1873 | 1873 | which "^3.0.0"
|
1874 | 1874 |
|
1875 |
| -"@orderly.network/core@1.3.0-alpha.0": |
1876 |
| - version "1.3.0-alpha.0" |
1877 |
| - resolved "https://registry.yarnpkg.com/@orderly.network/core/-/core-1.3.0-alpha.0.tgz#8a37fd895533e41eac32323bae9f2eefaea4215d" |
1878 |
| - integrity sha512-Zj6cfojIo9hAKVwuk+qpfw+tQ+ug3McYHn9Z6iscKFAqVdFHd5H6oeHe04xubgWulAgGh4Der7oCMCOo9O4O+w== |
| 1875 | +"@orderly.network/core@1.2.0": |
| 1876 | + version "1.2.0" |
| 1877 | + resolved "https://registry.yarnpkg.com/@orderly.network/core/-/core-1.2.0.tgz#383bf795aae914fb35bac9b520d06375eabcceb4" |
| 1878 | + integrity sha512-vjKRdq7eV2P49mYbVlPfaQBFAmk6a0YcX5IQBfh1Zb96FL+cNRZst+8gAqKl3jZoT8b9JWwo8fr2wvE+OT3rUA== |
1879 | 1879 | dependencies:
|
1880 | 1880 | "@enzoferey/ethers-error-parser" "^0.2.3"
|
1881 | 1881 | "@noble/ed25519" "^2.0.0"
|
1882 |
| - "@orderly.network/types" "1.3.0-alpha.0" |
| 1882 | + "@orderly.network/types" "1.2.0" |
1883 | 1883 | bs58 "^5.0.0"
|
1884 | 1884 | ethers "^6.7.1"
|
1885 | 1885 | eventemitter3 "^5.0.1"
|
1886 | 1886 | lodash.merge "^4.6.2"
|
1887 | 1887 |
|
1888 |
| -"@orderly.network/hooks@1.3.0-alpha.0": |
1889 |
| - version "1.3.0-alpha.0" |
1890 |
| - resolved "https://registry.yarnpkg.com/@orderly.network/hooks/-/hooks-1.3.0-alpha.0.tgz#5fcb42a7860075f45ac35fb4da1e06c8b7bfb458" |
1891 |
| - integrity sha512-1tNmSAvtssH6N0rH9elSR9MweuO+5+StI0nsSPnGI6wnA8AOmdBc8vCbV53bAgAPoc9x/WJcul5nkZdWhg7J4A== |
1892 |
| - dependencies: |
1893 |
| - "@orderly.network/core" "1.3.0-alpha.0" |
1894 |
| - "@orderly.network/net" "1.3.0-alpha.0" |
1895 |
| - "@orderly.network/perp" "3.1.0-alpha.0" |
1896 |
| - "@orderly.network/types" "1.3.0-alpha.0" |
1897 |
| - "@orderly.network/utils" "1.3.0-alpha.0" |
| 1888 | +"@orderly.network/hooks@1.2.0": |
| 1889 | + version "1.2.0" |
| 1890 | + resolved "https://registry.yarnpkg.com/@orderly.network/hooks/-/hooks-1.2.0.tgz#f76375dde32495bf9160b0b9319bdf16ec2a0d51" |
| 1891 | + integrity sha512-sUiQ/O1FhH575dMQ/WwEf6Vtc5k+FqeqBtkCj+O85vLdFLwVF1TqrCny1iSzYmqy4VJe+cidlujfm+XI23Y+cg== |
| 1892 | + dependencies: |
| 1893 | + "@orderly.network/core" "1.2.0" |
| 1894 | + "@orderly.network/net" "1.2.0" |
| 1895 | + "@orderly.network/perp" "3.0.0" |
| 1896 | + "@orderly.network/types" "1.2.0" |
| 1897 | + "@orderly.network/utils" "1.2.0" |
1898 | 1898 | ramda "^0.29.0"
|
1899 | 1899 | swr "^2.2.4"
|
1900 | 1900 | use-constant "^1.1.1"
|
1901 | 1901 | use-debounce "^9.0.4"
|
1902 | 1902 |
|
1903 |
| -"@orderly.network/net@1.3.0-alpha.0": |
1904 |
| - version "1.3.0-alpha.0" |
1905 |
| - resolved "https://registry.yarnpkg.com/@orderly.network/net/-/net-1.3.0-alpha.0.tgz#aee41665c2048a5dc83741292c03fb3d3457ee4b" |
1906 |
| - integrity sha512-8I8PnbpcXEB715uDVuqig6JkYJJRA8+HBFp4RMWwccy23PHBB/+ZDGHo6pJv0M7ecMbbBn1XfZGfS+Tj2LoWyQ== |
1907 |
| - |
1908 |
| -"@orderly.network/perp@3.1.0-alpha.0": |
1909 |
| - version "3.1.0-alpha.0" |
1910 |
| - resolved "https://registry.yarnpkg.com/@orderly.network/perp/-/perp-3.1.0-alpha.0.tgz#eb3b3d5e0a16c1aa4d3f1056fbb07b6f984f483c" |
1911 |
| - integrity sha512-PO2qjWWmghvBDOVKatrLx2L0cWnqnO2Fsi0Gg0f1j02+FBINMGcO0g8fqNly12eFUXcHo46YM6xQlsmQygvkww== |
1912 |
| - dependencies: |
1913 |
| - "@orderly.network/types" "1.3.0-alpha.0" |
1914 |
| - "@orderly.network/utils" "1.3.0-alpha.0" |
1915 |
| - |
1916 |
| -"@orderly.network/trading-view@1.3.0-alpha.0": |
1917 |
| - version "1.3.0-alpha.0" |
1918 |
| - resolved "https://registry.yarnpkg.com/@orderly.network/trading-view/-/trading-view-1.3.0-alpha.0.tgz#dee6e183af2284f16f35a1746babee43868aba47" |
1919 |
| - integrity sha512-YzbPdz5oDEcdmbJCFjmmv52jvFFNEwiZP2jEEJeWjoObb/BxDipvA7P0o5hpvQ80SX8eBPd/8sEZlTJ7dEoOMg== |
1920 |
| - dependencies: |
1921 |
| - "@orderly.network/core" "1.3.0-alpha.0" |
1922 |
| - "@orderly.network/hooks" "1.3.0-alpha.0" |
1923 |
| - "@orderly.network/net" "1.3.0-alpha.0" |
1924 |
| - "@orderly.network/types" "1.3.0-alpha.0" |
1925 |
| - "@orderly.network/utils" "1.3.0-alpha.0" |
1926 |
| - |
1927 |
| -"@orderly.network/types@1.3.0-alpha.0": |
1928 |
| - version "1.3.0-alpha.0" |
1929 |
| - resolved "https://registry.yarnpkg.com/@orderly.network/types/-/types-1.3.0-alpha.0.tgz#a81d6e3c9159aee88b9638a9b32dc91c3e33bff3" |
1930 |
| - integrity sha512-cnObFgu8uk86+ymk7XQDQiq4uYVZbKk6M0/9nfZpJBdULd1IIOp9ULNHCvf6QSTY3YcuF35OzR8Zdo6kZh6hWw== |
1931 |
| - |
1932 |
| -"@orderly.network/utils@1.3.0-alpha.0": |
1933 |
| - version "1.3.0-alpha.0" |
1934 |
| - resolved "https://registry.yarnpkg.com/@orderly.network/utils/-/utils-1.3.0-alpha.0.tgz#946077b71965e45b0b47ef0e1dff7eb8c11c8d98" |
1935 |
| - integrity sha512-d05Mk76N6tNqYGwMNKZABOVOx70oiqLc7Q3MpAA/6zTXENHg2tX69uQOASVWbIWc8TnLWgnuoDtSV5rjq6laKw== |
| 1903 | +"@orderly.network/net@1.2.0": |
| 1904 | + version "1.2.0" |
| 1905 | + resolved "https://registry.yarnpkg.com/@orderly.network/net/-/net-1.2.0.tgz#d2372d0cb604ce936b58b348b3088b85681b5e43" |
| 1906 | + integrity sha512-ndFYuMaCGCjgZ/luZkZ22rQtliK7tWTJT1JVSxQFc+RNFf6IDkic4KgiKIra5Dk91L7aFYN0WqFFEsYpiG3+/Q== |
| 1907 | + |
| 1908 | +"@orderly.network/perp@3.0.0": |
| 1909 | + version "3.0.0" |
| 1910 | + resolved "https://registry.yarnpkg.com/@orderly.network/perp/-/perp-3.0.0.tgz#501ed05da23a0c0a17b086e956aef145bdbc48d0" |
| 1911 | + integrity sha512-nM0X73zTrN4jDhUSDbdviqiSNgoWYWokwoSMRme3BpzDJg1gcjcf9EYx1ScWGwW1/xBtqK+z8nvujH8fx2qKjg== |
| 1912 | + dependencies: |
| 1913 | + "@orderly.network/types" "1.2.0" |
| 1914 | + "@orderly.network/utils" "1.2.0" |
| 1915 | + |
| 1916 | +"@orderly.network/trading-view@1.2.0": |
| 1917 | + version "1.2.0" |
| 1918 | + resolved "https://registry.yarnpkg.com/@orderly.network/trading-view/-/trading-view-1.2.0.tgz#0325a005279129fcef6e3428174084ddab9c5177" |
| 1919 | + integrity sha512-n8eTt77I3lNXJVOeMJZ/+on48mzVaLkxy0lrb4hMo62HO/dvhutj00Pm9ewVe4ketgo5Gze9CpBjePM74zMGNg== |
| 1920 | + dependencies: |
| 1921 | + "@orderly.network/core" "1.2.0" |
| 1922 | + "@orderly.network/hooks" "1.2.0" |
| 1923 | + "@orderly.network/net" "1.2.0" |
| 1924 | + "@orderly.network/types" "1.2.0" |
| 1925 | + "@orderly.network/utils" "1.2.0" |
| 1926 | + |
| 1927 | +"@orderly.network/types@1.2.0": |
| 1928 | + version "1.2.0" |
| 1929 | + resolved "https://registry.yarnpkg.com/@orderly.network/types/-/types-1.2.0.tgz#229671239e2d065e0d7c873e89f1608859ce5960" |
| 1930 | + integrity sha512-z7Imba7nZf2XH8WKFrXR3syEH9fVPvw7QSvFHRE19kNyYseQnwahhUySAzEHCOESYRPMWBUEGPYFlCaPxbAxuA== |
| 1931 | + |
| 1932 | +"@orderly.network/utils@1.2.0": |
| 1933 | + version "1.2.0" |
| 1934 | + resolved "https://registry.yarnpkg.com/@orderly.network/utils/-/utils-1.2.0.tgz#e95937894dbf69db695fa7b8498fcd10bb1a0cf8" |
| 1935 | + integrity sha512-IICjd4ydcgbyudrzb2B/fImBVE8BD+kvIqzt//2NBe+i5C2DhkgPDbY5MQEJf+JNAypqXR+rMIJl5dGye2xBVQ== |
1936 | 1936 | dependencies:
|
1937 | 1937 | dayjs "^1.11.9"
|
1938 | 1938 | decimal.js-light "^2.5.1"
|
|
0 commit comments