remove usages of node-abort-controller
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
-1
@@ -21,7 +21,6 @@ import {
|
||||
IterationEngineOptions,
|
||||
} from '../types';
|
||||
import { IncrementalIngestionDatabaseManager } from '../database/IncrementalIngestionDatabaseManager';
|
||||
import type { AbortSignal } from 'node-abort-controller';
|
||||
import { performance } from 'perf_hooks';
|
||||
import { Duration, DurationObjectUnits } from 'luxon';
|
||||
import { v4 } from 'uuid';
|
||||
|
||||
@@ -33,7 +33,6 @@
|
||||
"lodash": "^4.17.21",
|
||||
"lunr": "^2.3.9",
|
||||
"ndjson": "^2.0.0",
|
||||
"node-abort-controller": "^3.0.1",
|
||||
"uuid": "^8.3.2",
|
||||
"winston": "^3.2.1"
|
||||
},
|
||||
|
||||
@@ -14,7 +14,6 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
import { AbortController } from 'node-abort-controller';
|
||||
import { Logger } from 'winston';
|
||||
import { TaskFunction, TaskRunner } from '@backstage/backend-tasks';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user