@abtnode/blocklet-services 1.16.0-beta-b16cb035 → 1.16.0-beta-8ee536d7
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/services/notification/index.js +1 -0
- package/api/socket/channel/app.js +8 -9
- package/build/asset-manifest.json +25 -25
- package/build/index.html +1 -1
- package/build/static/css/{503.b2c1f856.chunk.css → 25.4c069dc5.chunk.css} +1 -1
- package/build/static/js/{511.1dd226f9.chunk.js → 199.53a84333.chunk.js} +2 -2
- package/build/static/js/25.a96aa3ad.chunk.js +3 -0
- package/build/static/js/255.279b1bca.chunk.js +2 -0
- package/build/static/js/371.575d3b08.chunk.js +2 -0
- package/build/static/js/460.018e8b5d.chunk.js +2 -0
- package/build/static/js/557.5f206c85.chunk.js +2 -0
- package/build/static/js/663.11e67b21.chunk.js +3 -0
- package/build/static/js/690.e2a01dd2.chunk.js +3 -0
- package/build/static/js/{712.9667cdcd.chunk.js → 712.f88b2e9d.chunk.js} +2 -3
- package/build/static/js/737.14f154ca.chunk.js +2 -0
- package/build/static/js/main.370f8716.js +3 -0
- package/build/static/js/{main.cb6e6a93.js.LICENSE.txt → main.370f8716.js.LICENSE.txt} +6 -0
- package/package.json +27 -27
- package/build/static/js/248.ad6363a4.chunk.js +0 -2
- package/build/static/js/255.4b68f586.chunk.js +0 -2
- package/build/static/js/371.60842581.chunk.js +0 -2
- package/build/static/js/503.8399a560.chunk.js +0 -3
- package/build/static/js/690.f9a59613.chunk.js +0 -3
- package/build/static/js/712.9667cdcd.chunk.js.LICENSE.txt +0 -5
- package/build/static/js/737.76692b09.chunk.js +0 -2
- package/build/static/js/906.a980020a.chunk.js +0 -2
- package/build/static/js/950.8e1097d2.chunk.js +0 -3
- package/build/static/js/main.cb6e6a93.js +0 -3
- /package/build/static/js/{503.8399a560.chunk.js.LICENSE.txt → 25.a96aa3ad.chunk.js.LICENSE.txt} +0 -0
- /package/build/static/js/{950.8e1097d2.chunk.js.LICENSE.txt → 663.11e67b21.chunk.js.LICENSE.txt} +0 -0
- /package/build/static/js/{690.f9a59613.chunk.js.LICENSE.txt → 690.e2a01dd2.chunk.js.LICENSE.txt} +0 -0
|
@@ -25,6 +25,12 @@
|
|
|
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
|
+
|
|
28
34
|
/*! https://mths.be/punycode v1.3.2 by @mathias */
|
|
29
35
|
|
|
30
36
|
/*! 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-8ee536d7",
|
|
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.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-auth": "1.18.
|
|
34
|
+
"@abtnode/auth": "1.16.0-beta-8ee536d7",
|
|
35
|
+
"@abtnode/client": "1.16.0-beta-8ee536d7",
|
|
36
|
+
"@abtnode/constant": "1.16.0-beta-8ee536d7",
|
|
37
|
+
"@abtnode/core": "1.16.0-beta-8ee536d7",
|
|
38
|
+
"@abtnode/cron": "1.16.0-beta-8ee536d7",
|
|
39
|
+
"@abtnode/db": "1.16.0-beta-8ee536d7",
|
|
40
|
+
"@abtnode/logger": "1.16.0-beta-8ee536d7",
|
|
41
|
+
"@abtnode/router-adapter": "1.16.0-beta-8ee536d7",
|
|
42
|
+
"@abtnode/router-templates": "1.16.0-beta-8ee536d7",
|
|
43
|
+
"@abtnode/util": "1.16.0-beta-8ee536d7",
|
|
44
|
+
"@arcblock/did-auth": "1.18.62",
|
|
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.16.0-beta-
|
|
46
|
+
"@arcblock/event-hub": "1.18.62",
|
|
47
|
+
"@arcblock/jwt": "1.18.62",
|
|
48
|
+
"@arcblock/ws": "1.18.62",
|
|
49
|
+
"@blocklet/constant": "1.16.0-beta-8ee536d7",
|
|
50
50
|
"@blocklet/form-builder": "^0.1.10",
|
|
51
51
|
"@blocklet/form-collector": "^0.1.5",
|
|
52
|
-
"@blocklet/meta": "1.16.0-beta-
|
|
53
|
-
"@blocklet/sdk": "1.16.0-beta-
|
|
52
|
+
"@blocklet/meta": "1.16.0-beta-8ee536d7",
|
|
53
|
+
"@blocklet/sdk": "1.16.0-beta-8ee536d7",
|
|
54
54
|
"@did-connect/authenticator": "^2.1.44",
|
|
55
55
|
"@did-connect/relay-adapter-express": "^2.1.44",
|
|
56
56
|
"@did-connect/storage-nedb": "^2.1.44",
|
|
57
|
-
"@ocap/client": "1.18.
|
|
58
|
-
"@ocap/util": "1.18.
|
|
57
|
+
"@ocap/client": "1.18.62",
|
|
58
|
+
"@ocap/util": "1.18.62",
|
|
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.16.0-beta-
|
|
88
|
-
"@arcblock/did-connect": "^2.5.
|
|
89
|
-
"@arcblock/icons": "^2.5.
|
|
90
|
-
"@arcblock/ux": "^2.5.
|
|
87
|
+
"@abtnode/ux": "1.16.0-beta-8ee536d7",
|
|
88
|
+
"@arcblock/did-connect": "^2.5.14",
|
|
89
|
+
"@arcblock/icons": "^2.5.14",
|
|
90
|
+
"@arcblock/ux": "^2.5.14",
|
|
91
91
|
"@blocklet/launcher-layout": "1.9.65",
|
|
92
|
-
"@blocklet/ui-react": "^2.5.
|
|
92
|
+
"@blocklet/ui-react": "^2.5.14",
|
|
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.62",
|
|
100
100
|
"ahooks": "^3.7.1",
|
|
101
101
|
"axios": "^0.27.2",
|
|
102
102
|
"copy-webpack-plugin": "^11.0.0",
|
|
@@ -149,5 +149,5 @@
|
|
|
149
149
|
"url": "https://github.com/ArcBlock/blocklet-server/issues",
|
|
150
150
|
"email": "shijun@arcblock.io"
|
|
151
151
|
},
|
|
152
|
-
"gitHead": "
|
|
152
|
+
"gitHead": "57d0c45be311a5fbc1c0fffa2814b62c1a3ee34c"
|
|
153
153
|
}
|