@onekeyfe/cross-inpage-provider-injected 2.1.0 → 2.1.2

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.
@@ -5,16 +5,12 @@
5
5
  * @license MIT
6
6
  */
7
7
 
8
- /*! MIT License. Copyright 2015-2022 Richard Moore <me@ricmoo.com>. See LICENSE.txt. */
8
+ /*! For license information please see TronWeb.js.LICENSE.txt */
9
9
 
10
10
  /*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
11
11
 
12
- /*! noble-curves - MIT License (c) 2022 Paul Miller (paulmillr.com) */
13
-
14
12
  /*! noble-ed25519 - MIT License (c) 2019 Paul Miller (paulmillr.com) */
15
13
 
16
- /*! noble-hashes - MIT License (c) 2022 Paul Miller (paulmillr.com) */
17
-
18
14
  /*! noble-secp256k1 - MIT License (c) 2019 Paul Miller (paulmillr.com) */
19
15
 
20
16
  /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
@@ -40,12 +36,3 @@
40
36
  *
41
37
  * SPDX-License-Identifier: Apache-2.0
42
38
  */
43
-
44
- /**
45
- * [js-sha3]{@link https://github.com/emn178/js-sha3}
46
- *
47
- * @version 0.8.0
48
- * @author Chen, Yi-Cyuan [emn178@gmail.com]
49
- * @copyright Chen, Yi-Cyuan 2015-2018
50
- * @license MIT
51
- */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onekeyfe/cross-inpage-provider-injected",
3
- "version": "2.1.0",
3
+ "version": "2.1.2",
4
4
  "keywords": [
5
5
  "cross-inpage-provider"
6
6
  ],
@@ -42,14 +42,14 @@
42
42
  "electron": "*"
43
43
  },
44
44
  "dependencies": {
45
- "@onekeyfe/cross-inpage-provider-core": "2.1.0",
46
- "@onekeyfe/cross-inpage-provider-types": "2.1.0",
47
- "@onekeyfe/desktop-bridge-injected": "2.1.0",
48
- "@onekeyfe/extension-bridge-injected": "2.1.0",
49
- "@onekeyfe/inpage-providers-hub": "2.1.0",
50
- "@onekeyfe/native-bridge-injected": "2.1.0",
45
+ "@onekeyfe/cross-inpage-provider-core": "2.1.2",
46
+ "@onekeyfe/cross-inpage-provider-types": "2.1.2",
47
+ "@onekeyfe/desktop-bridge-injected": "2.1.2",
48
+ "@onekeyfe/extension-bridge-injected": "2.1.2",
49
+ "@onekeyfe/inpage-providers-hub": "2.1.2",
50
+ "@onekeyfe/native-bridge-injected": "2.1.2",
51
51
  "buffer": "^6.0.3",
52
52
  "crypto-browserify": "^3.12.0"
53
53
  },
54
- "gitHead": "6c27b10b87edbd6d6c839566276c7f6f9cb4940c"
54
+ "gitHead": "18c5992b3eb11029f807d9488d2bb8a378e9b503"
55
55
  }