parse-dashboard 5.1.0 → 5.2.0-alpha.2

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.
@@ -25,8 +25,18 @@ object-assign
25
25
  * Released under the MIT License.
26
26
  */
27
27
 
28
+ /*! jssha v3.2.0 | (c) Brian Turek <brian.turek@gmail.com> | BSD-3-Clause | https://github.com/Caligatio/jsSHA */
29
+
30
+ /*! otpauth v8.0.3 | (c) Héctor Molinero Fernández <hector@molinero.dev> | MIT | https://github.com/hectorm/otpauth */
31
+
28
32
  /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
29
33
 
34
+ /**
35
+ * @license bcrypt.js (c) 2013 Daniel Wirtz <dcode@dcode.io>
36
+ * Released under the Apache License, Version 2.0
37
+ * see: https://github.com/dcodeIO/bcrypt.js for details
38
+ */
39
+
30
40
  /**
31
41
  * @remix-run/router v1.0.1
32
42
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "parse-dashboard",
3
- "version": "5.1.0",
3
+ "version": "5.2.0-alpha.2",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/ParsePlatform/parse-dashboard"