@abtnode/blocklet-services 1.8.26 → 1.8.27

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.
Files changed (56) hide show
  1. package/api/index.js +5 -2
  2. package/api/middlewares/check-running.js +1 -1
  3. package/api/routes/blocklet.js +1 -1
  4. package/api/routes/env.js +1 -1
  5. package/api/services/auth/index.js +27 -7
  6. package/api/services/dashboard/index.js +153 -0
  7. package/api/services/static.js +8 -6
  8. package/api/util/index.js +6 -1
  9. package/build/asset-manifest.json +27 -17
  10. package/build/index.html +1 -1
  11. package/build/static/css/738.18a3eb84.chunk.css +2 -0
  12. package/build/static/css/738.18a3eb84.chunk.css.map +1 -0
  13. package/build/static/js/123.fd74ee54.chunk.js +2 -0
  14. package/build/static/js/123.fd74ee54.chunk.js.map +1 -0
  15. package/build/static/js/203.9033bd1d.chunk.js +2 -0
  16. package/build/static/js/203.9033bd1d.chunk.js.map +1 -0
  17. package/build/static/js/301.aff37b48.chunk.js +2 -0
  18. package/build/static/js/301.aff37b48.chunk.js.map +1 -0
  19. package/build/static/js/628.78b77407.chunk.js +2 -0
  20. package/build/static/js/628.78b77407.chunk.js.map +1 -0
  21. package/build/static/js/662.a7f2c44c.chunk.js +2 -0
  22. package/build/static/js/662.a7f2c44c.chunk.js.map +1 -0
  23. package/build/static/js/737.9a5b1e7b.chunk.js +2 -0
  24. package/build/static/js/737.9a5b1e7b.chunk.js.map +1 -0
  25. package/build/static/js/738.35e5be1f.chunk.js +3 -0
  26. package/build/static/js/738.35e5be1f.chunk.js.LICENSE.txt +68 -0
  27. package/build/static/js/738.35e5be1f.chunk.js.map +1 -0
  28. package/build/static/js/868.04c225a9.chunk.js +2 -0
  29. package/build/static/js/868.04c225a9.chunk.js.map +1 -0
  30. package/build/static/js/924.7980ec5c.chunk.js +2 -0
  31. package/build/static/js/924.7980ec5c.chunk.js.map +1 -0
  32. package/build/static/js/931.4448ec5d.chunk.js +3 -0
  33. package/build/static/js/931.4448ec5d.chunk.js.LICENSE.txt +10 -0
  34. package/build/static/js/931.4448ec5d.chunk.js.map +1 -0
  35. package/build/static/js/972.4befe3c8.chunk.js +2 -0
  36. package/build/static/js/972.4befe3c8.chunk.js.map +1 -0
  37. package/build/static/js/main.d9131f59.js +3 -0
  38. package/build/static/js/{main.55b7e605.js.LICENSE.txt → main.d9131f59.js.LICENSE.txt} +1 -1
  39. package/build/static/js/main.d9131f59.js.map +1 -0
  40. package/package.json +30 -26
  41. package/build/static/js/199.71b6a290.chunk.js +0 -2
  42. package/build/static/js/199.71b6a290.chunk.js.map +0 -1
  43. package/build/static/js/244.6bfddb66.chunk.js +0 -2
  44. package/build/static/js/244.6bfddb66.chunk.js.map +0 -1
  45. package/build/static/js/400.c6e11e32.chunk.js +0 -2
  46. package/build/static/js/400.c6e11e32.chunk.js.map +0 -1
  47. package/build/static/js/532.df6be59f.chunk.js +0 -2
  48. package/build/static/js/532.df6be59f.chunk.js.map +0 -1
  49. package/build/static/js/575.c326c064.chunk.js +0 -2
  50. package/build/static/js/575.c326c064.chunk.js.map +0 -1
  51. package/build/static/js/597.6e6ef8c5.chunk.js +0 -2
  52. package/build/static/js/597.6e6ef8c5.chunk.js.map +0 -1
  53. package/build/static/js/737.93eeec19.chunk.js +0 -2
  54. package/build/static/js/737.93eeec19.chunk.js.map +0 -1
  55. package/build/static/js/main.55b7e605.js +0 -3
  56. package/build/static/js/main.55b7e605.js.map +0 -1
@@ -0,0 +1,68 @@
1
+ /*
2
+ object-assign
3
+ (c) Sindre Sorhus
4
+ @license MIT
5
+ */
6
+
7
+ /*!
8
+ Copyright (c) 2018 Jed Watson.
9
+ Licensed under the MIT License (MIT), see
10
+ http://jedwatson.github.io/classnames
11
+ */
12
+
13
+ /*!
14
+ * @uiw/copy-to-clipboard v1.0.12
15
+ * Copy to clipboard.
16
+ *
17
+ * Copyright (c) 2021 Kenny Wang
18
+ * https://github.com/uiwjs/copy-to-clipboard.git
19
+ *
20
+ * Licensed under the MIT license.
21
+ */
22
+
23
+ /*!
24
+ * Determine if an object is a Buffer
25
+ *
26
+ * @author Feross Aboukhadijeh <https://feross.org>
27
+ * @license MIT
28
+ */
29
+
30
+ /**
31
+ * @license
32
+ * Lodash <https://lodash.com/>
33
+ * Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
34
+ * Released under MIT license <https://lodash.com/license>
35
+ * Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
36
+ * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
37
+ */
38
+
39
+ /**
40
+ * A better abstraction over CSS.
41
+ *
42
+ * @copyright Oleg Isonen (Slobodskoi) / Isonen 2014-present
43
+ * @website https://github.com/cssinjs/jss
44
+ * @license MIT
45
+ */
46
+
47
+ /**
48
+ * (c) Iconify
49
+ *
50
+ * For the full copyright and license information, please view the license.txt or license.gpl.txt
51
+ * files at https://github.com/iconify/iconify
52
+ *
53
+ * Licensed under Apache 2.0 or GPL 2.0 at your option.
54
+ * If derivative product is not compatible with one of licenses, you can pick one of licenses.
55
+ *
56
+ * @license Apache 2.0
57
+ * @license GPL 2.0
58
+ * @version 2.2.1
59
+ */
60
+
61
+ /** @license React v17.0.2
62
+ * react-is.production.min.js
63
+ *
64
+ * Copyright (c) Facebook, Inc. and its affiliates.
65
+ *
66
+ * This source code is licensed under the MIT license found in the
67
+ * LICENSE file in the root directory of this source tree.
68
+ */