tego 1.6.0-alpha.9 → 1.6.0

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.
Files changed (2) hide show
  1. package/package.json +16 -16
  2. package/presets/settings.js +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tego",
3
- "version": "1.6.0-alpha.9",
3
+ "version": "1.6.0",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "tego",
@@ -49,21 +49,21 @@
49
49
  "umzug": "3.8.2",
50
50
  "winston": "3.17.0",
51
51
  "winston-daily-rotate-file": "^5.0.0",
52
- "@tachybase/acl": "1.6.0-alpha.9",
53
- "@tachybase/actions": "1.6.0-alpha.9",
54
- "@tachybase/cache": "1.6.0-alpha.9",
55
- "@tachybase/data-source": "1.6.0-alpha.9",
56
- "@tachybase/database": "1.6.0-alpha.9",
57
- "@tachybase/auth": "1.6.0-alpha.9",
58
- "@tachybase/evaluators": "1.6.0-alpha.9",
59
- "@tachybase/globals": "1.6.0-alpha.9",
60
- "@tachybase/loader": "1.6.0-alpha.9",
61
- "@tachybase/resourcer": "1.6.0-alpha.9",
62
- "@tachybase/logger": "1.6.0-alpha.9",
63
- "@tachybase/schema": "1.6.0-alpha.9",
64
- "@tego/core": "1.6.0-alpha.9",
65
- "@tachybase/utils": "1.6.0-alpha.9",
66
- "@tego/server": "1.6.0-alpha.9"
52
+ "@tachybase/acl": "1.6.0",
53
+ "@tachybase/actions": "1.6.0",
54
+ "@tachybase/auth": "1.6.0",
55
+ "@tachybase/evaluators": "1.6.0",
56
+ "@tachybase/cache": "1.6.0",
57
+ "@tachybase/globals": "1.6.0",
58
+ "@tachybase/database": "1.6.0",
59
+ "@tachybase/loader": "1.6.0",
60
+ "@tachybase/data-source": "1.6.0",
61
+ "@tachybase/logger": "1.6.0",
62
+ "@tachybase/resourcer": "1.6.0",
63
+ "@tachybase/schema": "1.6.0",
64
+ "@tachybase/utils": "1.6.0",
65
+ "@tego/core": "1.6.0",
66
+ "@tego/server": "1.6.0"
67
67
  },
68
68
  "devDependencies": {
69
69
  "@types/lodash": "4.17.20",
@@ -71,12 +71,12 @@ module.exports = {
71
71
  /**
72
72
  *
73
73
  */
74
- // tablePrefix: ''
74
+ // tablePrefix: '',
75
75
 
76
76
  /**
77
77
  *
78
78
  */
79
- // host: 'localhost'
79
+ // host: 'localhost',
80
80
 
81
81
  /**
82
82
  *
@@ -138,7 +138,7 @@ module.exports = {
138
138
  /**
139
139
  *
140
140
  */
141
- // redisUrl: ''
141
+ // redisUrl: '',
142
142
  },
143
143
 
144
144
  encryptionField: {
@@ -265,12 +265,12 @@ module.exports = {
265
265
  /**
266
266
  * 错误尝试次数
267
267
  */
268
- // errorRetry: 3
268
+ // errorRetry: 3,
269
269
 
270
270
  /**
271
271
  * MB
272
272
  */
273
- // maxMemory: 4096
273
+ // maxMemory: 4096,
274
274
  },
275
275
 
276
276
  /**
@@ -284,7 +284,7 @@ module.exports = {
284
284
  /**
285
285
  *
286
286
  */
287
- // workerPageSize: 1000
287
+ // workerPageSize: 1000,
288
288
  },
289
289
 
290
290
  misc: {