@steedos/standard-object-database 2.3.2-beta.2 → 2.3.2-beta.4

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.
@@ -2,7 +2,7 @@
2
2
  * @Author: baozhoutao@steedos.com
3
3
  * @Date: 2022-03-28 09:35:34
4
4
  * @LastEditors: baozhoutao@steedos.com
5
- * @LastEditTime: 2022-11-14 16:05:37
5
+ * @LastEditTime: 2022-11-17 13:23:15
6
6
  * @Description:
7
7
  */
8
8
  module.exports = {
@@ -4,7 +4,7 @@
4
4
  * @Description:
5
5
  */
6
6
  const express = require("express");
7
- const router = express.Router();
7
+ const router =require('@steedos/router').staticRouter()
8
8
  const core = require('@steedos/core');
9
9
  const ejs = require('ejs');
10
10
  const fs = require('fs');
@@ -4,7 +4,7 @@
4
4
  * @Description:
5
5
  */
6
6
  const express = require("express");
7
- const router = express.Router();
7
+ const router =require('@steedos/router').staticRouter()
8
8
  const core = require('@steedos/core');
9
9
  const ejs = require('ejs');
10
10
  const fs = require('fs');
@@ -6,7 +6,7 @@
6
6
  * @Description:
7
7
  */
8
8
  const express = require("express");
9
- const router = express.Router();
9
+ const router =require('@steedos/router').staticRouter()
10
10
  const core = require('@steedos/core');
11
11
  const objectql = require('@steedos/objectql');
12
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos/standard-object-database",
3
- "version": "2.3.2-beta.2",
3
+ "version": "2.3.2-beta.4",
4
4
  "main": "package.service.js",
5
5
  "private": false,
6
6
  "publishConfig": {
@@ -12,5 +12,5 @@
12
12
  "description": "steedos package",
13
13
  "repository": {},
14
14
  "license": "MIT",
15
- "gitHead": "2e469778c682ec784fbfb93f5e83d2f5f9671ea5"
15
+ "gitHead": "4c690863ec5e9e5db217aa8fe8232dc73ce72b43"
16
16
  }