@abtnode/blocklet-services 1.8.69-beta-76f8a46f → 1.16.0-beta-b16cb035
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/README.md +1 -0
- package/api/middlewares/proxy-to-daemon.js +3 -1
- package/api/services/auth/connect/pre-setup.js +24 -0
- package/api/services/auth/connect/setup.js +17 -41
- package/api/services/auth/index.js +2 -0
- package/api/socket/channel/app.js +11 -8
- package/api/socket/channel/relay.js +14 -8
- package/api/socket/util.js +12 -8
- package/build/asset-manifest.json +11 -11
- package/build/index.html +1 -1
- package/build/static/js/409.1dcd48aa.chunk.js +2 -0
- package/build/static/js/503.8399a560.chunk.js +3 -0
- package/build/static/js/906.a980020a.chunk.js +2 -0
- package/build/static/js/{313.546141b2.chunk.js → 950.8e1097d2.chunk.js} +3 -3
- package/build/static/js/main.cb6e6a93.js +3 -0
- package/build/static/js/{main.ccf2aa21.js.LICENSE.txt → main.cb6e6a93.js.LICENSE.txt} +1 -1
- package/package.json +32 -31
- package/build/static/js/409.f7b6e2fd.chunk.js +0 -2
- package/build/static/js/503.c96d3943.chunk.js +0 -3
- package/build/static/js/906.8d0bbdde.chunk.js +0 -2
- package/build/static/js/main.ccf2aa21.js +0 -3
- /package/build/static/js/{503.c96d3943.chunk.js.LICENSE.txt → 503.8399a560.chunk.js.LICENSE.txt} +0 -0
- /package/build/static/js/{313.546141b2.chunk.js.LICENSE.txt → 950.8e1097d2.chunk.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.
|
|
6
|
+
"version": "1.16.0-beta-b16cb035",
|
|
7
7
|
"description": "Provide unified services for every blocklet",
|
|
8
8
|
"main": "api/index.js",
|
|
9
9
|
"files": [
|
|
@@ -31,31 +31,31 @@
|
|
|
31
31
|
"author": "wangshijun <wangshijun2010@gmail.com> (http://github.com/wangshijun)",
|
|
32
32
|
"license": "MIT",
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@abtnode/auth": "1.
|
|
35
|
-
"@abtnode/client": "1.
|
|
36
|
-
"@abtnode/constant": "1.
|
|
37
|
-
"@abtnode/core": "1.
|
|
38
|
-
"@abtnode/cron": "1.
|
|
39
|
-
"@abtnode/db": "1.
|
|
40
|
-
"@abtnode/logger": "1.
|
|
41
|
-
"@abtnode/router-adapter": "1.
|
|
42
|
-
"@abtnode/router-templates": "1.
|
|
43
|
-
"@abtnode/util": "1.
|
|
44
|
-
"@arcblock/did-auth": "1.18.
|
|
34
|
+
"@abtnode/auth": "1.16.0-beta-b16cb035",
|
|
35
|
+
"@abtnode/client": "1.16.0-beta-b16cb035",
|
|
36
|
+
"@abtnode/constant": "1.16.0-beta-b16cb035",
|
|
37
|
+
"@abtnode/core": "1.16.0-beta-b16cb035",
|
|
38
|
+
"@abtnode/cron": "1.16.0-beta-b16cb035",
|
|
39
|
+
"@abtnode/db": "1.16.0-beta-b16cb035",
|
|
40
|
+
"@abtnode/logger": "1.16.0-beta-b16cb035",
|
|
41
|
+
"@abtnode/router-adapter": "1.16.0-beta-b16cb035",
|
|
42
|
+
"@abtnode/router-templates": "1.16.0-beta-b16cb035",
|
|
43
|
+
"@abtnode/util": "1.16.0-beta-b16cb035",
|
|
44
|
+
"@arcblock/did-auth": "1.18.59",
|
|
45
45
|
"@arcblock/did-auth-storage-nedb": "^1.7.1",
|
|
46
|
-
"@arcblock/event-hub": "1.18.
|
|
47
|
-
"@arcblock/jwt": "1.18.
|
|
48
|
-
"@arcblock/ws": "1.18.
|
|
49
|
-
"@blocklet/constant": "1.
|
|
46
|
+
"@arcblock/event-hub": "1.18.59",
|
|
47
|
+
"@arcblock/jwt": "1.18.59",
|
|
48
|
+
"@arcblock/ws": "1.18.59",
|
|
49
|
+
"@blocklet/constant": "1.16.0-beta-b16cb035",
|
|
50
50
|
"@blocklet/form-builder": "^0.1.10",
|
|
51
51
|
"@blocklet/form-collector": "^0.1.5",
|
|
52
|
-
"@blocklet/meta": "1.
|
|
53
|
-
"@blocklet/sdk": "1.
|
|
54
|
-
"@did-connect/authenticator": "^2.1.
|
|
55
|
-
"@did-connect/relay-adapter-express": "^2.1.
|
|
56
|
-
"@did-connect/storage-nedb": "^2.1.
|
|
57
|
-
"@ocap/client": "1.18.
|
|
58
|
-
"@ocap/util": "1.18.
|
|
52
|
+
"@blocklet/meta": "1.16.0-beta-b16cb035",
|
|
53
|
+
"@blocklet/sdk": "1.16.0-beta-b16cb035",
|
|
54
|
+
"@did-connect/authenticator": "^2.1.44",
|
|
55
|
+
"@did-connect/relay-adapter-express": "^2.1.44",
|
|
56
|
+
"@did-connect/storage-nedb": "^2.1.44",
|
|
57
|
+
"@ocap/client": "1.18.59",
|
|
58
|
+
"@ocap/util": "1.18.59",
|
|
59
59
|
"body-parser": "^1.20.1",
|
|
60
60
|
"buffer": "^6.0.3",
|
|
61
61
|
"compression": "^1.7.4",
|
|
@@ -84,19 +84,19 @@
|
|
|
84
84
|
"@nedb/multi": "^2.0.5"
|
|
85
85
|
},
|
|
86
86
|
"devDependencies": {
|
|
87
|
-
"@abtnode/ux": "1.
|
|
88
|
-
"@arcblock/did-connect": "^2.5.
|
|
89
|
-
"@arcblock/icons": "^2.5.
|
|
90
|
-
"@arcblock/ux": "^2.5.
|
|
91
|
-
"@blocklet/launcher-layout": "
|
|
92
|
-
"@blocklet/ui-react": "^2.5.
|
|
87
|
+
"@abtnode/ux": "1.16.0-beta-b16cb035",
|
|
88
|
+
"@arcblock/did-connect": "^2.5.12",
|
|
89
|
+
"@arcblock/icons": "^2.5.12",
|
|
90
|
+
"@arcblock/ux": "^2.5.12",
|
|
91
|
+
"@blocklet/launcher-layout": "1.9.65",
|
|
92
|
+
"@blocklet/ui-react": "^2.5.12",
|
|
93
93
|
"@emotion/react": "^11.10.4",
|
|
94
94
|
"@emotion/styled": "^11.10.4",
|
|
95
95
|
"@iconify/iconify": "^2.2.1",
|
|
96
96
|
"@mui/icons-material": "^5.10.6",
|
|
97
97
|
"@mui/material": "^5.10.8",
|
|
98
98
|
"@mui/styles": "^5.10.8",
|
|
99
|
-
"@ocap/wallet": "1.18.
|
|
99
|
+
"@ocap/wallet": "1.18.59",
|
|
100
100
|
"ahooks": "^3.7.1",
|
|
101
101
|
"axios": "^0.27.2",
|
|
102
102
|
"copy-webpack-plugin": "^11.0.0",
|
|
@@ -123,6 +123,7 @@
|
|
|
123
123
|
"react-iframe": "^1.8.5",
|
|
124
124
|
"react-router-dom": "^6.4.2",
|
|
125
125
|
"react-scripts": "^5.0.1",
|
|
126
|
+
"react-use": "^17.4.0",
|
|
126
127
|
"source-map-explorer": "^2.5.3",
|
|
127
128
|
"supertest": "^6.3.0",
|
|
128
129
|
"uuid": "^8.3.2",
|
|
@@ -148,5 +149,5 @@
|
|
|
148
149
|
"url": "https://github.com/ArcBlock/blocklet-server/issues",
|
|
149
150
|
"email": "shijun@arcblock.io"
|
|
150
151
|
},
|
|
151
|
-
"gitHead": "
|
|
152
|
+
"gitHead": "138bd91aee5a35b28c2de4e1e924c44932efaf3a"
|
|
152
153
|
}
|