@mosip/react-inji-verify-sdk 0.16.0-beta.3 → 0.16.0-beta.5
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,3 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
Copyright (c) 2018 Jed Watson.
|
|
3
|
-
Licensed under the MIT License (MIT), see
|
|
4
|
-
http://jedwatson.github.io/classnames
|
|
5
|
-
*/
|
|
6
|
-
|
|
7
1
|
/*!
|
|
8
2
|
|
|
9
3
|
JSZip v3.10.1 - A JavaScript class for generating and reading zip files
|
|
@@ -42,6 +36,28 @@ https://github.com/nodeca/pako/blob/main/LICENSE
|
|
|
42
36
|
* SPDX-License-Identifier: ISC
|
|
43
37
|
*/
|
|
44
38
|
|
|
39
|
+
/**
|
|
40
|
+
* @licstart The following is the entire license notice for the
|
|
41
|
+
* JavaScript code in this page
|
|
42
|
+
*
|
|
43
|
+
* Copyright 2024 Mozilla Foundation
|
|
44
|
+
*
|
|
45
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
46
|
+
* you may not use this file except in compliance with the License.
|
|
47
|
+
* You may obtain a copy of the License at
|
|
48
|
+
*
|
|
49
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
50
|
+
*
|
|
51
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
52
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
53
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
54
|
+
* See the License for the specific language governing permissions and
|
|
55
|
+
* limitations under the License.
|
|
56
|
+
*
|
|
57
|
+
* @licend The above is the entire license notice for the
|
|
58
|
+
* JavaScript code in this page
|
|
59
|
+
*/
|
|
60
|
+
|
|
45
61
|
/** */
|
|
46
62
|
|
|
47
63
|
/** */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mosip/react-inji-verify-sdk",
|
|
3
|
-
"version": "0.16.0-beta.
|
|
3
|
+
"version": "0.16.0-beta.5",
|
|
4
4
|
"description": "A react component library to perform Inji verify tasks, such as OpenId4VP sharing, Reading VC QR codes",
|
|
5
5
|
"sideEffects": ["*.css"],
|
|
6
6
|
"main": "dist/index.js",
|