@theaiplatform/miniapp-sdk 0.0.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.
@@ -0,0 +1,257 @@
1
+ # Third-Party Notices
2
+
3
+ ## Scope
4
+
5
+ The `@theaiplatform/miniapp-sdk` package tarball does not embed third-party
6
+ package code. Its `./rspack` entry imports separately installed runtime
7
+ dependencies. Optional peer dependencies are not distributed with this package
8
+ and remain subject to their own licenses.
9
+
10
+ The inventory below records the direct and transitive runtime dependency
11
+ versions resolved by the release workspace lockfile on July 15, 2026. A
12
+ downstream application may resolve a different compatible transitive version
13
+ and is responsible for reviewing the notices required by its own lockfile and
14
+ distribution artifact.
15
+
16
+ | Relationship | Package | Version | License |
17
+ | ---------------- | ---------------------- | ------: | ------------ |
18
+ | Direct | `ajv` | 8.20.0 | MIT |
19
+ | Ajv transitive | `fast-deep-equal` | 3.1.3 | MIT |
20
+ | Ajv transitive | `fast-uri` | 3.1.2 | BSD-3-Clause |
21
+ | Ajv transitive | `json-schema-traverse` | 1.0.0 | MIT |
22
+ | Ajv transitive | `require-from-string` | 2.0.2 | MIT |
23
+ | Direct | `saxes` | 6.0.0 | ISC |
24
+ | Saxes transitive | `xmlchars` | 2.2.0 | MIT |
25
+
26
+ ## License texts
27
+
28
+ ### ajv 8.20.0 — MIT
29
+
30
+ ```text
31
+ The MIT License (MIT)
32
+
33
+ Copyright (c) 2015-2021 Evgeny Poberezkin
34
+
35
+ Permission is hereby granted, free of charge, to any person obtaining a copy
36
+ of this software and associated documentation files (the "Software"), to deal
37
+ in the Software without restriction, including without limitation the rights
38
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
39
+ copies of the Software, and to permit persons to whom the Software is
40
+ furnished to do so, subject to the following conditions:
41
+
42
+ The above copyright notice and this permission notice shall be included in all
43
+ copies or substantial portions of the Software.
44
+
45
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
46
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
47
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
48
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
49
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
50
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
51
+ SOFTWARE.
52
+ ```
53
+
54
+ ### fast-deep-equal 3.1.3 — MIT
55
+
56
+ ```text
57
+ MIT License
58
+
59
+ Copyright (c) 2017 Evgeny Poberezkin
60
+
61
+ Permission is hereby granted, free of charge, to any person obtaining a copy
62
+ of this software and associated documentation files (the "Software"), to deal
63
+ in the Software without restriction, including without limitation the rights
64
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
65
+ copies of the Software, and to permit persons to whom the Software is
66
+ furnished to do so, subject to the following conditions:
67
+
68
+ The above copyright notice and this permission notice shall be included in all
69
+ copies or substantial portions of the Software.
70
+
71
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
72
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
73
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
74
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
75
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
76
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
77
+ SOFTWARE.
78
+ ```
79
+
80
+ ### fast-uri 3.1.2 — BSD-3-Clause
81
+
82
+ ```text
83
+ Copyright (c) 2011-2021, Gary Court until https://github.com/garycourt/uri-js/commit/a1acf730b4bba3f1097c9f52e7d9d3aba8cdcaae
84
+ Copyright (c) 2021-present The Fastify team <https://github.com/fastify/fastify#team>
85
+ All rights reserved.
86
+
87
+ Redistribution and use in source and binary forms, with or without
88
+ modification, are permitted provided that the following conditions are met:
89
+ * Redistributions of source code must retain the above copyright
90
+ notice, this list of conditions and the following disclaimer.
91
+ * Redistributions in binary form must reproduce the above copyright
92
+ notice, this list of conditions and the following disclaimer in the
93
+ documentation and/or other materials provided with the distribution.
94
+ * The names of any contributors may not be used to endorse or promote
95
+ products derived from this software without specific prior written
96
+ permission.
97
+
98
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
99
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
100
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
101
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS AND CONTRIBUTORS BE LIABLE FOR ANY
102
+ DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
103
+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
104
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
105
+ ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
106
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
107
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
108
+
109
+ * * *
110
+
111
+ The complete list of contributors can be found at:
112
+ - https://github.com/garycourt/uri-js/graphs/contributors
113
+ ```
114
+
115
+ ### json-schema-traverse 1.0.0 — MIT
116
+
117
+ ```text
118
+ MIT License
119
+
120
+ Copyright (c) 2017 Evgeny Poberezkin
121
+
122
+ Permission is hereby granted, free of charge, to any person obtaining a copy
123
+ of this software and associated documentation files (the "Software"), to deal
124
+ in the Software without restriction, including without limitation the rights
125
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
126
+ copies of the Software, and to permit persons to whom the Software is
127
+ furnished to do so, subject to the following conditions:
128
+
129
+ The above copyright notice and this permission notice shall be included in all
130
+ copies or substantial portions of the Software.
131
+
132
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
133
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
134
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
135
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
136
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
137
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
138
+ SOFTWARE.
139
+ ```
140
+
141
+ ### require-from-string 2.0.2 — MIT
142
+
143
+ ```text
144
+ The MIT License (MIT)
145
+
146
+ Copyright (c) Vsevolod Strukchinsky <floatdrop@gmail.com> (github.com/floatdrop)
147
+
148
+ Permission is hereby granted, free of charge, to any person obtaining a copy
149
+ of this software and associated documentation files (the "Software"), to deal
150
+ in the Software without restriction, including without limitation the rights
151
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
152
+ copies of the Software, and to permit persons to whom the Software is
153
+ furnished to do so, subject to the following conditions:
154
+
155
+ The above copyright notice and this permission notice shall be included in
156
+ all copies or substantial portions of the Software.
157
+
158
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
159
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
160
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
161
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
162
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
163
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
164
+ THE SOFTWARE.
165
+ ```
166
+
167
+ ### saxes 6.0.0 — ISC
168
+
169
+ ```text
170
+ The ISC License
171
+
172
+ Copyright (c) Contributors
173
+
174
+ Permission to use, copy, modify, and/or distribute this software for any
175
+ purpose with or without fee is hereby granted, provided that the above
176
+ copyright notice and this permission notice appear in all copies.
177
+
178
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
179
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
180
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
181
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
182
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
183
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
184
+ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
185
+
186
+ ====
187
+
188
+ The following license is the one that governed sax, from which saxes
189
+ was forked. Isaac Schlueter is not *directly* involved with saxes so
190
+ don't go bugging him for saxes issues.
191
+
192
+ The ISC License
193
+
194
+ Copyright (c) Isaac Z. Schlueter and Contributors
195
+
196
+ Permission to use, copy, modify, and/or distribute this software for any
197
+ purpose with or without fee is hereby granted, provided that the above
198
+ copyright notice and this permission notice appear in all copies.
199
+
200
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
201
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
202
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
203
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
204
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
205
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
206
+ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
207
+
208
+ ====
209
+
210
+ `String.fromCodePoint` by Mathias Bynens is no longer used, but it can
211
+ still be found in old commits. It was once used according to terms of
212
+ MIT License, as follows:
213
+
214
+ Copyright Mathias Bynens <https://mathiasbynens.be/>
215
+
216
+ Permission is hereby granted, free of charge, to any person obtaining
217
+ a copy of this software and associated documentation files (the
218
+ "Software"), to deal in the Software without restriction, including
219
+ without limitation the rights to use, copy, modify, merge, publish,
220
+ distribute, sublicense, and/or sell copies of the Software, and to
221
+ permit persons to whom the Software is furnished to do so, subject to
222
+ the following conditions:
223
+
224
+ The above copyright notice and this permission notice shall be
225
+ included in all copies or substantial portions of the Software.
226
+
227
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
228
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
229
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
230
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
231
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
232
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
233
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
234
+ ```
235
+
236
+ ### xmlchars 2.2.0 — MIT
237
+
238
+ ```text
239
+ Copyright Louis-Dominique Dubeau and contributors to xmlchars
240
+
241
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
242
+ this software and associated documentation files (the "Software"), to deal in
243
+ the Software without restriction, including without limitation the rights to
244
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
245
+ the Software, and to permit persons to whom the Software is furnished to do so,
246
+ subject to the following conditions:
247
+
248
+ The above copyright notice and this permission notice shall be included in all
249
+ copies or substantial portions of the Software.
250
+
251
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
252
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
253
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
254
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
255
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
256
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
257
+ ```