@felloh-org/lambda-wrapper 1.11.103 → 1.11.105

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,167 +1 @@
1
- /*
2
- * This module provides a simplified interface into the Aurora Serverless
3
- * Data API by abstracting away the notion of field values.
4
- *
5
- * More detail regarding the Aurora Serverless Data APIcan be found here:
6
- * https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/data-api.html
7
- *
8
- * @author Jeremy Daly <jeremy@jeremydaly.com>
9
- * @version 1.2.0
10
- * @license MIT
11
- */
12
-
13
- /*!
14
- * Copyright 2010 LearnBoost <dev@learnboost.com>
15
- *
16
- * Licensed under the Apache License, Version 2.0 (the "License");
17
- * you may not use this file except in compliance with the License.
18
- * You may obtain a copy of the License at
19
- *
20
- * http://www.apache.org/licenses/LICENSE-2.0
21
- *
22
- * Unless required by applicable law or agreed to in writing, software
23
- * distributed under the License is distributed on an "AS IS" BASIS,
24
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
25
- * See the License for the specific language governing permissions and
26
- * limitations under the License.
27
- */
28
-
29
- /*!
30
- * Copyright (c) 2015, Salesforce.com, Inc.
31
- * All rights reserved.
32
- *
33
- * Redistribution and use in source and binary forms, with or without
34
- * modification, are permitted provided that the following conditions are met:
35
- *
36
- * 1. Redistributions of source code must retain the above copyright notice,
37
- * this list of conditions and the following disclaimer.
38
- *
39
- * 2. Redistributions in binary form must reproduce the above copyright notice,
40
- * this list of conditions and the following disclaimer in the documentation
41
- * and/or other materials provided with the distribution.
42
- *
43
- * 3. Neither the name of Salesforce.com nor the names of its contributors may
44
- * be used to endorse or promote products derived from this software without
45
- * specific prior written permission.
46
- *
47
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
48
- * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
49
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
50
- * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
51
- * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
52
- * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
53
- * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
54
- * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
55
- * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
56
- * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
57
- * POSSIBILITY OF SUCH DAMAGE.
58
- */
59
-
60
- /*!
61
- * Copyright (c) 2018, Salesforce.com, Inc.
62
- * All rights reserved.
63
- *
64
- * Redistribution and use in source and binary forms, with or without
65
- * modification, are permitted provided that the following conditions are met:
66
- *
67
- * 1. Redistributions of source code must retain the above copyright notice,
68
- * this list of conditions and the following disclaimer.
69
- *
70
- * 2. Redistributions in binary form must reproduce the above copyright notice,
71
- * this list of conditions and the following disclaimer in the documentation
72
- * and/or other materials provided with the distribution.
73
- *
74
- * 3. Neither the name of Salesforce.com nor the names of its contributors may
75
- * be used to endorse or promote products derived from this software without
76
- * specific prior written permission.
77
- *
78
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
79
- * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
80
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
81
- * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
82
- * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
83
- * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
84
- * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
85
- * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
86
- * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
87
- * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
88
- * POSSIBILITY OF SUCH DAMAGE.
89
- */
90
-
91
- /*!
92
- * The buffer module from node.js, for the browser.
93
- *
94
- * @author Feross Aboukhadijeh <https://feross.org>
95
- * @license MIT
96
- */
97
-
98
- /*!
99
- * Tmp
100
- *
101
- * Copyright (c) 2011-2017 KARASZI Istvan <github@spam.raszi.hu>
102
- *
103
- * MIT Licensed
104
- */
105
-
106
- /*!
107
- * mime-db
108
- * Copyright(c) 2014 Jonathan Ong
109
- * Copyright(c) 2015-2022 Douglas Christopher Wilson
110
- * MIT Licensed
111
- */
112
-
113
- /*!
114
- * mime-types
115
- * Copyright(c) 2014 Jonathan Ong
116
- * Copyright(c) 2015 Douglas Christopher Wilson
117
- * MIT Licensed
118
- */
119
-
120
- /*!
121
- * validate.js 0.13.1
122
- *
123
- * (c) 2013-2019 Nicklas Ansman, 2013 Wrapp
124
- * Validate.js may be freely distributed under the MIT license.
125
- * For all details and documentation:
126
- * http://validatejs.org/
127
- */
128
-
129
- /*!
130
- */
131
-
132
- /*! *****************************************************************************
133
- Copyright (C) Microsoft. All rights reserved.
134
- Licensed under the Apache License, Version 2.0 (the "License"); you may not use
135
- this file except in compliance with the License. You may obtain a copy of the
136
- License at http://www.apache.org/licenses/LICENSE-2.0
137
-
138
- THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
139
- KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
140
- WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
141
- MERCHANTABLITY OR NON-INFRINGEMENT.
142
-
143
- See the Apache Version 2.0 License for specific language governing permissions
144
- and limitations under the License.
145
- ***************************************************************************** */
146
-
147
- /*! http://mths.be/fromcodepoint v0.1.0 by @mathias */
148
-
149
- /*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
150
-
151
1
  /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
152
-
153
- /*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
154
-
155
- /** @license URI.js v4.4.1 (c) 2011 Gary Court. License: http://github.com/garycourt/uri-js */
156
-
157
- //! authors : Tim Wood, Iskren Chernev, Moment.js contributors
158
-
159
- //! license : MIT
160
-
161
- //! moment.js
162
-
163
- //! moment.js locale configuration
164
-
165
- //! momentjs.com
166
-
167
- //! version : 2.30.1