Skip to content

Commit

Permalink
Merge branch 'main' into ts for 2.19.9
Browse files Browse the repository at this point in the history
  • Loading branch information
ikreymer committed Sep 18, 2024
2 parents 9c52ed2 + a493601 commit 0a2a207
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@peculiar/asn1-schema": "^2.3.3",
"@peculiar/x509": "^1.9.2",
"@types/js-levenshtein": "^1.1.3",
"@webrecorder/wombat": "^3.8.1",
"@webrecorder/wombat": "^3.8.2",
"acorn": "^8.10.0",
"auto-js-ipfs": "^2.1.1",
"base64-js": "^1.5.1",
Expand Down
7 changes: 6 additions & 1 deletion src/rewrite/dsruleset.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,12 @@ export const DEFAULT_RULES: Rules[] = [
/"debugNoBatching\s?":(?:false|0)/,
ruleReplace('"debugNoBatching":true'),
],
],
[
/"bulkRouteFetchBatchSize\s?":(?:[^{},]+)/,
ruleReplace('"bulkRouteFetchBatchSize":1'),
],
[/"maxBatchSize\s?":(?:[^{},]+)/, ruleReplace('"maxBatchSize":1')],
],
},

{
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -896,10 +896,10 @@
resolved "https://registry.yarnpkg.com/@webpack-cli/serve/-/serve-1.5.2.tgz#ea584b637ff63c5a477f6f21604b5a205b72c9ec"
integrity sha512-vgJ5OLWadI8aKjDlOH3rb+dYyPd2GTZuQC/Tihjct6F9GpXGZINo3Y/IVuZVTM1eDQB+/AOsjPUWH/WySDaXvw==

"@webrecorder/wombat@^3.8.1":
version "3.8.1"
resolved "https://registry.yarnpkg.com/@webrecorder/wombat/-/wombat-3.8.1.tgz#d1030aa80da3826691b2c9355d895545e6b02fa3"
integrity sha512-A9Ed7OMHNjigruXoNAVdLuMzmsCIwh2GQUoZvGbGceV381Ka6Tx5FyeEe9vDoJD/hPGDeGdxbyCOB2/2t8NV9w==
"@webrecorder/wombat@^3.8.2":
version "3.8.2"
resolved "https://registry.yarnpkg.com/@webrecorder/wombat/-/wombat-3.8.2.tgz#e46e18719834d633175eec52ce753a4dc4e48e27"
integrity sha512-uUZr9V4UYpVOpM64Tm27ND/hMjDbT37+/qyNaNV6loqDuVzBVQh5w7SfTEy0Bbjj1MYyNZP244mOtWtotTpUEA==
dependencies:
warcio "^2.3.1"

Expand Down

0 comments on commit 0a2a207

Please sign in to comment.