@openocean.finance/openocean-sdk 0.1.6 → 0.1.7

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.
@@ -4,6 +4,11 @@ object-assign
4
4
  @license MIT
5
5
  */
6
6
 
7
+ /*!
8
+ * mustache.js - Logic-less {{mustache}} templates with JavaScript
9
+ * http://github.com/janl/mustache.js
10
+ */
11
+
7
12
  /*!
8
13
  * Fast "async" scrypt implementation in JavaScript.
9
14
  * Copyright (c) 2013-2016 Dmitry Chestnykh | BSD License
@@ -24,6 +29,32 @@ object-assign
24
29
  * @license MIT
25
30
  */
26
31
 
32
+ /*!
33
+ * depd
34
+ * Copyright(c) 2015 Douglas Christopher Wilson
35
+ * MIT Licensed
36
+ */
37
+
38
+ /*!
39
+ * http-errors
40
+ * Copyright(c) 2014 Jonathan Ong
41
+ * Copyright(c) 2016 Douglas Christopher Wilson
42
+ * MIT Licensed
43
+ */
44
+
45
+ /*!
46
+ * statuses
47
+ * Copyright(c) 2014 Jonathan Ong
48
+ * Copyright(c) 2016 Douglas Christopher Wilson
49
+ * MIT Licensed
50
+ */
51
+
52
+ /*!
53
+ * toidentifier
54
+ * Copyright(c) 2016 Douglas Christopher Wilson
55
+ * MIT Licensed
56
+ */
57
+
27
58
  /*!
28
59
  * v2.1.4-104-gc868b3a
29
60
  *
@@ -60,6 +91,15 @@ and limitations under the License.
60
91
 
61
92
  /*! websocket-as-promised v0.7.0 */
62
93
 
94
+ /**
95
+ * [js-sha256]{@link https://github.com/emn178/js-sha256}
96
+ *
97
+ * @version 0.9.0
98
+ * @author Chen, Yi-Cyuan [emn178@gmail.com]
99
+ * @copyright Chen, Yi-Cyuan 2014-2017
100
+ * @license MIT
101
+ */
102
+
63
103
  /**
64
104
  * [js-sha3]{@link https://github.com/emn178/js-sha3}
65
105
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openocean.finance/openocean-sdk",
3
- "version": "0.1.6",
3
+ "version": "0.1.7",
4
4
  "description": "Openocean sdk",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {
@@ -45,7 +45,7 @@
45
45
  "webpack-cli": "^4.6.0"
46
46
  },
47
47
  "dependencies": {
48
- "@openocean.finance/wallet": "0.4.2",
48
+ "@openocean.finance/wallet": "0.4.5",
49
49
  "@jup-ag/core": "^1.0.0-beta.27",
50
50
  "@solana/buffer-layout": "^4.0.0",
51
51
  "bs58": "^4.0.1",