@mattrglobal/verifier-sdk-web 0.1.0

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.
package/README.md ADDED
@@ -0,0 +1,31 @@
1
+ # wallet-sdk-web
2
+
3
+ # Table of Contents
4
+
5
+ - [Licensing](#licensing)
6
+ - [Overview](#overview)
7
+ - [Features](#features)
8
+ - [High level overview](#high-level-overview)
9
+ - [Getting started](#getting-started)
10
+
11
+ # Licensing
12
+
13
+ Request or download the
14
+ [MATTR Pi SDK Trial Licence Agreement](https://learn.mattr.global/docs/terms/mattr-pi-sdk-licence-agreement) and the
15
+ [MATTR Customer Agreement](https://learn.mattr.global/docs/terms/customer-agreement) and review these terms
16
+
17
+ # Overview
18
+
19
+ TBD
20
+
21
+ # Features
22
+
23
+ TBD
24
+
25
+ # High level overview
26
+
27
+ ![High Level](TBD)
28
+
29
+ # Getting started
30
+
31
+ TBD
@@ -0,0 +1,67 @@
1
+ Name: neverthrow
2
+ Version: 4.3.0
3
+ License: MIT
4
+ Private: false
5
+ Description: Stop throwing errors, and instead return Results!
6
+ Repository: git+https://github.com/supermacro/neverthrow.git
7
+ Homepage: https://github.com/supermacro/neverthrow#readme
8
+ Author: Giorgio Delgado
9
+ License Copyright:
10
+ ===
11
+
12
+ MIT License
13
+
14
+ Copyright (c) 2019 Giorgio Delgado
15
+
16
+ Permission is hereby granted, free of charge, to any person obtaining a copy
17
+ of this software and associated documentation files (the "Software"), to deal
18
+ in the Software without restriction, including without limitation the rights
19
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
20
+ copies of the Software, and to permit persons to whom the Software is
21
+ furnished to do so, subject to the following conditions:
22
+
23
+ The above copyright notice and this permission notice shall be included in all
24
+ copies or substantial portions of the Software.
25
+
26
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
27
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
28
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
29
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
30
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
31
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
32
+ SOFTWARE.
33
+
34
+ ---
35
+
36
+ Name: zod
37
+ Version: 3.22.3
38
+ License: MIT
39
+ Private: false
40
+ Description: TypeScript-first schema declaration and validation library with static type inference
41
+ Repository: https://github.com/colinhacks/zod
42
+ Homepage: https://zod.dev
43
+ Author: Colin McDonnell <colin@colinhacks.com>
44
+ License Copyright:
45
+ ===
46
+
47
+ MIT License
48
+
49
+ Copyright (c) 2020 Colin McDonnell
50
+
51
+ Permission is hereby granted, free of charge, to any person obtaining a copy
52
+ of this software and associated documentation files (the "Software"), to deal
53
+ in the Software without restriction, including without limitation the rights
54
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
55
+ copies of the Software, and to permit persons to whom the Software is
56
+ furnished to do so, subject to the following conditions:
57
+
58
+ The above copyright notice and this permission notice shall be included in all
59
+ copies or substantial portions of the Software.
60
+
61
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
62
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
63
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
64
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
65
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
66
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
67
+ SOFTWARE.