ソースを参照

[frontend] Fix import path in catalog/api

sreenaths 4 年 前
コミット
a5e9f2d55d
3 ファイル変更3 行追加3 行削除
  1. 1 1
      desktop/core/src/desktop/js/catalog/api.ts
  2. 1 1
      package-lock.json
  3. 1 1
      package.json

+ 1 - 1
desktop/core/src/desktop/js/catalog/api.ts

@@ -35,7 +35,7 @@ import DataCatalogEntry, {
 } from 'catalog/DataCatalogEntry';
 import { Cluster, Compute, Connector, Namespace } from 'config/types';
 import { hueWindow } from 'types/types';
-import 'utils/json.bigDataParse';
+import '../utils/json.bigDataParse';
 import sleep from 'utils/timing/sleep';
 import UUID from 'utils/string/UUID';
 

+ 1 - 1
package-lock.json

@@ -1,6 +1,6 @@
 {
   "name": "gethue",
-  "version": "4.10.3",
+  "version": "4.10.7",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "gethue",
-  "version": "4.10.5",
+  "version": "4.10.7",
   "description": "Hue is an Open source SQL Query Editor for Databases/Warehouses",
   "keywords": [
     "Query Editor",