@@ -29,6 +29,9 @@ THE SOFTWARE.
29
29
@angular/common
30
30
MIT
31
31
32
+ @angular/compiler
33
+ MIT
34
+
32
35
@angular/core
33
36
MIT
34
37
@@ -100,6 +103,8 @@ SOFTWARE.
100
103
101
104
@apollo/client/link/batch
102
105
106
+ @apollo/client/link/context
107
+
103
108
@apollo/client/link/core
104
109
105
110
@apollo/client/link/http
@@ -316,6 +321,57 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
316
321
SOFTWARE.
317
322
318
323
324
+ jwt-decode
325
+ MIT
326
+ The MIT License (MIT)
327
+
328
+ Copyright (c) 2015 Auth0, Inc. <
[email protected] > (http://auth0.com)
329
+
330
+ Permission is hereby granted, free of charge, to any person obtaining a copy
331
+ of this software and associated documentation files (the "Software"), to deal
332
+ in the Software without restriction, including without limitation the rights
333
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
334
+ copies of the Software, and to permit persons to whom the Software is
335
+ furnished to do so, subject to the following conditions:
336
+
337
+ The above copyright notice and this permission notice shall be included in all
338
+ copies or substantial portions of the Software.
339
+
340
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
341
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
342
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
343
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
344
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
345
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
346
+ SOFTWARE.
347
+
348
+
349
+ moment
350
+ MIT
351
+ Copyright (c) JS Foundation and other contributors
352
+
353
+ Permission is hereby granted, free of charge, to any person
354
+ obtaining a copy of this software and associated documentation
355
+ files (the "Software"), to deal in the Software without
356
+ restriction, including without limitation the rights to use,
357
+ copy, modify, merge, publish, distribute, sublicense, and/or sell
358
+ copies of the Software, and to permit persons to whom the
359
+ Software is furnished to do so, subject to the following
360
+ conditions:
361
+
362
+ The above copyright notice and this permission notice shall be
363
+ included in all copies or substantial portions of the Software.
364
+
365
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
366
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
367
+ OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
368
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
369
+ HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
370
+ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
371
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
372
+ OTHER DEALINGS IN THE SOFTWARE.
373
+
374
+
319
375
optimism
320
376
MIT
321
377
MIT License
0 commit comments