Skip to content

Commit a6a0ae5

Browse files
fixed imports
1 parent 56c97ed commit a6a0ae5

File tree

3 files changed

+2
-24
lines changed

3 files changed

+2
-24
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
"node-fetch": "^3.3.2",
3939
"prettier": "^3.6.2",
4040
"proxy": "^2.2.0",
41-
"tedious": "^18.6.1",
4241
"typescript": "^5.9.3",
4342
"mssql": "^12.0.0",
4443
"vitest": "^3.2.4"

pnpm-lock.yaml

Lines changed: 0 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/tediousPatch.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import { HttpsProxySocket } from './HttpsProxySocket.js';
2-
const debug = require('debug')('https-proxy');
2+
import { debug as nodeDebug } from 'util';
3+
const debug = nodeDebug('https-proxy');
34

45
/**
56
* Replace the connection method on the tedious library (used by mssql)

0 commit comments

Comments
 (0)