@openocean.finance/openocean-sdk 1.1.8 → 1.2.0
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/lib/index.js +1 -1
- package/lib/index.js.LICENSE.txt +0 -15
- package/package.json +2 -2
package/lib/index.js.LICENSE.txt
CHANGED
|
@@ -9,13 +9,6 @@ object-assign
|
|
|
9
9
|
* http://github.com/janl/mustache.js
|
|
10
10
|
*/
|
|
11
11
|
|
|
12
|
-
/*!
|
|
13
|
-
* prr
|
|
14
|
-
* (c) 2013 Rod Vagg <rod@vagg.org>
|
|
15
|
-
* https://github.com/rvagg/prr
|
|
16
|
-
* License: MIT
|
|
17
|
-
*/
|
|
18
|
-
|
|
19
12
|
/*!
|
|
20
13
|
* Fast "async" scrypt implementation in JavaScript.
|
|
21
14
|
* Copyright (c) 2013-2016 Dmitry Chestnykh | BSD License
|
|
@@ -36,14 +29,6 @@ object-assign
|
|
|
36
29
|
* @license MIT
|
|
37
30
|
*/
|
|
38
31
|
|
|
39
|
-
/*!
|
|
40
|
-
* async
|
|
41
|
-
* https://github.com/caolan/async
|
|
42
|
-
*
|
|
43
|
-
* Copyright 2010-2014 Caolan McMahon
|
|
44
|
-
* Released under the MIT license
|
|
45
|
-
*/
|
|
46
|
-
|
|
47
32
|
/*!
|
|
48
33
|
* depd
|
|
49
34
|
* Copyright(c) 2015 Douglas Christopher Wilson
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openocean.finance/openocean-sdk",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.2.0",
|
|
4
4
|
"description": "Openocean sdk",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"@ethersproject/bignumber": "^5.1.1",
|
|
49
49
|
"@jup-ag/core": "^1.0.0-beta.27",
|
|
50
50
|
"@looksrare/sdk": "^0.12.1",
|
|
51
|
-
"@openocean.finance/wallet": "^1.
|
|
51
|
+
"@openocean.finance/wallet": "^1.2.0",
|
|
52
52
|
"@solana/buffer-layout": "^4.0.0",
|
|
53
53
|
"@walletconnect/web3-provider": "^1.7.8",
|
|
54
54
|
"aptos": "^1.3.17",
|