dbgate-datalib 6.5.3 → 6.5.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.
|
@@ -354,7 +354,7 @@ describe('Chart processor', () => {
|
|
|
354
354
|
expect(chart.bucketKeysOrdered).toEqual(expectedOrder);
|
|
355
355
|
expect(chart.buckets).toEqual(expectedBuckets);
|
|
356
356
|
});
|
|
357
|
-
test
|
|
357
|
+
test('Incorrect chart definition', () => {
|
|
358
358
|
const processor = new chartProcessor_1.ChartProcessor([
|
|
359
359
|
{
|
|
360
360
|
chartType: 'bar',
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "6.5.
|
|
2
|
+
"version": "6.5.4",
|
|
3
3
|
"name": "dbgate-datalib",
|
|
4
4
|
"main": "lib/index.js",
|
|
5
5
|
"typings": "lib/index.d.ts",
|
|
@@ -15,14 +15,14 @@
|
|
|
15
15
|
],
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"date-fns": "^4.1.0",
|
|
18
|
-
"dbgate-filterparser": "^6.5.
|
|
19
|
-
"dbgate-sqltree": "^6.5.
|
|
20
|
-
"dbgate-tools": "^6.5.
|
|
18
|
+
"dbgate-filterparser": "^6.5.4",
|
|
19
|
+
"dbgate-sqltree": "^6.5.4",
|
|
20
|
+
"dbgate-tools": "^6.5.4",
|
|
21
21
|
"uuid": "^3.4.0"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
24
|
"@types/node": "^13.7.0",
|
|
25
|
-
"dbgate-types": "^6.5.
|
|
25
|
+
"dbgate-types": "^6.5.4",
|
|
26
26
|
"jest": "^28.1.3",
|
|
27
27
|
"ts-jest": "^28.0.7",
|
|
28
28
|
"typescript": "^4.4.3"
|