@d-zero/archaeologist 3.5.0 → 3.5.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -0
- package/package.json +11 -11
package/README.md
CHANGED
|
@@ -29,6 +29,8 @@ URLリストを持つファイルを指定して実行します。
|
|
|
29
29
|
- `--freeze <filepath>`: フリーズモード用ファイルパス
|
|
30
30
|
- `--combined`: 環境AとBのスクリーンショットを左右に並べた合成画像を出力
|
|
31
31
|
- `--limit <number>`: 並列実行数の上限(デフォルト: 10)
|
|
32
|
+
- `--interval <ms>`: 並列実行間の間隔(デフォルト: なし)
|
|
33
|
+
- 数値または"min-max"形式でランダム範囲を指定可能
|
|
32
34
|
- `--debug`: デバッグモード(デフォルト: false)
|
|
33
35
|
- `--verbose`: 詳細ログモード(デフォルト: false)
|
|
34
36
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@d-zero/archaeologist",
|
|
3
|
-
"version": "3.5.
|
|
3
|
+
"version": "3.5.2",
|
|
4
4
|
"description": "Uncover visual and HTML differences in web pages with precision",
|
|
5
5
|
"author": "D-ZERO",
|
|
6
6
|
"license": "MIT",
|
|
@@ -24,16 +24,16 @@
|
|
|
24
24
|
"clean": "tsc --build --clean"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@d-zero/cli-core": "1.3.
|
|
27
|
+
"@d-zero/cli-core": "1.3.1",
|
|
28
28
|
"@d-zero/fs": "0.2.2",
|
|
29
|
-
"@d-zero/html-distiller": "2.0.
|
|
30
|
-
"@d-zero/puppeteer-dealer": "0.6.
|
|
31
|
-
"@d-zero/puppeteer-page-scan": "4.
|
|
32
|
-
"@d-zero/puppeteer-screenshot": "3.
|
|
33
|
-
"@d-zero/readtext": "1.1.
|
|
34
|
-
"@d-zero/shared": "0.
|
|
29
|
+
"@d-zero/html-distiller": "2.0.4",
|
|
30
|
+
"@d-zero/puppeteer-dealer": "0.6.6",
|
|
31
|
+
"@d-zero/puppeteer-page-scan": "4.4.1",
|
|
32
|
+
"@d-zero/puppeteer-screenshot": "3.3.1",
|
|
33
|
+
"@d-zero/readtext": "1.1.17",
|
|
34
|
+
"@d-zero/shared": "0.18.0",
|
|
35
35
|
"ansi-colors": "4.1.3",
|
|
36
|
-
"diff": "8.0.
|
|
36
|
+
"diff": "8.0.3",
|
|
37
37
|
"front-matter": "4.0.2",
|
|
38
38
|
"jimp": "1.6.0",
|
|
39
39
|
"kuromojin": "3.0.1",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"parse-diff": "0.11.1",
|
|
42
42
|
"pixelmatch": "7.1.0",
|
|
43
43
|
"pngjs": "7.0.0",
|
|
44
|
-
"puppeteer": "24.
|
|
44
|
+
"puppeteer": "24.37.1",
|
|
45
45
|
"strip-ansi": "7.1.2"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
@@ -49,5 +49,5 @@
|
|
|
49
49
|
"@types/pixelmatch": "5.2.6",
|
|
50
50
|
"@types/pngjs": "6.0.5"
|
|
51
51
|
},
|
|
52
|
-
"gitHead": "
|
|
52
|
+
"gitHead": "008ea25926579b061e36c1f5f4f4fc7e15cb782e"
|
|
53
53
|
}
|