@openocean.finance/openocean-sdk 0.1.63 → 0.1.65

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.
@@ -1,9 +1,4 @@
1
1
  /**
2
- * @fileoverview
3
- * - Using the 'QRCode for Javascript library'
4
- * - Fixed dataset of 'QRCode for Javascript library' for support full-spec.
5
- * - this library has no dependencies.
6
- *
7
2
  * @author davidshimjs
8
3
  * @see <a href="http://www.d-project.com/" target="_blank">http://www.d-project.com/</a>
9
4
  * @see <a href="http://jeromeetienne.github.com/jquery-qrcode/" target="_blank">http://jeromeetienne.github.com/jquery-qrcode/</a>
@@ -1,31 +1,11 @@
1
1
  "use strict";
2
2
  /**
3
- * @fileoverview
4
- * - Using the 'QRCode for Javascript library'
5
- * - Fixed dataset of 'QRCode for Javascript library' for support full-spec.
6
- * - this library has no dependencies.
7
- *
8
3
  * @author davidshimjs
9
4
  * @see <a href="http://www.d-project.com/" target="_blank">http://www.d-project.com/</a>
10
5
  * @see <a href="http://jeromeetienne.github.com/jquery-qrcode/" target="_blank">http://jeromeetienne.github.com/jquery-qrcode/</a>
11
6
  */
12
7
  var QRCode;
13
8
  (function () {
14
- //---------------------------------------------------------------------
15
- // QRCode for JavaScript
16
- //
17
- // Copyright (c) 2009 Kazuhiko Arase
18
- //
19
- // URL: http://www.d-project.com/
20
- //
21
- // Licensed under the MIT license:
22
- // http://www.opensource.org/licenses/mit-license.php
23
- //
24
- // The word "QR Code" is registered trademark of
25
- // DENSO WAVE INCORPORATED
26
- // http://www.denso-wave.com/qrcode/faqpatent-e.html
27
- //
28
- //---------------------------------------------------------------------
29
9
  function QR8bitByte(data) {
30
10
  this.mode = QRMode.MODE_8BIT_BYTE;
31
11
  this.data = data;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openocean.finance/openocean-sdk",
3
- "version": "0.1.63",
3
+ "version": "0.1.65",
4
4
  "description": "Openocean sdk",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {
@@ -46,7 +46,7 @@
46
46
  },
47
47
  "dependencies": {
48
48
  "@jup-ag/core": "^1.0.0-beta.27",
49
- "@openocean.finance/wallet": "^0.4.29",
49
+ "@openocean.finance/wallet": "^0.4.30",
50
50
  "@solana/buffer-layout": "^4.0.0",
51
51
  "@walletconnect/web3-provider": "^1.7.8",
52
52
  "bs58": "^4.0.1",