dbgate-datalib 4.7.3-alpha.3 → 4.7.3-alpha.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.
@@ -429,7 +429,7 @@ class GridDisplay {
429
429
  return this.getColumns(null)
430
430
  .filter(col => col.isChecked)
431
431
  .map(col => ({
432
- dst: col.headerText,
432
+ dst: col.uniqueName,
433
433
  src: col.uniqueName,
434
434
  ignore: !changesDefined,
435
435
  }));
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "4.7.3-alpha.3",
2
+ "version": "4.7.3-alpha.5",
3
3
  "name": "dbgate-datalib",
4
4
  "main": "lib/index.js",
5
5
  "typings": "lib/index.d.ts",
@@ -11,11 +11,11 @@
11
11
  "lib"
12
12
  ],
13
13
  "dependencies": {
14
- "dbgate-sqltree": "^4.7.3-alpha.3",
15
- "dbgate-filterparser": "^4.7.3-alpha.3"
14
+ "dbgate-sqltree": "^4.7.3-alpha.5",
15
+ "dbgate-filterparser": "^4.7.3-alpha.5"
16
16
  },
17
17
  "devDependencies": {
18
- "dbgate-types": "^4.7.3-alpha.3",
18
+ "dbgate-types": "^4.7.3-alpha.5",
19
19
  "@types/node": "^13.7.0",
20
20
  "typescript": "^4.4.3"
21
21
  }