@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.
Files changed (31) hide show
  1. package/api/services/notification/index.js +1 -0
  2. package/api/socket/channel/app.js +8 -9
  3. package/build/asset-manifest.json +25 -25
  4. package/build/index.html +1 -1
  5. package/build/static/css/{503.b2c1f856.chunk.css → 25.4c069dc5.chunk.css} +1 -1
  6. package/build/static/js/{511.1dd226f9.chunk.js → 199.53a84333.chunk.js} +2 -2
  7. package/build/static/js/25.a96aa3ad.chunk.js +3 -0
  8. package/build/static/js/255.279b1bca.chunk.js +2 -0
  9. package/build/static/js/371.575d3b08.chunk.js +2 -0
  10. package/build/static/js/460.018e8b5d.chunk.js +2 -0
  11. package/build/static/js/557.5f206c85.chunk.js +2 -0
  12. package/build/static/js/663.11e67b21.chunk.js +3 -0
  13. package/build/static/js/690.e2a01dd2.chunk.js +3 -0
  14. package/build/static/js/{712.9667cdcd.chunk.js → 712.f88b2e9d.chunk.js} +2 -3
  15. package/build/static/js/737.14f154ca.chunk.js +2 -0
  16. package/build/static/js/main.370f8716.js +3 -0
  17. package/build/static/js/{main.cb6e6a93.js.LICENSE.txt → main.370f8716.js.LICENSE.txt} +6 -0
  18. package/package.json +27 -27
  19. package/build/static/js/248.ad6363a4.chunk.js +0 -2
  20. package/build/static/js/255.4b68f586.chunk.js +0 -2
  21. package/build/static/js/371.60842581.chunk.js +0 -2
  22. package/build/static/js/503.8399a560.chunk.js +0 -3
  23. package/build/static/js/690.f9a59613.chunk.js +0 -3
  24. package/build/static/js/712.9667cdcd.chunk.js.LICENSE.txt +0 -5
  25. package/build/static/js/737.76692b09.chunk.js +0 -2
  26. package/build/static/js/906.a980020a.chunk.js +0 -2
  27. package/build/static/js/950.8e1097d2.chunk.js +0 -3
  28. package/build/static/js/main.cb6e6a93.js +0 -3
  29. /package/build/static/js/{503.8399a560.chunk.js.LICENSE.txt → 25.a96aa3ad.chunk.js.LICENSE.txt} +0 -0
  30. /package/build/static/js/{950.8e1097d2.chunk.js.LICENSE.txt → 663.11e67b21.chunk.js.LICENSE.txt} +0 -0
  31. /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-b16cb035",
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-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",
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.59",
47
- "@arcblock/jwt": "1.18.59",
48
- "@arcblock/ws": "1.18.59",
49
- "@blocklet/constant": "1.16.0-beta-b16cb035",
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-b16cb035",
53
- "@blocklet/sdk": "1.16.0-beta-b16cb035",
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.59",
58
- "@ocap/util": "1.18.59",
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-b16cb035",
88
- "@arcblock/did-connect": "^2.5.12",
89
- "@arcblock/icons": "^2.5.12",
90
- "@arcblock/ux": "^2.5.12",
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.12",
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.59",
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": "138bd91aee5a35b28c2de4e1e924c44932efaf3a"
152
+ "gitHead": "57d0c45be311a5fbc1c0fffa2814b62c1a3ee34c"
153
153
  }