Skip to content

Commit 2703ffe

Browse files
committed
chore: update docs caveat
1 parent 0c2ee0d commit 2703ffe

File tree

3 files changed

+20
-13
lines changed

3 files changed

+20
-13
lines changed

core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@
2828
"@ulixee/unblocked-agent": "2.0.0-alpha.24",
2929
"@ulixee/unblocked-agent-mitm": "2.0.0-alpha.24",
3030
"@ulixee/unblocked-specification": "2.0.0-alpha.24",
31-
"better-sqlite3": "^8.4.0",
31+
"better-sqlite3": "^8.6.0",
3232
"moment": "^2.29.4",
3333
"nanoid": "^3.3.6",
3434
"ws": "^7.4.6"
3535
},
3636
"devDependencies": {
37-
"@types/better-sqlite3": "^7.6.4",
37+
"@types/better-sqlite3": "^7.6.5",
3838
"@ulixee/chrome-app": "1.0.3",
3939
"@ulixee/hero": "2.0.0-alpha.24",
4040
"@ulixee/hero-testing": "2.0.0-alpha.24",

docs/advanced-client/connection-to-core.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The provided settings configure the connection to `Core`. Note: some configurati
3131
- options `IConnectionToCoreOptions`. A set of settings that controls the creation of a "connection" to a `Hero Core`.
3232
- host `string`. An optional `hostname:port` url that will be used to establish a WebSocket Transport to a Hero Core running on another machine. If no host is provided, a connection to a "locally" running `Core` will be attempted.
3333
- maxConcurrency `number`. The max number of Heroes to allow to be created at the same time. Heroes are "active" until the created Hero is closed. If not provided, this number will match the max allowed by a `Core`.
34-
- instanceTimeoutMillis `number`. The number of milliseconds to give each Hero in this connection to complete a session. A TimeoutError will be thrown if this time is exceeded.
34+
- instanceTimeoutMillis `number`. The number of milliseconds to give each Hero in this connection to complete a session. A TimeoutError will be thrown if this time is exceeded. NOTE: the timer begins the moment a Hero instance is created, not when the session is actually instantiated. The backlog of local Heroes, along with the backlog on the Hero Core can impact when a session is actually created.
3535
- dataDir `string` defaults to `os.tmpdir()/.ulixee`. Directory to store session files and mitm certificates.
3636
- connection `ConnectionToHeroCore`. A pre-initialized connection to a `Hero Core`. You can use this option to pre-check your connection to a remote connection, or to provide customization to the connection.
3737

yarn.lock

Lines changed: 17 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1817,6 +1817,13 @@
18171817
dependencies:
18181818
"@types/node" "*"
18191819

1820+
"@types/better-sqlite3@^7.6.5":
1821+
version "7.6.5"
1822+
resolved "https://registry.yarnpkg.com/@types/better-sqlite3/-/better-sqlite3-7.6.5.tgz#4b64b47467b4bf0572bc7df4614a524c4bd365eb"
1823+
integrity sha512-H3ZUx89KiPhYa9nalUXVVStSUFHuzYxt4yoazufpTTYW9rVUCzhh02V8CH2C8nE4libnK0UgFq5DFIe0DOhqow==
1824+
dependencies:
1825+
"@types/node" "*"
1826+
18201827
"@types/body-parser@*":
18211828
version "1.19.2"
18221829
resolved "https://registry.yarnpkg.com/@types/body-parser/-/body-parser-1.19.2.tgz#aea2059e28b7658639081347ac4fab3de166e6f0"
@@ -2194,10 +2201,10 @@
21942201
dependencies:
21952202
"@ulixee/chrome-app" "^1.0.3"
21962203

2197-
"@ulixee/chrome-114-0@^5735.91.8":
2198-
version "5735.199.8"
2199-
resolved "https://registry.yarnpkg.com/@ulixee/chrome-114-0/-/chrome-114-0-5735.199.8.tgz#670c379f0e2a9a7d202148a907b97f4d8a94421d"
2200-
integrity sha512-zjau/ScbH6M7NdnWu9+RIJfaG13Kg7H2JRCafzNKzN2AetT37bOPHCthE3WRLZXZ+7nzTPA8NvYm8tKKyp6pyg==
2204+
"@ulixee/chrome-117-0@^5938.89.8":
2205+
version "5938.89.8"
2206+
resolved "https://registry.yarnpkg.com/@ulixee/chrome-117-0/-/chrome-117-0-5938.89.8.tgz#d47ea993efda3f98e73f8336ab69e192b4e8d97c"
2207+
integrity sha512-OnssUVq/bMrRlKFYMOtfI+6fYZBuZzvLLwISPdR8jWdPg57VtLhOwB7joUL/UkPqX1Ne0uO6cKDgyk7GiTB2cg==
22012208
dependencies:
22022209
"@ulixee/chrome-app" "^1.0.3"
22032210

@@ -2697,13 +2704,13 @@ before-after-hook@^2.2.0:
26972704
resolved "https://registry.yarnpkg.com/before-after-hook/-/before-after-hook-2.2.3.tgz#c51e809c81a4e354084422b9b26bad88249c517c"
26982705
integrity sha512-NzUnlZexiaH/46WDhANlyR2bXRopNg4F/zuSA3OpZnllCUgRaOF2znDioDWrmbNVsuZk6l9pMquQB38cfBZwkQ==
26992706

2700-
better-sqlite3@^8.4.0:
2701-
version "8.5.0"
2702-
resolved "https://registry.yarnpkg.com/better-sqlite3/-/better-sqlite3-8.5.0.tgz#b13d12d0e477be69191a39628fc8b723ee1c79d4"
2703-
integrity sha512-vbPcv/Hx5WYdyNg/NbcfyaBZyv9s/NVbxb7yCeC5Bq1pVocNxeL2tZmSu3Rlm4IEOTjYdGyzWQgyx0OSdORBzw==
2707+
better-sqlite3@^8.6.0:
2708+
version "8.6.0"
2709+
resolved "https://registry.yarnpkg.com/better-sqlite3/-/better-sqlite3-8.6.0.tgz#a20717993742f816158f17e2cccd88a979e77e58"
2710+
integrity sha512-jwAudeiTMTSyby+/SfbHDebShbmC2MCH8mU2+DXi0WJfv13ypEJm47cd3kljmy/H130CazEvkf2Li//ewcMJ1g==
27042711
dependencies:
27052712
bindings "^1.5.0"
2706-
prebuild-install "^7.1.0"
2713+
prebuild-install "^7.1.1"
27072714

27082715
big-integer@^1.6.44:
27092716
version "1.6.51"
@@ -7332,7 +7339,7 @@ postcss@^8.4.14:
73327339
picocolors "^1.0.0"
73337340
source-map-js "^1.0.2"
73347341

7335-
prebuild-install@^7.1.0:
7342+
prebuild-install@^7.1.1:
73367343
version "7.1.1"
73377344
resolved "https://registry.yarnpkg.com/prebuild-install/-/prebuild-install-7.1.1.tgz#de97d5b34a70a0c81334fd24641f2a1702352e45"
73387345
integrity sha512-jAXscXWMcCK8GgCoHOfIr0ODh5ai8mj63L2nWrjuAgXE6tDyYGnx4/8o/rCgU+B4JSyZBKbeZqzhtwtC3ovxjw==

0 commit comments

Comments
 (0)