@onekeyfe/cross-inpage-provider-injected 1.1.13 → 1.1.14

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.
@@ -15,6 +15,26 @@
15
15
 
16
16
  /*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
17
17
 
18
+ /**
19
+ * @license
20
+ * Copyright 2009 The Closure Library Authors
21
+ * Copyright 2020 Daniel Wirtz / The long.js Authors.
22
+ *
23
+ * Licensed under the Apache License, Version 2.0 (the "License");
24
+ * you may not use this file except in compliance with the License.
25
+ * You may obtain a copy of the License at
26
+ *
27
+ * http://www.apache.org/licenses/LICENSE-2.0
28
+ *
29
+ * Unless required by applicable law or agreed to in writing, software
30
+ * distributed under the License is distributed on an "AS IS" BASIS,
31
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
32
+ * See the License for the specific language governing permissions and
33
+ * limitations under the License.
34
+ *
35
+ * SPDX-License-Identifier: Apache-2.0
36
+ */
37
+
18
38
  /**
19
39
  * [js-sha3]{@link https://github.com/emn178/js-sha3}
20
40
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onekeyfe/cross-inpage-provider-injected",
3
- "version": "1.1.13",
3
+ "version": "1.1.14",
4
4
  "keywords": [
5
5
  "cross-inpage-provider"
6
6
  ],
@@ -42,13 +42,13 @@
42
42
  "electron": "*"
43
43
  },
44
44
  "dependencies": {
45
- "@onekeyfe/cross-inpage-provider-core": "1.1.13",
46
- "@onekeyfe/cross-inpage-provider-types": "1.1.13",
47
- "@onekeyfe/desktop-bridge-injected": "1.1.13",
48
- "@onekeyfe/extension-bridge-injected": "1.1.13",
49
- "@onekeyfe/inpage-providers-hub": "1.1.13",
50
- "@onekeyfe/native-bridge-injected": "1.1.13",
45
+ "@onekeyfe/cross-inpage-provider-core": "1.1.14",
46
+ "@onekeyfe/cross-inpage-provider-types": "1.1.14",
47
+ "@onekeyfe/desktop-bridge-injected": "1.1.14",
48
+ "@onekeyfe/extension-bridge-injected": "1.1.14",
49
+ "@onekeyfe/inpage-providers-hub": "1.1.14",
50
+ "@onekeyfe/native-bridge-injected": "1.1.14",
51
51
  "buffer": "^6.0.3"
52
52
  },
53
- "gitHead": "d52492ad818797ee832931bb6e1d6c8b6f7460d0"
53
+ "gitHead": "37272e398fcc910853723ce14f68f07fac5534be"
54
54
  }