@abtnode/blocklet-services 1.16.11-next-a232f5fb → 1.16.11-next-3d2b39f7
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 +8 -1
- package/api/middlewares/check-running.js +19 -5
- package/api/routes/blocklet.js +40 -2
- package/api/services/notification/index.js +7 -3
- package/api/socket/channel/did.js +26 -7
- package/api/socket/util.js +7 -0
- package/build/asset-manifest.json +7 -7
- package/build/index.html +1 -1
- package/build/static/js/343.da2b2075.chunk.js +2 -0
- package/build/static/js/737.ef64812c.chunk.js +2 -0
- package/build/static/js/main.748b0f19.js +3 -0
- package/package.json +17 -17
- package/build/static/js/343.7deaa08f.chunk.js +0 -2
- package/build/static/js/737.5fbeda50.chunk.js +0 -2
- package/build/static/js/main.941e7207.js +0 -3
- /package/build/static/js/{main.941e7207.js.LICENSE.txt → main.748b0f19.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.16.11-next-
|
|
6
|
+
"version": "1.16.11-next-3d2b39f7",
|
|
7
7
|
"description": "Provide unified services for every blocklet",
|
|
8
8
|
"main": "api/index.js",
|
|
9
9
|
"files": [
|
|
@@ -33,17 +33,17 @@
|
|
|
33
33
|
"author": "wangshijun <wangshijun2010@gmail.com> (http://github.com/wangshijun)",
|
|
34
34
|
"license": "Apache-2.0",
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@abtnode/auth": "1.16.11-next-
|
|
37
|
-
"@abtnode/client": "1.16.11-next-
|
|
38
|
-
"@abtnode/connect-storage": "1.16.11-next-
|
|
39
|
-
"@abtnode/constant": "1.16.11-next-
|
|
40
|
-
"@abtnode/core": "1.16.11-next-
|
|
41
|
-
"@abtnode/cron": "1.16.11-next-
|
|
42
|
-
"@abtnode/logger": "1.16.11-next-
|
|
43
|
-
"@abtnode/models": "1.16.11-next-
|
|
44
|
-
"@abtnode/router-adapter": "1.16.11-next-
|
|
45
|
-
"@abtnode/router-templates": "1.16.11-next-
|
|
46
|
-
"@abtnode/util": "1.16.11-next-
|
|
36
|
+
"@abtnode/auth": "1.16.11-next-3d2b39f7",
|
|
37
|
+
"@abtnode/client": "1.16.11-next-3d2b39f7",
|
|
38
|
+
"@abtnode/connect-storage": "1.16.11-next-3d2b39f7",
|
|
39
|
+
"@abtnode/constant": "1.16.11-next-3d2b39f7",
|
|
40
|
+
"@abtnode/core": "1.16.11-next-3d2b39f7",
|
|
41
|
+
"@abtnode/cron": "1.16.11-next-3d2b39f7",
|
|
42
|
+
"@abtnode/logger": "1.16.11-next-3d2b39f7",
|
|
43
|
+
"@abtnode/models": "1.16.11-next-3d2b39f7",
|
|
44
|
+
"@abtnode/router-adapter": "1.16.11-next-3d2b39f7",
|
|
45
|
+
"@abtnode/router-templates": "1.16.11-next-3d2b39f7",
|
|
46
|
+
"@abtnode/util": "1.16.11-next-3d2b39f7",
|
|
47
47
|
"@arcblock/did": "^1.18.80",
|
|
48
48
|
"@arcblock/did-auth": "1.18.80",
|
|
49
49
|
"@arcblock/did-ext": "^1.18.80",
|
|
@@ -52,11 +52,11 @@
|
|
|
52
52
|
"@arcblock/jwt": "1.18.80",
|
|
53
53
|
"@arcblock/validator": "^1.18.80",
|
|
54
54
|
"@arcblock/ws": "1.18.80",
|
|
55
|
-
"@blocklet/constant": "1.16.11-next-
|
|
55
|
+
"@blocklet/constant": "1.16.11-next-3d2b39f7",
|
|
56
56
|
"@blocklet/form-builder": "^0.1.11",
|
|
57
57
|
"@blocklet/form-collector": "^0.1.6",
|
|
58
|
-
"@blocklet/meta": "1.16.11-next-
|
|
59
|
-
"@blocklet/sdk": "1.16.11-next-
|
|
58
|
+
"@blocklet/meta": "1.16.11-next-3d2b39f7",
|
|
59
|
+
"@blocklet/sdk": "1.16.11-next-3d2b39f7",
|
|
60
60
|
"@did-connect/authenticator": "^2.1.59",
|
|
61
61
|
"@did-connect/relay-adapter-express": "^2.1.59",
|
|
62
62
|
"@did-connect/storage-nedb": "^2.1.59",
|
|
@@ -93,7 +93,7 @@
|
|
|
93
93
|
"@nedb/core": "^2.1.2"
|
|
94
94
|
},
|
|
95
95
|
"devDependencies": {
|
|
96
|
-
"@abtnode/ux": "1.16.11-next-
|
|
96
|
+
"@abtnode/ux": "1.16.11-next-3d2b39f7",
|
|
97
97
|
"@arcblock/did-connect": "^2.5.47",
|
|
98
98
|
"@arcblock/icons": "^2.5.47",
|
|
99
99
|
"@arcblock/ux": "^2.5.47",
|
|
@@ -161,5 +161,5 @@
|
|
|
161
161
|
"url": "https://github.com/ArcBlock/blocklet-server/issues",
|
|
162
162
|
"email": "shijun@arcblock.io"
|
|
163
163
|
},
|
|
164
|
-
"gitHead": "
|
|
164
|
+
"gitHead": "d0142bd2d1e49b94dcb5542d78e294a7b2258faa"
|
|
165
165
|
}
|