@abtnode/blocklet-services 1.16.3 → 1.16.4-beta-8682e092
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 +1 -0
- package/api/libs/auth/utils.js +5 -2
- package/api/libs/connect/session.js +189 -139
- package/api/routes/oauth.js +164 -172
- package/api/services/auth/connect/bind-wallet.js +2 -15
- package/api/services/oauth/index.js +249 -0
- package/api/socket/channel/did.js +13 -1
- package/build/asset-manifest.json +11 -11
- package/build/index.html +1 -1
- package/build/static/css/{344.d2f73ebf.chunk.css → 204.1d1e88ad.chunk.css} +1 -1
- package/build/static/js/204.df50af69.chunk.js +3 -0
- package/build/static/js/343.b31c2008.chunk.js +2 -0
- package/build/static/js/{648.e478fa43.chunk.js → 648.9062f63d.chunk.js} +3 -3
- package/build/static/js/main.49a7bef5.js +3 -0
- package/package.json +33 -32
- package/build/static/js/343.1614c11a.chunk.js +0 -2
- package/build/static/js/344.058d0532.chunk.js +0 -3
- package/build/static/js/main.07407e14.js +0 -3
- /package/build/static/js/{344.058d0532.chunk.js.LICENSE.txt → 204.df50af69.chunk.js.LICENSE.txt} +0 -0
- /package/build/static/js/{648.e478fa43.chunk.js.LICENSE.txt → 648.9062f63d.chunk.js.LICENSE.txt} +0 -0
- /package/build/static/js/{main.07407e14.js.LICENSE.txt → main.49a7bef5.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.
|
|
6
|
+
"version": "1.16.4-beta-8682e092",
|
|
7
7
|
"description": "Provide unified services for every blocklet",
|
|
8
8
|
"main": "api/index.js",
|
|
9
9
|
"files": [
|
|
@@ -31,33 +31,33 @@
|
|
|
31
31
|
"author": "wangshijun <wangshijun2010@gmail.com> (http://github.com/wangshijun)",
|
|
32
32
|
"license": "MIT",
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@abtnode/auth": "1.16.
|
|
35
|
-
"@abtnode/client": "1.16.
|
|
36
|
-
"@abtnode/constant": "1.16.
|
|
37
|
-
"@abtnode/core": "1.16.
|
|
38
|
-
"@abtnode/cron": "1.16.
|
|
39
|
-
"@abtnode/db": "1.16.
|
|
40
|
-
"@abtnode/logger": "1.16.
|
|
41
|
-
"@abtnode/router-adapter": "1.16.
|
|
42
|
-
"@abtnode/router-templates": "1.16.
|
|
43
|
-
"@abtnode/util": "1.16.
|
|
44
|
-
"@arcblock/did": "^1.18.
|
|
45
|
-
"@arcblock/did-auth": "1.18.
|
|
34
|
+
"@abtnode/auth": "1.16.4-beta-8682e092",
|
|
35
|
+
"@abtnode/client": "1.16.4-beta-8682e092",
|
|
36
|
+
"@abtnode/constant": "1.16.4-beta-8682e092",
|
|
37
|
+
"@abtnode/core": "1.16.4-beta-8682e092",
|
|
38
|
+
"@abtnode/cron": "1.16.4-beta-8682e092",
|
|
39
|
+
"@abtnode/db": "1.16.4-beta-8682e092",
|
|
40
|
+
"@abtnode/logger": "1.16.4-beta-8682e092",
|
|
41
|
+
"@abtnode/router-adapter": "1.16.4-beta-8682e092",
|
|
42
|
+
"@abtnode/router-templates": "1.16.4-beta-8682e092",
|
|
43
|
+
"@abtnode/util": "1.16.4-beta-8682e092",
|
|
44
|
+
"@arcblock/did": "^1.18.67",
|
|
45
|
+
"@arcblock/did-auth": "1.18.67",
|
|
46
46
|
"@arcblock/did-auth-storage-nedb": "^1.7.1",
|
|
47
|
-
"@arcblock/did-ext": "^1.18.
|
|
48
|
-
"@arcblock/event-hub": "1.18.
|
|
49
|
-
"@arcblock/jwt": "1.18.
|
|
50
|
-
"@arcblock/ws": "1.18.
|
|
51
|
-
"@blocklet/constant": "1.16.
|
|
47
|
+
"@arcblock/did-ext": "^1.18.67",
|
|
48
|
+
"@arcblock/event-hub": "1.18.67",
|
|
49
|
+
"@arcblock/jwt": "1.18.67",
|
|
50
|
+
"@arcblock/ws": "1.18.67",
|
|
51
|
+
"@blocklet/constant": "1.16.4-beta-8682e092",
|
|
52
52
|
"@blocklet/form-builder": "^0.1.10",
|
|
53
53
|
"@blocklet/form-collector": "^0.1.5",
|
|
54
|
-
"@blocklet/meta": "1.16.
|
|
55
|
-
"@blocklet/sdk": "1.16.
|
|
56
|
-
"@did-connect/authenticator": "^2.1.
|
|
57
|
-
"@did-connect/relay-adapter-express": "^2.1.
|
|
58
|
-
"@did-connect/storage-nedb": "^2.1.
|
|
59
|
-
"@ocap/client": "1.18.
|
|
60
|
-
"@ocap/util": "1.18.
|
|
54
|
+
"@blocklet/meta": "1.16.4-beta-8682e092",
|
|
55
|
+
"@blocklet/sdk": "1.16.4-beta-8682e092",
|
|
56
|
+
"@did-connect/authenticator": "^2.1.49",
|
|
57
|
+
"@did-connect/relay-adapter-express": "^2.1.49",
|
|
58
|
+
"@did-connect/storage-nedb": "^2.1.49",
|
|
59
|
+
"@ocap/client": "1.18.67",
|
|
60
|
+
"@ocap/util": "1.18.67",
|
|
61
61
|
"auth0": "^3.3.0",
|
|
62
62
|
"body-parser": "^1.20.1",
|
|
63
63
|
"buffer": "^6.0.3",
|
|
@@ -80,6 +80,7 @@
|
|
|
80
80
|
"nanoid": "^3.3.4",
|
|
81
81
|
"nocache": "^2.1.0",
|
|
82
82
|
"serve-static": "^1.15.0",
|
|
83
|
+
"transliteration": "^2.3.5",
|
|
83
84
|
"tweetnacl-sealedbox-js": "^1.2.0",
|
|
84
85
|
"url-join": "^4.0.1"
|
|
85
86
|
},
|
|
@@ -88,19 +89,19 @@
|
|
|
88
89
|
"@nedb/multi": "^2.0.5"
|
|
89
90
|
},
|
|
90
91
|
"devDependencies": {
|
|
91
|
-
"@abtnode/ux": "1.16.
|
|
92
|
-
"@arcblock/did-connect": "^2.5.
|
|
93
|
-
"@arcblock/icons": "^2.5.
|
|
94
|
-
"@arcblock/ux": "^2.5.
|
|
92
|
+
"@abtnode/ux": "1.16.4-beta-8682e092",
|
|
93
|
+
"@arcblock/did-connect": "^2.5.21",
|
|
94
|
+
"@arcblock/icons": "^2.5.21",
|
|
95
|
+
"@arcblock/ux": "^2.5.21",
|
|
95
96
|
"@blocklet/launcher-layout": "1.9.65",
|
|
96
|
-
"@blocklet/ui-react": "^2.5.
|
|
97
|
+
"@blocklet/ui-react": "^2.5.21",
|
|
97
98
|
"@emotion/react": "^11.10.4",
|
|
98
99
|
"@emotion/styled": "^11.10.4",
|
|
99
100
|
"@iconify/iconify": "^2.2.1",
|
|
100
101
|
"@mui/icons-material": "^5.10.6",
|
|
101
102
|
"@mui/material": "^5.10.8",
|
|
102
103
|
"@mui/styles": "^5.10.8",
|
|
103
|
-
"@ocap/wallet": "1.18.
|
|
104
|
+
"@ocap/wallet": "1.18.67",
|
|
104
105
|
"ahooks": "^3.7.1",
|
|
105
106
|
"axios": "^0.27.2",
|
|
106
107
|
"copy-webpack-plugin": "^11.0.0",
|
|
@@ -153,5 +154,5 @@
|
|
|
153
154
|
"url": "https://github.com/ArcBlock/blocklet-server/issues",
|
|
154
155
|
"email": "shijun@arcblock.io"
|
|
155
156
|
},
|
|
156
|
-
"gitHead": "
|
|
157
|
+
"gitHead": "ab6fc7aeaec32f14ec2153976f2121aa893486b5"
|
|
157
158
|
}
|