@abtnode/blocklet-services 1.16.0-beta-1d6c582e → 1.16.0-beta-99e016c7
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/index.js +4 -2
- package/api/libs/auth/adapters/auth0/authentication-client.js +16 -0
- package/api/libs/auth/adapters/auth0/index.js +7 -0
- package/api/libs/auth/adapters/auth0/management-client.js +36 -0
- package/api/libs/auth/utils.js +90 -0
- package/api/libs/connect/session.js +197 -22
- package/api/libs/notification.js +19 -0
- package/api/routes/oauth.js +346 -0
- package/api/services/auth/connect/bind-wallet.js +56 -0
- package/api/services/auth/index.js +2 -0
- package/api/util/index.js +23 -1
- package/build/asset-manifest.json +15 -15
- package/build/index.html +1 -1
- package/build/static/css/{25.4c069dc5.chunk.css → 943.60476cc0.chunk.css} +1 -1
- package/build/static/js/343.d41f9df4.chunk.js +2 -0
- package/build/static/js/{573.6d8891e3.chunk.js → 573.2687bb44.chunk.js} +2 -2
- package/build/static/js/716.e1534c42.chunk.js +2 -0
- package/build/static/js/{868.43103624.chunk.js → 868.f2fac071.chunk.js} +2 -2
- package/build/static/js/943.eee42740.chunk.js +3 -0
- package/build/static/js/main.918ec6ce.js +3 -0
- package/package.json +31 -27
- package/build/static/js/25.e23e1873.chunk.js +0 -3
- package/build/static/js/343.b10f00a4.chunk.js +0 -2
- package/build/static/js/560.4d01281e.chunk.js +0 -2
- package/build/static/js/main.26769a99.js +0 -3
- /package/build/static/js/{25.e23e1873.chunk.js.LICENSE.txt → 943.eee42740.chunk.js.LICENSE.txt} +0 -0
- /package/build/static/js/{main.26769a99.js.LICENSE.txt → main.918ec6ce.js.LICENSE.txt} +0 -0
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-99e016c7",
|
|
7
7
|
"description": "Provide unified services for every blocklet",
|
|
8
8
|
"main": "api/index.js",
|
|
9
9
|
"files": [
|
|
@@ -31,31 +31,34 @@
|
|
|
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-
|
|
44
|
-
"@arcblock/did
|
|
34
|
+
"@abtnode/auth": "1.16.0-beta-99e016c7",
|
|
35
|
+
"@abtnode/client": "1.16.0-beta-99e016c7",
|
|
36
|
+
"@abtnode/constant": "1.16.0-beta-99e016c7",
|
|
37
|
+
"@abtnode/core": "1.16.0-beta-99e016c7",
|
|
38
|
+
"@abtnode/cron": "1.16.0-beta-99e016c7",
|
|
39
|
+
"@abtnode/db": "1.16.0-beta-99e016c7",
|
|
40
|
+
"@abtnode/logger": "1.16.0-beta-99e016c7",
|
|
41
|
+
"@abtnode/router-adapter": "1.16.0-beta-99e016c7",
|
|
42
|
+
"@abtnode/router-templates": "1.16.0-beta-99e016c7",
|
|
43
|
+
"@abtnode/util": "1.16.0-beta-99e016c7",
|
|
44
|
+
"@arcblock/did": "^1.18.63",
|
|
45
|
+
"@arcblock/did-auth": "1.18.63",
|
|
45
46
|
"@arcblock/did-auth-storage-nedb": "^1.7.1",
|
|
46
|
-
"@arcblock/
|
|
47
|
-
"@arcblock/
|
|
48
|
-
"@arcblock/
|
|
49
|
-
"@
|
|
47
|
+
"@arcblock/did-ext": "^1.18.63",
|
|
48
|
+
"@arcblock/event-hub": "1.18.63",
|
|
49
|
+
"@arcblock/jwt": "1.18.63",
|
|
50
|
+
"@arcblock/ws": "1.18.63",
|
|
51
|
+
"@blocklet/constant": "1.16.0-beta-99e016c7",
|
|
50
52
|
"@blocklet/form-builder": "^0.1.10",
|
|
51
53
|
"@blocklet/form-collector": "^0.1.5",
|
|
52
|
-
"@blocklet/meta": "1.16.0-beta-
|
|
53
|
-
"@blocklet/sdk": "1.16.0-beta-
|
|
54
|
+
"@blocklet/meta": "1.16.0-beta-99e016c7",
|
|
55
|
+
"@blocklet/sdk": "1.16.0-beta-99e016c7",
|
|
54
56
|
"@did-connect/authenticator": "^2.1.44",
|
|
55
57
|
"@did-connect/relay-adapter-express": "^2.1.44",
|
|
56
58
|
"@did-connect/storage-nedb": "^2.1.44",
|
|
57
|
-
"@ocap/client": "1.18.
|
|
58
|
-
"@ocap/util": "1.18.
|
|
59
|
+
"@ocap/client": "1.18.63",
|
|
60
|
+
"@ocap/util": "1.18.63",
|
|
61
|
+
"auth0": "^3.3.0",
|
|
59
62
|
"body-parser": "^1.20.1",
|
|
60
63
|
"buffer": "^6.0.3",
|
|
61
64
|
"compression": "^1.7.4",
|
|
@@ -71,6 +74,7 @@
|
|
|
71
74
|
"jsonwebtoken": "^9.0.0",
|
|
72
75
|
"lodash": "^4.17.21",
|
|
73
76
|
"lru-cache": "^6.0.0",
|
|
77
|
+
"md5": "^2.3.0",
|
|
74
78
|
"minimatch": "^3.0.8",
|
|
75
79
|
"morgan": "^1.10.0",
|
|
76
80
|
"nanoid": "^3.3.4",
|
|
@@ -84,19 +88,19 @@
|
|
|
84
88
|
"@nedb/multi": "^2.0.5"
|
|
85
89
|
},
|
|
86
90
|
"devDependencies": {
|
|
87
|
-
"@abtnode/ux": "1.16.0-beta-
|
|
88
|
-
"@arcblock/did-connect": "^2.5.
|
|
89
|
-
"@arcblock/icons": "^2.5.
|
|
90
|
-
"@arcblock/ux": "^2.5.
|
|
91
|
+
"@abtnode/ux": "1.16.0-beta-99e016c7",
|
|
92
|
+
"@arcblock/did-connect": "^2.5.15",
|
|
93
|
+
"@arcblock/icons": "^2.5.15",
|
|
94
|
+
"@arcblock/ux": "^2.5.15",
|
|
91
95
|
"@blocklet/launcher-layout": "1.9.65",
|
|
92
|
-
"@blocklet/ui-react": "^2.5.
|
|
96
|
+
"@blocklet/ui-react": "^2.5.15",
|
|
93
97
|
"@emotion/react": "^11.10.4",
|
|
94
98
|
"@emotion/styled": "^11.10.4",
|
|
95
99
|
"@iconify/iconify": "^2.2.1",
|
|
96
100
|
"@mui/icons-material": "^5.10.6",
|
|
97
101
|
"@mui/material": "^5.10.8",
|
|
98
102
|
"@mui/styles": "^5.10.8",
|
|
99
|
-
"@ocap/wallet": "1.18.
|
|
103
|
+
"@ocap/wallet": "1.18.63",
|
|
100
104
|
"ahooks": "^3.7.1",
|
|
101
105
|
"axios": "^0.27.2",
|
|
102
106
|
"copy-webpack-plugin": "^11.0.0",
|
|
@@ -149,5 +153,5 @@
|
|
|
149
153
|
"url": "https://github.com/ArcBlock/blocklet-server/issues",
|
|
150
154
|
"email": "shijun@arcblock.io"
|
|
151
155
|
},
|
|
152
|
-
"gitHead": "
|
|
156
|
+
"gitHead": "6dcb70e4613c92752d7b5f2662ac4b0e3bc9050b"
|
|
153
157
|
}
|