aboutsummaryrefslogtreecommitdiffstats
path: root/yarn.lock
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2022-04-08 02:10:22 +0200
committerLibravatar Kristóf Marussy <kristof@marussy.com>2022-05-16 00:55:00 +0200
commitab1cda612cf6d427bffb66d5674a3673eb958e50 (patch)
treeaeb01a0b431ca850b75d276af745bde807851839 /yarn.lock
parentfix(main): Do not show spurious abort error (diff)
downloadsophie-ab1cda612cf6d427bffb66d5674a3673eb958e50.tar.gz
sophie-ab1cda612cf6d427bffb66d5674a3673eb958e50.tar.zst
sophie-ab1cda612cf6d427bffb66d5674a3673eb958e50.zip
feat(service-preload): Embed service-inject
Embed the service-inject script into the service-preload script to avoid having to load it manually and reduce IPC communication when a service loads. Signed-off-by: Kristóf Marussy <kristof@marussy.com>
Diffstat (limited to 'yarn.lock')
-rw-r--r--yarn.lock3
1 files changed, 2 insertions, 1 deletions
diff --git a/yarn.lock b/yarn.lock
index 5a844c8..79a8a17 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -1356,7 +1356,7 @@ __metadata:
1356 languageName: unknown 1356 languageName: unknown
1357 linkType: soft 1357 linkType: soft
1358 1358
1359"@sophie/service-inject@workspace:packages/service-inject": 1359"@sophie/service-inject@workspace:*, @sophie/service-inject@workspace:packages/service-inject":
1360 version: 0.0.0-use.local 1360 version: 0.0.0-use.local
1361 resolution: "@sophie/service-inject@workspace:packages/service-inject" 1361 resolution: "@sophie/service-inject@workspace:packages/service-inject"
1362 dependencies: 1362 dependencies:
@@ -1368,6 +1368,7 @@ __metadata:
1368 version: 0.0.0-use.local 1368 version: 0.0.0-use.local
1369 resolution: "@sophie/service-preload@workspace:packages/service-preload" 1369 resolution: "@sophie/service-preload@workspace:packages/service-preload"
1370 dependencies: 1370 dependencies:
1371 "@sophie/service-inject": "workspace:*"
1371 "@sophie/service-shared": "workspace:*" 1372 "@sophie/service-shared": "workspace:*"
1372 "@types/color-string": ^1.5.2 1373 "@types/color-string": ^1.5.2
1373 color-string: ^1.9.0 1374 color-string: ^1.9.0