@abtnode/blocklet-services 1.8.1 → 1.8.2
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.js +3 -4
- package/api/routes/blocklet.js +13 -10
- package/api/services/notification/channel/app-channel.js +114 -0
- package/api/services/notification/channel/did-channel.js +147 -0
- package/api/services/notification/channel/get-hooks-by-channel.js +18 -0
- package/api/services/notification/index.js +60 -164
- package/api/services/notification/util.js +77 -0
- package/build/asset-manifest.json +4 -4
- package/build/index.html +1 -1
- package/build/static/js/{5.aa73241e.chunk.js → 5.b46d3b80.chunk.js} +3 -3
- package/build/static/js/{5.aa73241e.chunk.js.LICENSE.txt → 5.b46d3b80.chunk.js.LICENSE.txt} +0 -0
- package/build/static/js/5.b46d3b80.chunk.js.map +1 -0
- package/package.json +26 -25
- package/build/static/js/5.aa73241e.chunk.js.map +0 -1
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "1.8.
|
|
6
|
+
"version": "1.8.2",
|
|
7
7
|
"description": "Provide unified services for every blocklet",
|
|
8
8
|
"main": "api/index.js",
|
|
9
9
|
"files": [
|
|
@@ -31,24 +31,24 @@
|
|
|
31
31
|
"author": "wangshijun <wangshijun2010@gmail.com> (http://github.com/wangshijun)",
|
|
32
32
|
"license": "MIT",
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@abtnode/auth": "1.8.
|
|
35
|
-
"@abtnode/client": "1.8.
|
|
36
|
-
"@abtnode/constant": "1.8.
|
|
37
|
-
"@abtnode/core": "1.8.
|
|
38
|
-
"@abtnode/cron": "1.8.
|
|
39
|
-
"@abtnode/logger": "1.8.
|
|
40
|
-
"@abtnode/router-adapter": "1.8.
|
|
41
|
-
"@abtnode/router-templates": "1.8.
|
|
42
|
-
"@abtnode/util": "1.8.
|
|
43
|
-
"@arcblock/did-auth": "1.17.
|
|
34
|
+
"@abtnode/auth": "1.8.2",
|
|
35
|
+
"@abtnode/client": "1.8.2",
|
|
36
|
+
"@abtnode/constant": "1.8.2",
|
|
37
|
+
"@abtnode/core": "1.8.2",
|
|
38
|
+
"@abtnode/cron": "1.8.2",
|
|
39
|
+
"@abtnode/logger": "1.8.2",
|
|
40
|
+
"@abtnode/router-adapter": "1.8.2",
|
|
41
|
+
"@abtnode/router-templates": "1.8.2",
|
|
42
|
+
"@abtnode/util": "1.8.2",
|
|
43
|
+
"@arcblock/did-auth": "1.17.2",
|
|
44
44
|
"@arcblock/did-auth-storage-nedb": "^1.6.3",
|
|
45
|
-
"@arcblock/event-hub": "1.17.
|
|
46
|
-
"@arcblock/jwt": "1.17.
|
|
47
|
-
"@arcblock/ws": "1.17.
|
|
48
|
-
"@blocklet/meta": "1.8.
|
|
49
|
-
"@blocklet/sdk": "1.8.
|
|
50
|
-
"@ocap/client": "1.17.
|
|
51
|
-
"@ocap/util": "1.17.
|
|
45
|
+
"@arcblock/event-hub": "1.17.2",
|
|
46
|
+
"@arcblock/jwt": "1.17.2",
|
|
47
|
+
"@arcblock/ws": "1.17.2",
|
|
48
|
+
"@blocklet/meta": "1.8.2",
|
|
49
|
+
"@blocklet/sdk": "1.8.2",
|
|
50
|
+
"@ocap/client": "1.17.2",
|
|
51
|
+
"@ocap/util": "1.17.2",
|
|
52
52
|
"body-parser": "^1.19.0",
|
|
53
53
|
"compression": "^1.7.4",
|
|
54
54
|
"cookie-parser": "^1.4.4",
|
|
@@ -64,23 +64,24 @@
|
|
|
64
64
|
"lru-cache": "^6.0.0",
|
|
65
65
|
"minimatch": "^3.0.4",
|
|
66
66
|
"morgan": "^1.9.1",
|
|
67
|
+
"nanoid": "3.x",
|
|
67
68
|
"nocache": "^2.1.0",
|
|
68
69
|
"rotating-file-stream": "^2.1.6",
|
|
69
70
|
"serve-static": "^1.14.1",
|
|
70
71
|
"url-join": "^4.0.1"
|
|
71
72
|
},
|
|
72
73
|
"devDependencies": {
|
|
73
|
-
"@abtnode/ux": "1.8.
|
|
74
|
-
"@arcblock/did-connect": "^2.1.
|
|
75
|
-
"@arcblock/icons": "^2.1.
|
|
76
|
-
"@arcblock/ux": "^2.1.
|
|
77
|
-
"@blocklet/launcher-layout": "^1.7.
|
|
74
|
+
"@abtnode/ux": "1.8.2",
|
|
75
|
+
"@arcblock/did-connect": "^2.1.55",
|
|
76
|
+
"@arcblock/icons": "^2.1.55",
|
|
77
|
+
"@arcblock/ux": "^2.1.55",
|
|
78
|
+
"@blocklet/launcher-layout": "^1.7.53",
|
|
78
79
|
"@emotion/react": "^11.9.0",
|
|
79
80
|
"@emotion/styled": "^11.8.1",
|
|
80
81
|
"@mui/icons-material": "^5.6.2",
|
|
81
82
|
"@mui/material": "^5.6.4",
|
|
82
83
|
"@mui/styles": "^5.6.2",
|
|
83
|
-
"@ocap/wallet": "1.17.
|
|
84
|
+
"@ocap/wallet": "1.17.2",
|
|
84
85
|
"ahooks": "^3.4.0",
|
|
85
86
|
"axios": "^0.27.2",
|
|
86
87
|
"core-js": "2.5.7",
|
|
@@ -127,5 +128,5 @@
|
|
|
127
128
|
"url": "https://github.com/ArcBlock/blocklet-server/issues",
|
|
128
129
|
"email": "shijun@arcblock.io"
|
|
129
130
|
},
|
|
130
|
-
"gitHead": "
|
|
131
|
+
"gitHead": "fcbe3c97f3825c507ee16714f49bbf8f58c5b59f"
|
|
131
132
|
}
|