Skip to content

Commit 41bc356

Browse files
committed
import fixes
1 parent 6284d3f commit 41bc356

File tree

3 files changed

+70
-62
lines changed

3 files changed

+70
-62
lines changed

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"worker-farm": "^1.5.0",
7979
"wtfnode": "^0.8.2",
8080
"xml2js": "^0.4.23",
81-
"yargs": "^16.1.0"
81+
"yargs": "^14.2.0"
8282
},
8383
"license": "Apache-2.0",
8484
"engines": {

test/tools/crawfish.mjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
import { createReadStream, existsSync, promises } from 'fs';
44
const { readFile } = promises;
55
import { createInterface } from 'readline';
6-
import { parseStringPromise } from 'xml2js';
6+
import xml2js from 'xml2js';
7+
const { parseStringPromise } = xml2js;
78
import yargs from 'yargs';
89
import chalk from 'chalk';
910

0 commit comments

Comments
 (0)