Skip to content

Commit

Permalink
AbortController not needed anymore for newer versions of node
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mohr committed Jan 26, 2023
1 parent d5c6d5b commit 3c83cf0
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion openeo.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import { User, UserManager } from 'oidc-client';
import { ProcessRegistry } from '@openeo/js-commons';
import { Readable } from 'stream';
import { AbortController } from "node-abort-controller";

declare module OpenEO {
/**
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
"@openeo/js-commons": "^1.4.0",
"@radiantearth/stac-migrate": "^1.0.0",
"axios": "^0.24.0",
"node-abort-controller": "^3.0.1",
"oidc-client": "^1.11.5"
},
"scripts": {
Expand Down
1 change: 0 additions & 1 deletion src/openeo.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
const axios = require('axios').default;
const { AbortController } = require("node-abort-controller");
const Utils = require('@openeo/js-commons/src/utils');
const Versions = require('@openeo/js-commons/src/versions');

Expand Down

0 comments on commit 3c83cf0

Please sign in to comment.