@tachybase/plugin-data-source-common 1.6.13 → 1.6.15
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/plugin-data-source-common",
|
|
3
3
|
"displayName": "External DataSource Support",
|
|
4
|
-
"version": "1.6.
|
|
4
|
+
"version": "1.6.15",
|
|
5
5
|
"description": "Supports more data sources",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"Data sources"
|
|
@@ -32,8 +32,8 @@
|
|
|
32
32
|
"pg": "^8.16.3",
|
|
33
33
|
"react-i18next": "16.2.1",
|
|
34
34
|
"react-router-dom": "6.28.1",
|
|
35
|
-
"@tachybase/client": "1.6.
|
|
36
|
-
"@tachybase/module-data-source": "1.6.
|
|
35
|
+
"@tachybase/client": "1.6.15",
|
|
36
|
+
"@tachybase/module-data-source": "1.6.15"
|
|
37
37
|
},
|
|
38
38
|
"description.zh-CN": "支持更多的数据源",
|
|
39
39
|
"displayName.zh-CN": "外部数据源支持",
|