@roomstay/frontend 2.6.28 → 2.6.30

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.
@@ -10,6 +10,14 @@ object-assign
10
10
  http://jedwatson.github.io/classnames
11
11
  */
12
12
 
13
+ /*!
14
+ * decimal.js v10.4.3
15
+ * An arbitrary-precision Decimal type for JavaScript.
16
+ * https://github.com/MikeMcl/decimal.js
17
+ * Copyright (c) 2022 Michael Mclaughlin <M8ch88l@gmail.com>
18
+ * MIT Licence
19
+ */
20
+
13
21
  /*!
14
22
  * focus-trap 6.9.4
15
23
  * @license MIT, https://github.com/focus-trap/focus-trap/blob/master/LICENSE
@@ -30,8 +38,6 @@ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
30
38
  PERFORMANCE OF THIS SOFTWARE.
31
39
  ***************************************************************************** */
32
40
 
33
- /*! For license information please see web.js.LICENSE.txt */
34
-
35
41
  /*! https://mths.be/base64 v1.0.0 by @mathias | MIT license */
36
42
 
37
43
  /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@roomstay/frontend",
3
- "version": "2.6.28",
3
+ "version": "2.6.30",
4
4
  "author": {
5
5
  "name": "Roomstay",
6
6
  "email": "rob@roomstay.io",