@abtnode/blocklet-services 1.7.13 → 1.7.16

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 (55) hide show
  1. package/api/index.js +6 -3
  2. package/api/middlewares/check-blocklet.js +14 -0
  3. package/api/services/auth/connect/login.js +21 -2
  4. package/api/services/auth/connect/switch-passport.js +10 -0
  5. package/api/services/auth/connect/switch-profile.js +11 -1
  6. package/api/util/index.js +45 -6
  7. package/build/asset-manifest.json +28 -28
  8. package/build/index.html +1 -1
  9. package/build/{precache-manifest.5f319c29c408a50466b0d034dc444e5f.js → precache-manifest.fa7b4ab579d57fabdd2f661bbe9477eb.js} +27 -27
  10. package/build/service-worker.js +1 -1
  11. package/build/static/js/0.0e886baa.chunk.js +3 -0
  12. package/build/static/js/{0.86df5972.chunk.js.LICENSE.txt → 0.0e886baa.chunk.js.LICENSE.txt} +0 -0
  13. package/build/static/js/0.0e886baa.chunk.js.map +1 -0
  14. package/build/static/js/1.ad8ebbc7.chunk.js +2 -0
  15. package/build/static/js/1.ad8ebbc7.chunk.js.map +1 -0
  16. package/build/static/js/10.4bc669a4.chunk.js +2 -0
  17. package/build/static/js/10.4bc669a4.chunk.js.map +1 -0
  18. package/build/static/js/4.5ba3405d.chunk.js +3 -0
  19. package/build/static/js/{4.6313a12f.chunk.js.LICENSE.txt → 4.5ba3405d.chunk.js.LICENSE.txt} +31 -43
  20. package/build/static/js/4.5ba3405d.chunk.js.map +1 -0
  21. package/build/static/js/5.bbb19a41.chunk.js +2 -0
  22. package/build/static/js/5.bbb19a41.chunk.js.map +1 -0
  23. package/build/static/js/6.81f46015.chunk.js +2 -0
  24. package/build/static/js/6.81f46015.chunk.js.map +1 -0
  25. package/build/static/js/7.bf50e386.chunk.js +2 -0
  26. package/build/static/js/7.bf50e386.chunk.js.map +1 -0
  27. package/build/static/js/8.7b812796.chunk.js +2 -0
  28. package/build/static/js/8.7b812796.chunk.js.map +1 -0
  29. package/build/static/js/9.fb2b8a65.chunk.js +2 -0
  30. package/build/static/js/9.fb2b8a65.chunk.js.map +1 -0
  31. package/build/static/js/main.de8a9159.chunk.js +2 -0
  32. package/build/static/js/main.de8a9159.chunk.js.map +1 -0
  33. package/build/static/js/{runtime-main.c57b91d0.js → runtime-main.829b2277.js} +2 -2
  34. package/build/static/js/{runtime-main.c57b91d0.js.map → runtime-main.829b2277.js.map} +1 -1
  35. package/package.json +32 -29
  36. package/build/static/js/0.86df5972.chunk.js +0 -3
  37. package/build/static/js/0.86df5972.chunk.js.map +0 -1
  38. package/build/static/js/1.b67e3571.chunk.js +0 -2
  39. package/build/static/js/1.b67e3571.chunk.js.map +0 -1
  40. package/build/static/js/10.6f840670.chunk.js +0 -2
  41. package/build/static/js/10.6f840670.chunk.js.map +0 -1
  42. package/build/static/js/4.6313a12f.chunk.js +0 -3
  43. package/build/static/js/4.6313a12f.chunk.js.map +0 -1
  44. package/build/static/js/5.4fa6174b.chunk.js +0 -2
  45. package/build/static/js/5.4fa6174b.chunk.js.map +0 -1
  46. package/build/static/js/6.84afc8e0.chunk.js +0 -2
  47. package/build/static/js/6.84afc8e0.chunk.js.map +0 -1
  48. package/build/static/js/7.33ef0515.chunk.js +0 -2
  49. package/build/static/js/7.33ef0515.chunk.js.map +0 -1
  50. package/build/static/js/8.6684f959.chunk.js +0 -2
  51. package/build/static/js/8.6684f959.chunk.js.map +0 -1
  52. package/build/static/js/9.d7a1d6be.chunk.js +0 -2
  53. package/build/static/js/9.d7a1d6be.chunk.js.map +0 -1
  54. package/build/static/js/main.d9f162f2.chunk.js +0 -2
  55. package/build/static/js/main.d9f162f2.chunk.js.map +0 -1
@@ -1,9 +1,3 @@
1
- /*
2
- object-assign
3
- (c) Sindre Sorhus
4
- @license MIT
5
- */
6
-
7
1
  /*!
8
2
  * EventEmitter v5.2.9 - git.io/ee
9
3
  * Unlicense - http://unlicense.org/
@@ -44,15 +38,18 @@ PERFORMANCE OF THIS SOFTWARE.
44
38
  /*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
45
39
 
46
40
  /**
47
- * A better abstraction over CSS.
41
+ * @license React
42
+ * react-dom.production.min.js
48
43
  *
49
- * @copyright Oleg Isonen (Slobodskoi) / Isonen 2014-present
50
- * @website https://github.com/cssinjs/jss
51
- * @license MIT
44
+ * Copyright (c) Facebook, Inc. and its affiliates.
45
+ *
46
+ * This source code is licensed under the MIT license found in the
47
+ * LICENSE file in the root directory of this source tree.
52
48
  */
53
49
 
54
- /** @license React v0.19.1
55
- * scheduler.production.min.js
50
+ /**
51
+ * @license React
52
+ * react-jsx-runtime.production.min.js
56
53
  *
57
54
  * Copyright (c) Facebook, Inc. and its affiliates.
58
55
  *
@@ -60,8 +57,9 @@ PERFORMANCE OF THIS SOFTWARE.
60
57
  * LICENSE file in the root directory of this source tree.
61
58
  */
62
59
 
63
- /** @license React v16.13.1
64
- * react-is.production.min.js
60
+ /**
61
+ * @license React
62
+ * react.production.min.js
65
63
  *
66
64
  * Copyright (c) Facebook, Inc. and its affiliates.
67
65
  *
@@ -69,8 +67,9 @@ PERFORMANCE OF THIS SOFTWARE.
69
67
  * LICENSE file in the root directory of this source tree.
70
68
  */
71
69
 
72
- /** @license React v16.14.0
73
- * react-dom.production.min.js
70
+ /**
71
+ * @license React
72
+ * scheduler.production.min.js
74
73
  *
75
74
  * Copyright (c) Facebook, Inc. and its affiliates.
76
75
  *
@@ -78,16 +77,21 @@ PERFORMANCE OF THIS SOFTWARE.
78
77
  * LICENSE file in the root directory of this source tree.
79
78
  */
80
79
 
81
- /** @license React v16.14.0
82
- * react.production.min.js
80
+ /**
81
+ * A better abstraction over CSS.
83
82
  *
84
- * Copyright (c) Facebook, Inc. and its affiliates.
83
+ * @copyright Oleg Isonen (Slobodskoi) / Isonen 2014-present
84
+ * @website https://github.com/cssinjs/jss
85
+ * @license MIT
86
+ */
87
+
88
+ /** @license MUI v5.7.0
85
89
  *
86
90
  * This source code is licensed under the MIT license found in the
87
91
  * LICENSE file in the root directory of this source tree.
88
92
  */
89
93
 
90
- /** @license React v17.0.2
94
+ /** @license React v16.13.1
91
95
  * react-is.production.min.js
92
96
  *
93
97
  * Copyright (c) Facebook, Inc. and its affiliates.
@@ -96,27 +100,11 @@ PERFORMANCE OF THIS SOFTWARE.
96
100
  * LICENSE file in the root directory of this source tree.
97
101
  */
98
102
 
99
- /**!
100
- * @fileOverview Kickass library to create and place poppers near their reference elements.
101
- * @version 1.16.1-lts
102
- * @license
103
- * Copyright (c) 2016 Federico Zivolo and contributors
104
- *
105
- * Permission is hereby granted, free of charge, to any person obtaining a copy
106
- * of this software and associated documentation files (the "Software"), to deal
107
- * in the Software without restriction, including without limitation the rights
108
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
109
- * copies of the Software, and to permit persons to whom the Software is
110
- * furnished to do so, subject to the following conditions:
111
- *
112
- * The above copyright notice and this permission notice shall be included in all
113
- * copies or substantial portions of the Software.
114
- *
115
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
116
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
117
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
118
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
119
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
120
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
121
- * SOFTWARE.
103
+ /** @license React v17.0.2
104
+ * react-is.production.min.js
105
+ *
106
+ * Copyright (c) Facebook, Inc. and its affiliates.
107
+ *
108
+ * This source code is licensed under the MIT license found in the
109
+ * LICENSE file in the root directory of this source tree.
122
110
  */