@abtnode/blocklet-services 1.7.2 → 1.7.3

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.
@@ -107,7 +107,7 @@ module.exports = ({ node, req, options }) => {
107
107
  return defaultConfigWithDynamic;
108
108
  }
109
109
 
110
- return { ...service.config, ...defaultConfigWithDynamic };
110
+ return { ...defaultConfig, ...service.config, ...dynamicConfig };
111
111
  };
112
112
 
113
113
  req.getBlocklet = async ({ useCache = true } = {}) => {
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.7.2",
6
+ "version": "1.7.3",
7
7
  "description": "Provide unified services for every blocklet",
8
8
  "main": "api/index.js",
9
9
  "files": [
@@ -32,22 +32,22 @@
32
32
  "author": "wangshijun <wangshijun2010@gmail.com> (http://github.com/wangshijun)",
33
33
  "license": "MIT",
34
34
  "dependencies": {
35
- "@abtnode/auth": "1.7.2",
36
- "@abtnode/client": "1.7.2",
37
- "@abtnode/constant": "1.7.2",
38
- "@abtnode/core": "1.7.2",
39
- "@abtnode/cron": "1.7.2",
40
- "@abtnode/logger": "1.7.2",
41
- "@abtnode/router-adapter": "1.7.2",
42
- "@abtnode/router-templates": "1.7.2",
43
- "@abtnode/util": "1.7.2",
35
+ "@abtnode/auth": "1.7.3",
36
+ "@abtnode/client": "1.7.3",
37
+ "@abtnode/constant": "1.7.3",
38
+ "@abtnode/core": "1.7.3",
39
+ "@abtnode/cron": "1.7.3",
40
+ "@abtnode/logger": "1.7.3",
41
+ "@abtnode/router-adapter": "1.7.3",
42
+ "@abtnode/router-templates": "1.7.3",
43
+ "@abtnode/util": "1.7.3",
44
44
  "@arcblock/did-auth": "^1.15.3",
45
45
  "@arcblock/did-auth-storage-nedb": "^1.6.3",
46
46
  "@arcblock/event-hub": "1.15.3",
47
47
  "@arcblock/jwt": "^1.15.3",
48
48
  "@arcblock/ws": "^1.15.3",
49
- "@blocklet/meta": "1.7.2",
50
- "@blocklet/sdk": "1.7.2",
49
+ "@blocklet/meta": "1.7.3",
50
+ "@blocklet/sdk": "1.7.3",
51
51
  "@ocap/client": "^1.15.3",
52
52
  "@ocap/util": "^1.15.3",
53
53
  "body-parser": "^1.19.0",
@@ -71,7 +71,7 @@
71
71
  "url-join": "^4.0.1"
72
72
  },
73
73
  "devDependencies": {
74
- "@abtnode/ux": "1.7.2",
74
+ "@abtnode/ux": "1.7.3",
75
75
  "@arcblock/did-connect": "^1.16.61",
76
76
  "@arcblock/icons": "^1.16.61",
77
77
  "@arcblock/ux": "^1.16.61",
@@ -124,5 +124,5 @@
124
124
  "url": "https://github.com/ArcBlock/blocklet-server/issues",
125
125
  "email": "shijun@arcblock.io"
126
126
  },
127
- "gitHead": "b84e7406d84fb9c3be5bf7ce968cb7b6b661d550"
127
+ "gitHead": "2b965b42a59a2d98642018749a6afb6e4014a698"
128
128
  }