kb-server 0.0.1-beta.5 → 0.0.1-beta.6

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.
@@ -25,6 +25,8 @@ const packAPI = (apis, options) => {
25
25
  try {
26
26
  // API 解析
27
27
  const { Action, ...params } = req.body || {};
28
+ // temp
29
+ console.log(req.body);
28
30
  // 接口未定义
29
31
  if (!Action) {
30
32
  throw new create_errors_1.CommonErrors.InvalidParameter.EmptyAPIRequest();
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "kb-server",
3
- "version": "0.0.1-beta.5",
3
+ "version": "0.0.1-beta.6",
4
4
  "description": "A fast server for Node.JS,made by express.",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
7
- "build": "rm -rf ./dist & tsc",
7
+ "build": "rm -rf ./dist && tsc",
8
8
  "test": "echo \"Error: no test specified\" && exit 1"
9
9
  },
10
10
  "keywords": [