mirror of
https://github.com/bitwarden/jslib
synced 2026-01-08 11:33:15 +00:00
update package https-proxy-agent (#246)
* update package http-proxy-agent * Update syntax appropriately * Explicitly add utils package to fix broken tests * Revert "Explicitly add utils package to fix broken tests" This reverts commit2cf03fdcba. * Import util in spec to make sure it gets bundled * Revert "Import util in spec to make sure it gets bundled" This reverts commit79264cdab0. * Add alias to ensure util module resolves in tests Co-authored-by: Thomas Rittson <trittson@bitwarden.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import * as FormData from 'form-data';
|
||||
import * as HttpsProxyAgent from 'https-proxy-agent';
|
||||
import { HttpsProxyAgent } from 'https-proxy-agent';
|
||||
import * as fe from 'node-fetch';
|
||||
|
||||
import { ApiService } from './api.service';
|
||||
|
||||
Reference in New Issue
Block a user