@keplr-wallet/analytics 0.11.23 → 0.11.24-y.0
Sign up to get free protection for your applications and to get access to all the features.
- package/LICENSE +8 -2
- package/package.json +2 -2
package/LICENSE
CHANGED
@@ -1,4 +1,6 @@
|
|
1
|
-
License: Apache2.0
|
1
|
+
License: Apache2.0 (Extension) / All rights reserved (Mobile)
|
2
|
+
|
3
|
+
## Keplr Extension License:
|
2
4
|
|
3
5
|
Apache License
|
4
6
|
Version 2.0, January 2004
|
@@ -200,4 +202,8 @@ License: Apache2.0
|
|
200
202
|
distributed under the License is distributed on an "AS IS" BASIS,
|
201
203
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
202
204
|
See the License for the specific language governing permissions and
|
203
|
-
limitations under the License.
|
205
|
+
limitations under the License.
|
206
|
+
|
207
|
+
## Keplr Mobile License
|
208
|
+
|
209
|
+
Copyright (c) 2021 Chainapsis Inc. All rights reserved.
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@keplr-wallet/analytics",
|
3
|
-
"version": "0.11.
|
3
|
+
"version": "0.11.24-y.0",
|
4
4
|
"main": "build/index.js",
|
5
5
|
"author": "chainapsis",
|
6
6
|
"license": "Apache-2.0",
|
@@ -18,5 +18,5 @@
|
|
18
18
|
"dependencies": {
|
19
19
|
"sha.js": "^2.4.11"
|
20
20
|
},
|
21
|
-
"gitHead": "
|
21
|
+
"gitHead": "aaaebc021dfa246a49515cb46cf063f94b848107"
|
22
22
|
}
|