@tachybase/module-collection 1.6.4 → 1.6.5
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/dist/externalVersion.js +2 -2
- package/package.json +3 -3
package/dist/externalVersion.js
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tachybase/module-collection",
|
|
3
3
|
"displayName": "Data source: Main",
|
|
4
|
-
"version": "1.6.
|
|
4
|
+
"version": "1.6.5",
|
|
5
5
|
"description": "TachyBase main database, supports relational databases such as MySQL, PostgreSQL, SQLite and so on.",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"Data sources"
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"lodash": "4.17.21",
|
|
20
20
|
"sequelize": "6.37.5",
|
|
21
21
|
"toposort": "^2.0.2",
|
|
22
|
-
"@tachybase/client": "1.6.
|
|
23
|
-
"@tachybase/module-error-handler": "1.6.
|
|
22
|
+
"@tachybase/client": "1.6.5",
|
|
23
|
+
"@tachybase/module-error-handler": "1.6.5"
|
|
24
24
|
},
|
|
25
25
|
"description.zh-CN": "TachyBase 主数据库,支持 MySQL、PostgreSQL、SQLite 等关系型数据库。",
|
|
26
26
|
"displayName.zh-CN": "数据源:主数据库",
|