@letscooee/web-sdk 9.1.2 → 9.2.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.
@@ -1,66 +0,0 @@
1
- /*!
2
- localForage -- Offline Storage, Improved
3
- Version 1.10.0
4
- https://localforage.github.io/localForage
5
- (c) 2013-2017 Mozilla, Apache License 2.0
6
- */
7
-
8
- /*!
9
- *
10
- * detectIncognito v1.3.7
11
- *
12
- * https://github.com/Joe12387/detectIncognito
13
- *
14
- * MIT License
15
- *
16
- * Copyright (c) 2021 - 2024 Joe Rutkowski <Joe@dreggle.com>
17
- *
18
- * Permission is hereby granted, free of charge, to any person obtaining a copy
19
- * of this software and associated documentation files (the "Software"), to deal
20
- * in the Software without restriction, including without limitation the rights
21
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
22
- * copies of the Software, and to permit persons to whom the Software is
23
- * furnished to do so, subject to the following conditions:
24
- *
25
- * The above copyright notice and this permission notice shall be included in all
26
- * copies or substantial portions of the Software.
27
- *
28
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
29
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
30
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
31
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
32
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
33
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
34
- * SOFTWARE.
35
- *
36
- * Please keep this comment intact in order to properly abide by the MIT License.
37
- *
38
- **/
39
-
40
- /*!
41
- * js-logger - http://github.com/jonnyreeves/js-logger
42
- * Jonny Reeves, http://jonnyreeves.co.uk/
43
- * js-logger may be freely distributed under the MIT license.
44
- */
45
-
46
- /*!
47
- * mustache.js - Logic-less {{mustache}} templates with JavaScript
48
- * http://github.com/janl/mustache.js
49
- */
50
-
51
- /*! *****************************************************************************
52
- Copyright (c) Microsoft Corporation.
53
-
54
- Permission to use, copy, modify, and/or distribute this software for any
55
- purpose with or without fee is hereby granted.
56
-
57
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
58
- REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
59
- AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
60
- INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
61
- LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
62
- OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
63
- PERFORMANCE OF THIS SOFTWARE.
64
- ***************************************************************************** */
65
-
66
- /*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */