@abtnode/blocklet-services 1.16.0-beta-7a7d5d97 → 1.16.0-beta-b741bcb3
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.
- package/api/libs/auth/utils.js +30 -3
- package/api/libs/connect/session.js +48 -38
- package/api/routes/oauth.js +156 -71
- package/build/asset-manifest.json +13 -13
- package/build/index.html +1 -1
- package/build/static/css/{943.60476cc0.chunk.css → 344.d2f73ebf.chunk.css} +1 -1
- package/build/static/js/{343.5125993c.chunk.js → 343.4f9f63d5.chunk.js} +2 -2
- package/build/static/js/{943.eee42740.chunk.js → 344.080c2deb.chunk.js} +3 -3
- package/build/static/js/{663.11e67b21.chunk.js → 648.e478fa43.chunk.js} +3 -3
- package/build/static/js/{712.f88b2e9d.chunk.js → 712.9667cdcd.chunk.js} +3 -2
- package/build/static/js/712.9667cdcd.chunk.js.LICENSE.txt +5 -0
- package/build/static/js/main.2b01fa6f.js +3 -0
- package/build/static/js/{main.9f0c5d12.js.LICENSE.txt → main.2b01fa6f.js.LICENSE.txt} +0 -6
- package/package.json +23 -23
- package/build/static/js/main.9f0c5d12.js +0 -3
- /package/build/static/js/{943.eee42740.chunk.js.LICENSE.txt → 344.080c2deb.chunk.js.LICENSE.txt} +0 -0
- /package/build/static/js/{663.11e67b21.chunk.js.LICENSE.txt → 648.e478fa43.chunk.js.LICENSE.txt} +0 -0
|
@@ -25,12 +25,6 @@
|
|
|
25
25
|
@version 6.4.0
|
|
26
26
|
*/
|
|
27
27
|
|
|
28
|
-
/*!
|
|
29
|
-
* screenfull
|
|
30
|
-
* v5.2.0 - 2021-11-03
|
|
31
|
-
* (c) Sindre Sorhus; MIT License
|
|
32
|
-
*/
|
|
33
|
-
|
|
34
28
|
/*! https://mths.be/punycode v1.3.2 by @mathias */
|
|
35
29
|
|
|
36
30
|
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "1.16.0-beta-
|
|
6
|
+
"version": "1.16.0-beta-b741bcb3",
|
|
7
7
|
"description": "Provide unified services for every blocklet",
|
|
8
8
|
"main": "api/index.js",
|
|
9
9
|
"files": [
|
|
@@ -31,16 +31,16 @@
|
|
|
31
31
|
"author": "wangshijun <wangshijun2010@gmail.com> (http://github.com/wangshijun)",
|
|
32
32
|
"license": "MIT",
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@abtnode/auth": "1.16.0-beta-
|
|
35
|
-
"@abtnode/client": "1.16.0-beta-
|
|
36
|
-
"@abtnode/constant": "1.16.0-beta-
|
|
37
|
-
"@abtnode/core": "1.16.0-beta-
|
|
38
|
-
"@abtnode/cron": "1.16.0-beta-
|
|
39
|
-
"@abtnode/db": "1.16.0-beta-
|
|
40
|
-
"@abtnode/logger": "1.16.0-beta-
|
|
41
|
-
"@abtnode/router-adapter": "1.16.0-beta-
|
|
42
|
-
"@abtnode/router-templates": "1.16.0-beta-
|
|
43
|
-
"@abtnode/util": "1.16.0-beta-
|
|
34
|
+
"@abtnode/auth": "1.16.0-beta-b741bcb3",
|
|
35
|
+
"@abtnode/client": "1.16.0-beta-b741bcb3",
|
|
36
|
+
"@abtnode/constant": "1.16.0-beta-b741bcb3",
|
|
37
|
+
"@abtnode/core": "1.16.0-beta-b741bcb3",
|
|
38
|
+
"@abtnode/cron": "1.16.0-beta-b741bcb3",
|
|
39
|
+
"@abtnode/db": "1.16.0-beta-b741bcb3",
|
|
40
|
+
"@abtnode/logger": "1.16.0-beta-b741bcb3",
|
|
41
|
+
"@abtnode/router-adapter": "1.16.0-beta-b741bcb3",
|
|
42
|
+
"@abtnode/router-templates": "1.16.0-beta-b741bcb3",
|
|
43
|
+
"@abtnode/util": "1.16.0-beta-b741bcb3",
|
|
44
44
|
"@arcblock/did": "^1.18.64",
|
|
45
45
|
"@arcblock/did-auth": "1.18.64",
|
|
46
46
|
"@arcblock/did-auth-storage-nedb": "^1.7.1",
|
|
@@ -48,14 +48,14 @@
|
|
|
48
48
|
"@arcblock/event-hub": "1.18.64",
|
|
49
49
|
"@arcblock/jwt": "1.18.64",
|
|
50
50
|
"@arcblock/ws": "1.18.64",
|
|
51
|
-
"@blocklet/constant": "1.16.0-beta-
|
|
51
|
+
"@blocklet/constant": "1.16.0-beta-b741bcb3",
|
|
52
52
|
"@blocklet/form-builder": "^0.1.10",
|
|
53
53
|
"@blocklet/form-collector": "^0.1.5",
|
|
54
|
-
"@blocklet/meta": "1.16.0-beta-
|
|
55
|
-
"@blocklet/sdk": "1.16.0-beta-
|
|
56
|
-
"@did-connect/authenticator": "^2.1.
|
|
57
|
-
"@did-connect/relay-adapter-express": "^2.1.
|
|
58
|
-
"@did-connect/storage-nedb": "^2.1.
|
|
54
|
+
"@blocklet/meta": "1.16.0-beta-b741bcb3",
|
|
55
|
+
"@blocklet/sdk": "1.16.0-beta-b741bcb3",
|
|
56
|
+
"@did-connect/authenticator": "^2.1.47",
|
|
57
|
+
"@did-connect/relay-adapter-express": "^2.1.47",
|
|
58
|
+
"@did-connect/storage-nedb": "^2.1.47",
|
|
59
59
|
"@ocap/client": "1.18.64",
|
|
60
60
|
"@ocap/util": "1.18.64",
|
|
61
61
|
"auth0": "^3.3.0",
|
|
@@ -88,12 +88,12 @@
|
|
|
88
88
|
"@nedb/multi": "^2.0.5"
|
|
89
89
|
},
|
|
90
90
|
"devDependencies": {
|
|
91
|
-
"@abtnode/ux": "1.16.0-beta-
|
|
92
|
-
"@arcblock/did-connect": "^2.5.
|
|
93
|
-
"@arcblock/icons": "^2.5.
|
|
94
|
-
"@arcblock/ux": "^2.5.
|
|
91
|
+
"@abtnode/ux": "1.16.0-beta-b741bcb3",
|
|
92
|
+
"@arcblock/did-connect": "^2.5.18",
|
|
93
|
+
"@arcblock/icons": "^2.5.18",
|
|
94
|
+
"@arcblock/ux": "^2.5.18",
|
|
95
95
|
"@blocklet/launcher-layout": "1.9.65",
|
|
96
|
-
"@blocklet/ui-react": "^2.5.
|
|
96
|
+
"@blocklet/ui-react": "^2.5.18",
|
|
97
97
|
"@emotion/react": "^11.10.4",
|
|
98
98
|
"@emotion/styled": "^11.10.4",
|
|
99
99
|
"@iconify/iconify": "^2.2.1",
|
|
@@ -153,5 +153,5 @@
|
|
|
153
153
|
"url": "https://github.com/ArcBlock/blocklet-server/issues",
|
|
154
154
|
"email": "shijun@arcblock.io"
|
|
155
155
|
},
|
|
156
|
-
"gitHead": "
|
|
156
|
+
"gitHead": "f41666daf2c499566ff2f8e76a2de4fa6e1122ba"
|
|
157
157
|
}
|