@nocobase/app 2.1.0-beta.23 → 2.1.0-beta.25

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.
@@ -11,6 +11,14 @@
11
11
  * @license MIT
12
12
  */
13
13
 
14
+ /*!
15
+ * JavaScript Cookie v2.2.1
16
+ * https://github.com/js-cookie/js-cookie
17
+ *
18
+ * Copyright 2006, 2015 Klaus Hartl & Fagner Brack
19
+ * Released under the MIT license
20
+ */
21
+
14
22
  /*!
15
23
  * MIT License
16
24
  *
@@ -135,6 +143,12 @@
135
143
  * Released under the MIT License.
136
144
  */
137
145
 
146
+ /*!
147
+ * screenfull
148
+ * v5.2.0 - 2021-11-03
149
+ * (c) Sindre Sorhus; MIT License
150
+ */
151
+
138
152
  /*!
139
153
  * decimal.js v10.4.3
140
154
  * An arbitrary-precision Decimal type for JavaScript.