Skip to content

Commit 6d7dcf9

Browse files
author
Florian Treml
committed
Fix ESM-only module node-fetch
1 parent 9cc819f commit 6d7dcf9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "botium-connector-directline3",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Botium Connector for Bot Framework Direct Line 3 API",
55
"main": "dist/botium-connector-directline3-cjs.js",
66
"module": "dist/botium-connector-directline3-es.js",
77
"scripts": {
88
"build": "npm run eslint && rollup -c",
99
"eslint": "eslint index.js",
1010
"eslint-fix": "eslint --fix index.js",
11-
"update-dependencies": "npm-check-updates -u --timeout 120000"
11+
"update-dependencies": "npm-check-updates --reject node-fetch -u --timeout 120000"
1212
},
1313
"repository": {
1414
"type": "git",
@@ -46,7 +46,7 @@
4646
"form-data": "^4.0.0",
4747
"lodash": "^4.17.21",
4848
"mime-types": "^2.1.35",
49-
"node-fetch": "^3.2.3",
49+
"node-fetch": "2.6.7",
5050
"uuid": "^8.3.2",
5151
"ws": "^8.5.0",
5252
"xhr2": "^0.2.1"

0 commit comments

Comments
 (0)