@abtnode/blocklet-services 1.8.69-beta-b0bb2d67 → 1.8.69-beta-76f8a46f
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 +25 -13
- package/api/libs/connect/session.js +52 -0
- package/api/middlewares/proxy-to-daemon.js +7 -3
- package/api/services/auth/connect/migrate-app-to-struct-v2.js +55 -0
- package/api/services/auth/index.js +2 -0
- package/build/asset-manifest.json +5 -5
- package/build/index.html +1 -1
- package/build/static/js/409.f7b6e2fd.chunk.js +2 -0
- package/build/static/js/main.ccf2aa21.js +3 -0
- package/package.json +27 -27
- package/build/static/js/409.3622d7f6.chunk.js +0 -2
- package/build/static/js/main.7700a901.js +0 -3
- /package/build/static/js/{main.7700a901.js.LICENSE.txt → main.ccf2aa21.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.8.69-beta-
|
|
6
|
+
"version": "1.8.69-beta-76f8a46f",
|
|
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.8.69-beta-
|
|
35
|
-
"@abtnode/client": "1.8.69-beta-
|
|
36
|
-
"@abtnode/constant": "1.8.69-beta-
|
|
37
|
-
"@abtnode/core": "1.8.69-beta-
|
|
38
|
-
"@abtnode/cron": "1.8.69-beta-
|
|
39
|
-
"@abtnode/db": "1.8.69-beta-
|
|
40
|
-
"@abtnode/logger": "1.8.69-beta-
|
|
41
|
-
"@abtnode/router-adapter": "1.8.69-beta-
|
|
42
|
-
"@abtnode/router-templates": "1.8.69-beta-
|
|
43
|
-
"@abtnode/util": "1.8.69-beta-
|
|
44
|
-
"@arcblock/did-auth": "1.18.
|
|
34
|
+
"@abtnode/auth": "1.8.69-beta-76f8a46f",
|
|
35
|
+
"@abtnode/client": "1.8.69-beta-76f8a46f",
|
|
36
|
+
"@abtnode/constant": "1.8.69-beta-76f8a46f",
|
|
37
|
+
"@abtnode/core": "1.8.69-beta-76f8a46f",
|
|
38
|
+
"@abtnode/cron": "1.8.69-beta-76f8a46f",
|
|
39
|
+
"@abtnode/db": "1.8.69-beta-76f8a46f",
|
|
40
|
+
"@abtnode/logger": "1.8.69-beta-76f8a46f",
|
|
41
|
+
"@abtnode/router-adapter": "1.8.69-beta-76f8a46f",
|
|
42
|
+
"@abtnode/router-templates": "1.8.69-beta-76f8a46f",
|
|
43
|
+
"@abtnode/util": "1.8.69-beta-76f8a46f",
|
|
44
|
+
"@arcblock/did-auth": "1.18.58",
|
|
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.8.69-beta-
|
|
46
|
+
"@arcblock/event-hub": "1.18.58",
|
|
47
|
+
"@arcblock/jwt": "1.18.58",
|
|
48
|
+
"@arcblock/ws": "1.18.58",
|
|
49
|
+
"@blocklet/constant": "1.8.69-beta-76f8a46f",
|
|
50
50
|
"@blocklet/form-builder": "^0.1.10",
|
|
51
51
|
"@blocklet/form-collector": "^0.1.5",
|
|
52
|
-
"@blocklet/meta": "1.8.69-beta-
|
|
53
|
-
"@blocklet/sdk": "1.8.69-beta-
|
|
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.8.69-beta-76f8a46f",
|
|
53
|
+
"@blocklet/sdk": "1.8.69-beta-76f8a46f",
|
|
54
|
+
"@did-connect/authenticator": "^2.1.42",
|
|
55
|
+
"@did-connect/relay-adapter-express": "^2.1.42",
|
|
56
|
+
"@did-connect/storage-nedb": "^2.1.42",
|
|
57
|
+
"@ocap/client": "1.18.58",
|
|
58
|
+
"@ocap/util": "1.18.58",
|
|
59
59
|
"body-parser": "^1.20.1",
|
|
60
60
|
"buffer": "^6.0.3",
|
|
61
61
|
"compression": "^1.7.4",
|
|
@@ -84,11 +84,11 @@
|
|
|
84
84
|
"@nedb/multi": "^2.0.5"
|
|
85
85
|
},
|
|
86
86
|
"devDependencies": {
|
|
87
|
-
"@abtnode/ux": "1.8.69-beta-
|
|
87
|
+
"@abtnode/ux": "1.8.69-beta-76f8a46f",
|
|
88
88
|
"@arcblock/did-connect": "^2.5.5",
|
|
89
89
|
"@arcblock/icons": "^2.5.5",
|
|
90
90
|
"@arcblock/ux": "^2.5.5",
|
|
91
|
-
"@blocklet/launcher-layout": "^1.9.
|
|
91
|
+
"@blocklet/launcher-layout": "^1.9.65",
|
|
92
92
|
"@blocklet/ui-react": "^2.5.5",
|
|
93
93
|
"@emotion/react": "^11.10.4",
|
|
94
94
|
"@emotion/styled": "^11.10.4",
|
|
@@ -96,7 +96,7 @@
|
|
|
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.58",
|
|
100
100
|
"ahooks": "^3.7.1",
|
|
101
101
|
"axios": "^0.27.2",
|
|
102
102
|
"copy-webpack-plugin": "^11.0.0",
|
|
@@ -148,5 +148,5 @@
|
|
|
148
148
|
"url": "https://github.com/ArcBlock/blocklet-server/issues",
|
|
149
149
|
"email": "shijun@arcblock.io"
|
|
150
150
|
},
|
|
151
|
-
"gitHead": "
|
|
151
|
+
"gitHead": "07415e674443b85648ea80b734f7a3690abfc15e"
|
|
152
152
|
}
|