From afaac1f0db915a0add62aee8a183ce0bb9853434 Mon Sep 17 00:00:00 2001 From: Leaftail <110915645+leaftail1880@users.noreply.github.com> Date: Tue, 1 Oct 2024 15:14:52 +0300 Subject: [PATCH] Properly Ignore files & remove build artifacts (#293) * chore: remove .nx workspace-data * chore: properly ignore files * chore: pkg with corepack enabled --------- Co-authored-by: leaftail1880 <110915645+leaftaul1880@users.noreply.github.com> --- .gitignore | 5 +- .../4b774fee-0509-4c71-b8e9-de2e61a4da58.db | Bin 4096 -> 0 bytes ...b774fee-0509-4c71-b8e9-de2e61a4da58.db-shm | Bin 32768 -> 0 bytes ...b774fee-0509-4c71-b8e9-de2e61a4da58.db-wal | Bin 57712 -> 0 bytes .nx/workspace-data/d/daemon-error.log | 26 - .nx/workspace-data/d/daemon.log | 887 - .nx/workspace-data/d/disabled | 1 - .nx/workspace-data/file-map.json | 3421 - .nx/workspace-data/lockfile.hash | 1 - .nx/workspace-data/nx_files.nxt | Bin 62868 -> 0 bytes .nx/workspace-data/parsed-lock-file.json | 57234 ---------------- .nx/workspace-data/project-graph.json | 54724 --------------- .prettierignore | 8 +- package.json | 3 +- 14 files changed, 8 insertions(+), 116302 deletions(-) delete mode 100644 .nx/workspace-data/4b774fee-0509-4c71-b8e9-de2e61a4da58.db delete mode 100644 .nx/workspace-data/4b774fee-0509-4c71-b8e9-de2e61a4da58.db-shm delete mode 100644 .nx/workspace-data/4b774fee-0509-4c71-b8e9-de2e61a4da58.db-wal delete mode 100644 .nx/workspace-data/d/daemon-error.log delete mode 100644 .nx/workspace-data/d/daemon.log delete mode 100644 .nx/workspace-data/d/disabled delete mode 100644 .nx/workspace-data/file-map.json delete mode 100644 .nx/workspace-data/lockfile.hash delete mode 100644 .nx/workspace-data/nx_files.nxt delete mode 100644 .nx/workspace-data/parsed-lock-file.json delete mode 100644 .nx/workspace-data/project-graph.json diff --git a/.gitignore b/.gitignore index 232a7a3c..9b4f57e7 100644 --- a/.gitignore +++ b/.gitignore @@ -41,7 +41,6 @@ testem.log Thumbs.db # Public UI dependencies -eui_theme_light.min.css -eui_theme_dark.min.css apps/postybirb-ui/public/uppy-i18n/*.js -.nx/cache \ No newline at end of file +.nx/cache +.nx/workspace-data \ No newline at end of file diff --git a/.nx/workspace-data/4b774fee-0509-4c71-b8e9-de2e61a4da58.db b/.nx/workspace-data/4b774fee-0509-4c71-b8e9-de2e61a4da58.db deleted file mode 100644 index 7ee7c113a09428e4daafacb6e70a35d18573e608..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4096 zcmWFz^vNtqRY=P(%1ta$FlG>7U}9o$P*7lCU|@t|AVoG{WYDWB;00+HAlr;ljiVtj n8UmvsFd71*Aut*OqaiRF0;3@?8UmvsFd71*Aut*O6ovo*4{!$i diff --git a/.nx/workspace-data/4b774fee-0509-4c71-b8e9-de2e61a4da58.db-shm b/.nx/workspace-data/4b774fee-0509-4c71-b8e9-de2e61a4da58.db-shm deleted file mode 100644 index 8a625adb379140b00895b88a337d78552f318472..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 32768 zcmeI)y=}r!5CGuAK*Dd7k_A$-Kn7rkG^uDAfE8GP4k>e_L21|ni6Tu(T5`6ch$cnk zh9`X|olko9JD*+0L} zR!vOudAW+8s(iL5hSF|ZOxh{HMvw< zMXf^=6=aCcN8%n1d>jNphJwO;FjVGzB8V_nQKt5Z7JT6EcWvTDBXe6xw7h>!dVlh} zyWH#OgZtgLpW)|xFDQfGZC8|=6xn9aoIG{$gICh?&wl*;OTRq2MXd6;*S~tY@0nw@ zmt%(xrt-FB94VD&v$hctTdS&apJ9l;s(5R1oAoBQ@2W3|sk1-Va;sTY8Csm{)qhh| zeUGB=(LZg~iFF7dfB*srAbyZW{|xr2RMb*FB@wO?itKmY**5I_I{1Q0*~0R-ABuw-l9{y@NUe3z4>XJ;!j znVbmI%NHu{`L3osJ@+Sn$<&kadehm;w46HGdag*lM$TSyww~-dS1uj1rtI}?>Un&B z?`LPrN3AP&n<^ELjn{1Q0*~0R#|0009ILKmdUb3CL&v-uk$J@BG+}U%&qD z8{`gl=xT6S1Q0*~0R#|0009ILKmY**+AGjhFR&a**Up!|99hd9yrAe8+WTcV8UhF) zfB*srAbko5wZZaeh? zVnRaz0R#|0009ILKmY**5I_Kd4HDR;dCeW-pZ`PQSSV)3BhhFuY$n3tXd*UM$Xi8w zuws?xt+G=C(B^u9%ejSjKDzk8_p)9<(`$-eqher#E<3wH009ILKmY**5I_I{1Q0-A Rg9MzifEL3F+Ev#J`~fzM+AIJ7 diff --git a/.nx/workspace-data/d/daemon-error.log b/.nx/workspace-data/d/daemon-error.log deleted file mode 100644 index 8b6cb1e0..00000000 --- a/.nx/workspace-data/d/daemon-error.log +++ /dev/null @@ -1,26 +0,0 @@ -Daemon process terminated and closed the connection - -Messages from the log: -[NX Daemon Server] - 2024-10-01T01:15:45.318Z - [REQUEST]: -[NX Daemon Server] - 2024-10-01T01:15:45.318Z - [REQUEST]: -[NX Daemon Server] - 2024-10-01T01:15:45.376Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-10-01T01:15:45.378Z - Time taken for 'total for creating and serializing project graph' 184.71720000000002ms -[NX Daemon Server] - 2024-10-01T01:15:45.379Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-10-01T01:15:45.381Z - [WATCHER]: .nx/workspace-data/d/daemon.log was modified -[NX Daemon Server] - 2024-10-01T01:15:45.381Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-10-01T01:15:45.381Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 185. Response time: 5. -[NX Daemon Server] - 2024-10-01T01:15:45.382Z - [REQUEST]: Responding to the client with an error. Invalid payload from the client Unsupported payload sent to daemon server: {"type":"GET_CONTEXT_FILE_DATA"} -Error: Unsupported payload sent to daemon server: {"type":"GET_CONTEXT_FILE_DATA"} - at handleMessage (d:\Projects\postybirb\v4\postybirb\node_modules\nx\src\daemon\server\server.js:106:104) - at d:\Projects\postybirb\v4\postybirb\node_modules\nx\src\daemon\server\server.js:45:15 - at Socket. (d:\Projects\postybirb\v4\postybirb\node_modules\nx\src\utils\consume-messages-from-socket.js:13:17) - at Socket.emit (node:events:519:28) - at addChunk (node:internal/streams/readable:559:12) - at readableAddChunkPushByteMode (node:internal/streams/readable:510:3) - at Readable.push (node:internal/streams/readable:390:5) - at Pipe.onStreamRead (node:internal/stream_base_commons:191:23) -[NX Daemon Server] - 2024-10-01T01:15:45.383Z - Done responding to the client null - - - -More information: d:\Projects\postybirb\v4\postybirb\.nx\workspace-data\d\daemon.log \ No newline at end of file diff --git a/.nx/workspace-data/d/daemon.log b/.nx/workspace-data/d/daemon.log deleted file mode 100644 index f4daaf44..00000000 --- a/.nx/workspace-data/d/daemon.log +++ /dev/null @@ -1,887 +0,0 @@ -[NX Daemon Server] - 2024-10-01T01:01:03.669Z - Started listening on: \\.\pipe\nx\C:\Users\micha\AppData\Local\Temp\a1b18fbc6f17ed90392a\d.sock -[NX Daemon Server] - 2024-10-01T01:01:03.672Z - [WATCHER]: Subscribed to changes within: D:\Projects\postybirb\v4\postybirb (native) -[NX Daemon Server] - 2024-10-01T01:01:03.679Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-10-01T01:01:03.681Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-10-01T01:01:03.681Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-10-01T01:01:03.683Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-10-01T01:01:03.882Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-10-01T01:01:03.883Z - [REQUEST]: -[NX Daemon Server] - 2024-10-01T01:01:03.883Z - [REQUEST]: -[NX Daemon Server] - 2024-10-01T01:01:03.892Z - Time taken for 'loadNxPlugins' 196.43429999999998ms -[NX Daemon Server] - 2024-10-01T01:01:04.276Z - Time taken for 'build-project-configs' 374.75930000000005ms -[NX Daemon Server] - 2024-10-01T01:01:04.689Z - [SYNC]: collect registered sync generators -[NX Daemon Server] - 2024-10-01T01:01:04.690Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-10-01T01:01:04.691Z - Time taken for 'total for creating and serializing project graph' 1007.0713ms -[NX Daemon Server] - 2024-10-01T01:01:04.692Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-10-01T01:01:04.692Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 1007. Response time: 2. -[NX Daemon Server] - 2024-10-01T01:01:04.737Z - [REQUEST]: Responding to the client. handleHashTasks -[NX Daemon Server] - 2024-10-01T01:01:04.738Z - Done responding to the client handleHashTasks -[NX Daemon Server] - 2024-10-01T01:01:04.738Z - Handled HASH_TASKS. Handling time: 20. Response time: 1. -[NX Daemon Server] - 2024-10-01T01:01:05.836Z - [REQUEST]: Responding to the client. recordOutputsHash -[NX Daemon Server] - 2024-10-01T01:01:05.836Z - Done responding to the client recordOutputsHash -[NX Daemon Server] - 2024-10-01T01:01:05.836Z - Handled RECORD_OUTPUTS_HASH. Handling time: 1. Response time: 0. -[NX Daemon Server] - 2024-10-01T01:01:19.870Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-10-01T01:02:49.037Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-10-01T01:04:58.562Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-10-01T01:04:58.564Z - [WATCHER]: Stopping the watcher for D:\Projects\postybirb\v4\postybirb (sources) -[NX Daemon Server] - 2024-10-01T01:04:58.564Z - [WATCHER]: Stopping the watcher for D:\Projects\postybirb\v4\postybirb (outputs) -[NX Daemon Server] - 2024-10-01T01:04:58.565Z - Server stopped because: "NX_VERSION_CHANGED" - - > NX ENOENT: no such file or directory, open 'd:\Projects\postybirb\v4\postybirb\.nx\cache\d\server-process.json' - -[NX Daemon Server] - 2024-10-01T01:05:11.125Z - Started listening on: \\.\pipe\nx\C:\Users\micha\AppData\Local\Temp\a1b18fbc6f17ed90392a\d.sock -[NX Daemon Server] - 2024-10-01T01:05:11.131Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-10-01T01:05:11.132Z - Established a connection. Number of open connections: 2 -[NX Daemon Server] - 2024-10-01T01:05:11.134Z - Closed a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-10-01T01:05:11.134Z - [WATCHER]: Subscribed to changes within: d:\Projects\postybirb\v4\postybirb -[NX Daemon Server] - 2024-10-01T01:05:11.136Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-10-01T01:05:11.955Z - [REQUEST]: Updated file-hasher based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-10-01T01:05:11.955Z - [REQUEST]: -[NX Daemon Server] - 2024-10-01T01:05:11.955Z - [REQUEST]: -[NX Daemon Server] - 2024-10-01T01:05:12.011Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-10-01T01:05:12.013Z - Time taken for 'total for creating and serializing project graph' 874.8466000000001ms -[NX Daemon Server] - 2024-10-01T01:05:12.014Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-10-01T01:05:12.016Z - [WATCHER]: .nx/workspace-data/d/daemon.log was modified -[NX Daemon Server] - 2024-10-01T01:05:12.016Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-10-01T01:05:12.016Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 875. Response time: 5. -[NX Daemon Server] - 2024-10-01T01:05:12.017Z - [REQUEST]: Responding to the client with an error. Invalid payload from the client Unsupported payload sent to daemon server: {"type":"GET_CONTEXT_FILE_DATA"} -Error: Unsupported payload sent to daemon server: {"type":"GET_CONTEXT_FILE_DATA"} - at handleMessage (d:\Projects\postybirb\v4\postybirb\node_modules\nx\src\daemon\server\server.js:106:104) - at d:\Projects\postybirb\v4\postybirb\node_modules\nx\src\daemon\server\server.js:45:15 - at Socket. (d:\Projects\postybirb\v4\postybirb\node_modules\nx\src\utils\consume-messages-from-socket.js:13:17) - at Socket.emit (node:events:519:28) - at addChunk (node:internal/streams/readable:559:12) - at readableAddChunkPushByteMode (node:internal/streams/readable:510:3) - at Readable.push (node:internal/streams/readable:390:5) - at Pipe.onStreamRead (node:internal/stream_base_commons:191:23) -[NX Daemon Server] - 2024-10-01T01:05:12.018Z - Done responding to the client null -[NX Daemon Server] - 2024-10-01T01:05:16.339Z - Started listening on: \\.\pipe\nx\C:\Users\micha\AppData\Local\Temp\a1b18fbc6f17ed90392a\d.sock -[NX Daemon Server] - 2024-10-01T01:05:16.343Z - [WATCHER]: Subscribed to changes within: d:\Projects\postybirb\v4\postybirb -[NX Daemon Server] - 2024-10-01T01:05:16.347Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-10-01T01:05:16.348Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-10-01T01:05:16.349Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-10-01T01:05:16.351Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-10-01T01:05:16.465Z - [REQUEST]: Updated file-hasher based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-10-01T01:05:16.465Z - [REQUEST]: -[NX Daemon Server] - 2024-10-01T01:05:16.465Z - [REQUEST]: -[NX Daemon Server] - 2024-10-01T01:05:16.521Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-10-01T01:05:16.523Z - Time taken for 'total for creating and serializing project graph' 170.23530000000002ms -[NX Daemon Server] - 2024-10-01T01:05:16.525Z - [WATCHER]: .nx/workspace-data/d/daemon.log was modified -[NX Daemon Server] - 2024-10-01T01:05:16.525Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-10-01T01:05:16.526Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-10-01T01:05:16.526Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 170. Response time: 5. -[NX Daemon Server] - 2024-10-01T01:05:16.527Z - [REQUEST]: Responding to the client with an error. Invalid payload from the client Unsupported payload sent to daemon server: {"type":"GET_CONTEXT_FILE_DATA"} -Error: Unsupported payload sent to daemon server: {"type":"GET_CONTEXT_FILE_DATA"} - at handleMessage (d:\Projects\postybirb\v4\postybirb\node_modules\nx\src\daemon\server\server.js:106:104) - at d:\Projects\postybirb\v4\postybirb\node_modules\nx\src\daemon\server\server.js:45:15 - at Socket. (d:\Projects\postybirb\v4\postybirb\node_modules\nx\src\utils\consume-messages-from-socket.js:13:17) - at Socket.emit (node:events:519:28) - at addChunk (node:internal/streams/readable:559:12) - at readableAddChunkPushByteMode (node:internal/streams/readable:510:3) - at Readable.push (node:internal/streams/readable:390:5) - at Pipe.onStreamRead (node:internal/stream_base_commons:191:23) -[NX Daemon Server] - 2024-10-01T01:05:16.528Z - Done responding to the client null -[NX Daemon Server] - 2024-10-01T01:05:25.856Z - Started listening on: \\.\pipe\nx\C:\Users\micha\AppData\Local\Temp\a1b18fbc6f17ed90392a\d.sock -[NX Daemon Server] - 2024-10-01T01:05:25.861Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-10-01T01:05:25.862Z - Established a connection. Number of open connections: 2 -[NX Daemon Server] - 2024-10-01T01:05:25.863Z - Closed a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-10-01T01:05:25.863Z - [WATCHER]: Subscribed to changes within: d:\Projects\postybirb\v4\postybirb -[NX Daemon Server] - 2024-10-01T01:05:25.866Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-10-01T01:05:25.983Z - [REQUEST]: Updated file-hasher based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-10-01T01:05:25.983Z - [REQUEST]: -[NX Daemon Server] - 2024-10-01T01:05:25.983Z - [REQUEST]: -[NX Daemon Server] - 2024-10-01T01:05:26.045Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-10-01T01:05:26.046Z - Time taken for 'total for creating and serializing project graph' 178.9382ms -[NX Daemon Server] - 2024-10-01T01:05:26.049Z - [WATCHER]: .nx/workspace-data/d/daemon.log was modified -[NX Daemon Server] - 2024-10-01T01:05:26.050Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-10-01T01:05:26.050Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-10-01T01:05:26.050Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 180. Response time: 5. -[NX Daemon Server] - 2024-10-01T01:05:26.051Z - [REQUEST]: Responding to the client with an error. Invalid payload from the client Unsupported payload sent to daemon server: {"type":"GET_CONTEXT_FILE_DATA"} -Error: Unsupported payload sent to daemon server: {"type":"GET_CONTEXT_FILE_DATA"} - at handleMessage (d:\Projects\postybirb\v4\postybirb\node_modules\nx\src\daemon\server\server.js:106:104) - at d:\Projects\postybirb\v4\postybirb\node_modules\nx\src\daemon\server\server.js:45:15 - at Socket. (d:\Projects\postybirb\v4\postybirb\node_modules\nx\src\utils\consume-messages-from-socket.js:13:17) - at Socket.emit (node:events:519:28) - at addChunk (node:internal/streams/readable:559:12) - at readableAddChunkPushByteMode (node:internal/streams/readable:510:3) - at Readable.push (node:internal/streams/readable:390:5) - at Pipe.onStreamRead (node:internal/stream_base_commons:191:23) -[NX Daemon Server] - 2024-10-01T01:05:26.052Z - Done responding to the client null -[NX Daemon Server] - 2024-10-01T01:06:27.024Z - Started listening on: \\.\pipe\nx\C:\Users\micha\AppData\Local\Temp\a1b18fbc6f17ed90392a\d.sock -[NX Daemon Server] - 2024-10-01T01:06:27.032Z - [WATCHER]: Subscribed to changes within: d:\Projects\postybirb\v4\postybirb -[NX Daemon Server] - 2024-10-01T01:06:27.037Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-10-01T01:06:27.038Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-10-01T01:06:27.039Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-10-01T01:06:27.041Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-10-01T01:06:33.168Z - [REQUEST]: Updated file-hasher based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-10-01T01:06:33.168Z - [REQUEST]: -[NX Daemon Server] - 2024-10-01T01:06:33.168Z - [REQUEST]: -[NX Daemon Server] - 2024-10-01T01:06:33.587Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-10-01T01:06:33.589Z - Time taken for 'total for creating and serializing project graph' 6546.7571ms -[NX Daemon Server] - 2024-10-01T01:06:33.593Z - [WATCHER]: .nx/workspace-data/d/daemon.log was modified -[NX Daemon Server] - 2024-10-01T01:06:33.594Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-10-01T01:06:33.596Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-10-01T01:06:33.596Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 6547. Response time: 9. -[NX Daemon Server] - 2024-10-01T01:06:33.598Z - [REQUEST]: Responding to the client with an error. Invalid payload from the client Unsupported payload sent to daemon server: {"type":"GET_CONTEXT_FILE_DATA"} -Error: Unsupported payload sent to daemon server: {"type":"GET_CONTEXT_FILE_DATA"} - at handleMessage (d:\Projects\postybirb\v4\postybirb\node_modules\nx\src\daemon\server\server.js:106:104) - at d:\Projects\postybirb\v4\postybirb\node_modules\nx\src\daemon\server\server.js:45:15 - at Socket. (d:\Projects\postybirb\v4\postybirb\node_modules\nx\src\utils\consume-messages-from-socket.js:13:17) - at Socket.emit (node:events:519:28) - at addChunk (node:internal/streams/readable:559:12) - at readableAddChunkPushByteMode (node:internal/streams/readable:510:3) - at Readable.push (node:internal/streams/readable:390:5) - at Pipe.onStreamRead (node:internal/stream_base_commons:191:23) -[NX Daemon Server] - 2024-10-01T01:06:33.599Z - Done responding to the client null -[NX Daemon Server] - 2024-10-01T01:06:34.948Z - Started listening on: \\.\pipe\nx\C:\Users\micha\AppData\Local\Temp\a1b18fbc6f17ed90392a\d.sock -[NX Daemon Server] - 2024-10-01T01:06:34.954Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-10-01T01:06:34.955Z - Established a connection. Number of open connections: 2 -[NX Daemon Server] - 2024-10-01T01:06:34.956Z - Closed a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-10-01T01:06:34.957Z - [WATCHER]: Subscribed to changes within: d:\Projects\postybirb\v4\postybirb -[NX Daemon Server] - 2024-10-01T01:06:34.958Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-10-01T01:06:35.065Z - [REQUEST]: Updated file-hasher based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-10-01T01:06:35.066Z - [REQUEST]: -[NX Daemon Server] - 2024-10-01T01:06:35.066Z - [REQUEST]: -[NX Daemon Server] - 2024-10-01T01:06:35.119Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-10-01T01:06:35.122Z - Time taken for 'total for creating and serializing project graph' 160.9316ms -[NX Daemon Server] - 2024-10-01T01:06:35.124Z - [WATCHER]: .nx/workspace-data/d/daemon.log was modified -[NX Daemon Server] - 2024-10-01T01:06:35.125Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-10-01T01:06:35.125Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-10-01T01:06:35.125Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 161. Response time: 6. -[NX Daemon Server] - 2024-10-01T01:06:35.126Z - [REQUEST]: Responding to the client with an error. Invalid payload from the client Unsupported payload sent to daemon server: {"type":"GET_CONTEXT_FILE_DATA"} -Error: Unsupported payload sent to daemon server: {"type":"GET_CONTEXT_FILE_DATA"} - at handleMessage (d:\Projects\postybirb\v4\postybirb\node_modules\nx\src\daemon\server\server.js:106:104) - at d:\Projects\postybirb\v4\postybirb\node_modules\nx\src\daemon\server\server.js:45:15 - at Socket. (d:\Projects\postybirb\v4\postybirb\node_modules\nx\src\utils\consume-messages-from-socket.js:13:17) - at Socket.emit (node:events:519:28) - at addChunk (node:internal/streams/readable:559:12) - at readableAddChunkPushByteMode (node:internal/streams/readable:510:3) - at Readable.push (node:internal/streams/readable:390:5) - at Pipe.onStreamRead (node:internal/stream_base_commons:191:23) -[NX Daemon Server] - 2024-10-01T01:06:35.127Z - Done responding to the client null -[NX Daemon Server] - 2024-10-01T01:06:48.714Z - Started listening on: \\.\pipe\nx\C:\Users\micha\AppData\Local\Temp\a1b18fbc6f17ed90392a\d.sock -[NX Daemon Server] - 2024-10-01T01:06:48.720Z - [WATCHER]: Subscribed to changes within: d:\Projects\postybirb\v4\postybirb -[NX Daemon Server] - 2024-10-01T01:06:48.730Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-10-01T01:06:48.732Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-10-01T01:06:48.732Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-10-01T01:06:48.733Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-10-01T01:06:48.818Z - [REQUEST]: Updated file-hasher based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-10-01T01:06:48.818Z - [REQUEST]: -[NX Daemon Server] - 2024-10-01T01:06:48.818Z - [REQUEST]: -[NX Daemon Server] - 2024-10-01T01:06:48.885Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-10-01T01:06:48.887Z - Time taken for 'total for creating and serializing project graph' 152.2915ms -[NX Daemon Server] - 2024-10-01T01:06:48.887Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-10-01T01:06:48.888Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 152. Response time: 3. -[NX Daemon Server] - 2024-10-01T01:06:48.895Z - [REQUEST]: Responding to the client with an error. Invalid payload from the client Unsupported payload sent to daemon server: {"type":"GET_CONTEXT_FILE_DATA"} -Error: Unsupported payload sent to daemon server: {"type":"GET_CONTEXT_FILE_DATA"} - at handleMessage (d:\Projects\postybirb\v4\postybirb\node_modules\nx\src\daemon\server\server.js:106:104) - at d:\Projects\postybirb\v4\postybirb\node_modules\nx\src\daemon\server\server.js:45:15 - at Socket. (d:\Projects\postybirb\v4\postybirb\node_modules\nx\src\utils\consume-messages-from-socket.js:13:17) - at Socket.emit (node:events:519:28) - at addChunk (node:internal/streams/readable:559:12) - at readableAddChunkPushByteMode (node:internal/streams/readable:510:3) - at Readable.push (node:internal/streams/readable:390:5) - at Pipe.onStreamRead (node:internal/stream_base_commons:191:23) -[NX Daemon Server] - 2024-10-01T01:06:48.896Z - Done responding to the client null -[NX Daemon Server] - 2024-10-01T01:07:17.994Z - Started listening on: \\.\pipe\nx\C:\Users\micha\AppData\Local\Temp\a1b18fbc6f17ed90392a\d.sock -[NX Daemon Server] - 2024-10-01T01:07:17.998Z - [WATCHER]: Subscribed to changes within: d:\Projects\postybirb\v4\postybirb -[NX Daemon Server] - 2024-10-01T01:07:18.003Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-10-01T01:07:18.005Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-10-01T01:07:18.005Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-10-01T01:07:18.007Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-10-01T01:07:18.584Z - [REQUEST]: Updated file-hasher based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-10-01T01:07:18.584Z - [REQUEST]: -[NX Daemon Server] - 2024-10-01T01:07:18.584Z - [REQUEST]: -[NX Daemon Server] - 2024-10-01T01:07:18.643Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-10-01T01:07:18.645Z - Time taken for 'total for creating and serializing project graph' 635.7876ms -[NX Daemon Server] - 2024-10-01T01:07:18.647Z - [WATCHER]: .nx/workspace-data/d/daemon.log was modified -[NX Daemon Server] - 2024-10-01T01:07:18.648Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-10-01T01:07:18.648Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-10-01T01:07:18.648Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 636. Response time: 5. -[NX Daemon Server] - 2024-10-01T01:07:18.649Z - [REQUEST]: Responding to the client with an error. Invalid payload from the client Unsupported payload sent to daemon server: {"type":"GET_CONTEXT_FILE_DATA"} -Error: Unsupported payload sent to daemon server: {"type":"GET_CONTEXT_FILE_DATA"} - at handleMessage (d:\Projects\postybirb\v4\postybirb\node_modules\nx\src\daemon\server\server.js:106:104) - at d:\Projects\postybirb\v4\postybirb\node_modules\nx\src\daemon\server\server.js:45:15 - at Socket. (d:\Projects\postybirb\v4\postybirb\node_modules\nx\src\utils\consume-messages-from-socket.js:13:17) - at Socket.emit (node:events:519:28) - at addChunk (node:internal/streams/readable:559:12) - at readableAddChunkPushByteMode (node:internal/streams/readable:510:3) - at Readable.push (node:internal/streams/readable:390:5) - at Pipe.onStreamRead (node:internal/stream_base_commons:191:23) -[NX Daemon Server] - 2024-10-01T01:07:18.650Z - Done responding to the client null -[NX Daemon Server] - 2024-10-01T01:07:22.972Z - Started listening on: \\.\pipe\nx\C:\Users\micha\AppData\Local\Temp\a1b18fbc6f17ed90392a\d.sock -[NX Daemon Server] - 2024-10-01T01:07:22.978Z - [WATCHER]: Subscribed to changes within: d:\Projects\postybirb\v4\postybirb -[NX Daemon Server] - 2024-10-01T01:07:22.983Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-10-01T01:07:22.984Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-10-01T01:07:22.985Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-10-01T01:07:22.986Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-10-01T01:07:23.104Z - [REQUEST]: Updated file-hasher based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-10-01T01:07:23.104Z - [REQUEST]: -[NX Daemon Server] - 2024-10-01T01:07:23.104Z - [REQUEST]: -[NX Daemon Server] - 2024-10-01T01:07:23.163Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-10-01T01:07:23.165Z - Time taken for 'total for creating and serializing project graph' 176.68750000000003ms -[NX Daemon Server] - 2024-10-01T01:07:23.165Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-10-01T01:07:23.167Z - [WATCHER]: .nx/workspace-data/d/daemon.log was modified -[NX Daemon Server] - 2024-10-01T01:07:23.167Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-10-01T01:07:23.167Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 177. Response time: 4. -[NX Daemon Server] - 2024-10-01T01:07:23.169Z - [REQUEST]: Responding to the client with an error. Invalid payload from the client Unsupported payload sent to daemon server: {"type":"GET_CONTEXT_FILE_DATA"} -Error: Unsupported payload sent to daemon server: {"type":"GET_CONTEXT_FILE_DATA"} - at handleMessage (d:\Projects\postybirb\v4\postybirb\node_modules\nx\src\daemon\server\server.js:106:104) - at d:\Projects\postybirb\v4\postybirb\node_modules\nx\src\daemon\server\server.js:45:15 - at Socket. (d:\Projects\postybirb\v4\postybirb\node_modules\nx\src\utils\consume-messages-from-socket.js:13:17) - at Socket.emit (node:events:519:28) - at addChunk (node:internal/streams/readable:559:12) - at readableAddChunkPushByteMode (node:internal/streams/readable:510:3) - at Readable.push (node:internal/streams/readable:390:5) - at Pipe.onStreamRead (node:internal/stream_base_commons:191:23) -[NX Daemon Server] - 2024-10-01T01:07:23.170Z - Done responding to the client null -[NX Daemon Server] - 2024-10-01T01:07:32.473Z - Started listening on: \\.\pipe\nx\C:\Users\micha\AppData\Local\Temp\a1b18fbc6f17ed90392a\d.sock -[NX Daemon Server] - 2024-10-01T01:07:32.477Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-10-01T01:07:32.479Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-10-01T01:07:32.479Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-10-01T01:07:32.480Z - [WATCHER]: Subscribed to changes within: d:\Projects\postybirb\v4\postybirb -[NX Daemon Server] - 2024-10-01T01:07:32.482Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-10-01T01:07:32.580Z - [REQUEST]: Updated file-hasher based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-10-01T01:07:32.580Z - [REQUEST]: -[NX Daemon Server] - 2024-10-01T01:07:32.580Z - [REQUEST]: -[NX Daemon Server] - 2024-10-01T01:07:32.636Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-10-01T01:07:32.638Z - Time taken for 'total for creating and serializing project graph' 154.0604ms -[NX Daemon Server] - 2024-10-01T01:07:32.642Z - [WATCHER]: .nx/workspace-data/d/daemon.log was modified -[NX Daemon Server] - 2024-10-01T01:07:32.642Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-10-01T01:07:32.642Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-10-01T01:07:32.643Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 154. Response time: 7. -[NX Daemon Server] - 2024-10-01T01:07:32.644Z - [REQUEST]: Responding to the client with an error. Invalid payload from the client Unsupported payload sent to daemon server: {"type":"GET_CONTEXT_FILE_DATA"} -Error: Unsupported payload sent to daemon server: {"type":"GET_CONTEXT_FILE_DATA"} - at handleMessage (d:\Projects\postybirb\v4\postybirb\node_modules\nx\src\daemon\server\server.js:106:104) - at d:\Projects\postybirb\v4\postybirb\node_modules\nx\src\daemon\server\server.js:45:15 - at Socket. (d:\Projects\postybirb\v4\postybirb\node_modules\nx\src\utils\consume-messages-from-socket.js:13:17) - at Socket.emit (node:events:519:28) - at addChunk (node:internal/streams/readable:559:12) - at readableAddChunkPushByteMode (node:internal/streams/readable:510:3) - at Readable.push (node:internal/streams/readable:390:5) - at Pipe.onStreamRead (node:internal/stream_base_commons:191:23) -[NX Daemon Server] - 2024-10-01T01:07:32.645Z - Done responding to the client null -[NX Daemon Server] - 2024-10-01T01:07:34.613Z - Started listening on: \\.\pipe\nx\C:\Users\micha\AppData\Local\Temp\a1b18fbc6f17ed90392a\d.sock -[NX Daemon Server] - 2024-10-01T01:07:34.618Z - [WATCHER]: Subscribed to changes within: d:\Projects\postybirb\v4\postybirb -[NX Daemon Server] - 2024-10-01T01:07:34.622Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-10-01T01:07:34.624Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-10-01T01:07:34.624Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-10-01T01:07:34.626Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-10-01T01:07:34.758Z - [REQUEST]: Updated file-hasher based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-10-01T01:07:34.758Z - [REQUEST]: -[NX Daemon Server] - 2024-10-01T01:07:34.758Z - [REQUEST]: -[NX Daemon Server] - 2024-10-01T01:07:35.276Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-10-01T01:07:35.278Z - Time taken for 'total for creating and serializing project graph' 650.0289ms -[NX Daemon Server] - 2024-10-01T01:07:35.280Z - [WATCHER]: .nx/workspace-data/d/daemon.log was modified -[NX Daemon Server] - 2024-10-01T01:07:35.281Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-10-01T01:07:35.281Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-10-01T01:07:35.281Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 650. Response time: 5. -[NX Daemon Server] - 2024-10-01T01:07:35.283Z - [REQUEST]: Responding to the client with an error. Invalid payload from the client Unsupported payload sent to daemon server: {"type":"GET_CONTEXT_FILE_DATA"} -Error: Unsupported payload sent to daemon server: {"type":"GET_CONTEXT_FILE_DATA"} - at handleMessage (d:\Projects\postybirb\v4\postybirb\node_modules\nx\src\daemon\server\server.js:106:104) - at d:\Projects\postybirb\v4\postybirb\node_modules\nx\src\daemon\server\server.js:45:15 - at Socket. (d:\Projects\postybirb\v4\postybirb\node_modules\nx\src\utils\consume-messages-from-socket.js:13:17) - at Socket.emit (node:events:519:28) - at addChunk (node:internal/streams/readable:559:12) - at readableAddChunkPushByteMode (node:internal/streams/readable:510:3) - at Readable.push (node:internal/streams/readable:390:5) - at Pipe.onStreamRead (node:internal/stream_base_commons:191:23) -[NX Daemon Server] - 2024-10-01T01:07:35.284Z - Done responding to the client null -[NX Daemon Server] - 2024-10-01T01:07:36.609Z - Started listening on: \\.\pipe\nx\C:\Users\micha\AppData\Local\Temp\a1b18fbc6f17ed90392a\d.sock -[NX Daemon Server] - 2024-10-01T01:07:36.612Z - [WATCHER]: Subscribed to changes within: d:\Projects\postybirb\v4\postybirb -[NX Daemon Server] - 2024-10-01T01:07:36.615Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-10-01T01:07:36.617Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-10-01T01:07:36.617Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-10-01T01:07:36.619Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-10-01T01:07:36.705Z - [REQUEST]: Updated file-hasher based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-10-01T01:07:36.705Z - [REQUEST]: -[NX Daemon Server] - 2024-10-01T01:07:36.705Z - [REQUEST]: -[NX Daemon Server] - 2024-10-01T01:07:36.761Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-10-01T01:07:36.763Z - Time taken for 'total for creating and serializing project graph' 141.74580000000003ms -[NX Daemon Server] - 2024-10-01T01:07:36.765Z - [WATCHER]: .nx/workspace-data/d/daemon.log was modified -[NX Daemon Server] - 2024-10-01T01:07:36.765Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-10-01T01:07:36.765Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-10-01T01:07:36.765Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 142. Response time: 4. -[NX Daemon Server] - 2024-10-01T01:07:36.767Z - [REQUEST]: Responding to the client with an error. Invalid payload from the client Unsupported payload sent to daemon server: {"type":"GET_CONTEXT_FILE_DATA"} -Error: Unsupported payload sent to daemon server: {"type":"GET_CONTEXT_FILE_DATA"} - at handleMessage (d:\Projects\postybirb\v4\postybirb\node_modules\nx\src\daemon\server\server.js:106:104) - at d:\Projects\postybirb\v4\postybirb\node_modules\nx\src\daemon\server\server.js:45:15 - at Socket. (d:\Projects\postybirb\v4\postybirb\node_modules\nx\src\utils\consume-messages-from-socket.js:13:17) - at Socket.emit (node:events:519:28) - at addChunk (node:internal/streams/readable:559:12) - at readableAddChunkPushByteMode (node:internal/streams/readable:510:3) - at Readable.push (node:internal/streams/readable:390:5) - at Pipe.onStreamRead (node:internal/stream_base_commons:191:23) -[NX Daemon Server] - 2024-10-01T01:07:36.768Z - Done responding to the client null -[NX Daemon Server] - 2024-10-01T01:07:40.937Z - Started listening on: \\.\pipe\nx\C:\Users\micha\AppData\Local\Temp\a1b18fbc6f17ed90392a\d.sock -[NX Daemon Server] - 2024-10-01T01:07:40.942Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-10-01T01:07:40.943Z - Established a connection. Number of open connections: 2 -[NX Daemon Server] - 2024-10-01T01:07:40.944Z - Closed a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-10-01T01:07:40.944Z - [WATCHER]: Subscribed to changes within: d:\Projects\postybirb\v4\postybirb -[NX Daemon Server] - 2024-10-01T01:07:40.948Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-10-01T01:07:41.060Z - [REQUEST]: Updated file-hasher based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-10-01T01:07:41.061Z - [REQUEST]: -[NX Daemon Server] - 2024-10-01T01:07:41.061Z - [REQUEST]: -[NX Daemon Server] - 2024-10-01T01:07:41.251Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-10-01T01:07:41.253Z - Time taken for 'total for creating and serializing project graph' 303.0711ms -[NX Daemon Server] - 2024-10-01T01:07:41.255Z - [WATCHER]: .nx/workspace-data/d/daemon.log was modified -[NX Daemon Server] - 2024-10-01T01:07:41.256Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-10-01T01:07:41.256Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-10-01T01:07:41.256Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 303. Response time: 5. -[NX Daemon Server] - 2024-10-01T01:07:41.257Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-10-01T01:07:41.315Z - [REQUEST]: Updated file-hasher based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-10-01T01:07:41.315Z - [REQUEST]: .nx/workspace-data/d/daemon.log -[NX Daemon Server] - 2024-10-01T01:07:41.315Z - [REQUEST]: -[NX Daemon Server] - 2024-10-01T01:07:41.352Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-10-01T01:07:41.353Z - Time taken for 'total for creating and serializing project graph' 94.28929999999997ms -[NX Daemon Server] - 2024-10-01T01:07:41.357Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-10-01T01:07:41.357Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 95. Response time: 5. -[NX Daemon Server] - 2024-10-01T01:07:41.358Z - [REQUEST]: Responding to the client with an error. Invalid payload from the client Unsupported payload sent to daemon server: {"type":"GET_CONTEXT_FILE_DATA"} -Error: Unsupported payload sent to daemon server: {"type":"GET_CONTEXT_FILE_DATA"} - at handleMessage (d:\Projects\postybirb\v4\postybirb\node_modules\nx\src\daemon\server\server.js:106:104) - at d:\Projects\postybirb\v4\postybirb\node_modules\nx\src\daemon\server\server.js:45:15 - at Socket. (d:\Projects\postybirb\v4\postybirb\node_modules\nx\src\utils\consume-messages-from-socket.js:13:17) - at Socket.emit (node:events:519:28) - at addChunk (node:internal/streams/readable:559:12) - at readableAddChunkPushByteMode (node:internal/streams/readable:510:3) - at Readable.push (node:internal/streams/readable:390:5) - at Pipe.onStreamRead (node:internal/stream_base_commons:191:23) -[NX Daemon Server] - 2024-10-01T01:07:41.359Z - Done responding to the client null -[NX Daemon Server] - 2024-10-01T01:07:43.324Z - Started listening on: \\.\pipe\nx\C:\Users\micha\AppData\Local\Temp\a1b18fbc6f17ed90392a\d.sock -[NX Daemon Server] - 2024-10-01T01:07:43.328Z - [WATCHER]: Subscribed to changes within: d:\Projects\postybirb\v4\postybirb -[NX Daemon Server] - 2024-10-01T01:07:43.334Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-10-01T01:07:43.336Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-10-01T01:07:43.336Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-10-01T01:07:43.338Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-10-01T01:07:43.439Z - [REQUEST]: Updated file-hasher based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-10-01T01:07:43.439Z - [REQUEST]: -[NX Daemon Server] - 2024-10-01T01:07:43.439Z - [REQUEST]: -[NX Daemon Server] - 2024-10-01T01:07:43.632Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-10-01T01:07:43.634Z - Time taken for 'total for creating and serializing project graph' 293.37080000000003ms -[NX Daemon Server] - 2024-10-01T01:07:43.641Z - [WATCHER]: .nx/workspace-data/d/daemon.log was modified -[NX Daemon Server] - 2024-10-01T01:07:43.642Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-10-01T01:07:43.642Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-10-01T01:07:43.642Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 294. Response time: 10. -[NX Daemon Server] - 2024-10-01T01:07:43.643Z - [REQUEST]: Responding to the client with an error. Invalid payload from the client Unsupported payload sent to daemon server: {"type":"GET_CONTEXT_FILE_DATA"} -Error: Unsupported payload sent to daemon server: {"type":"GET_CONTEXT_FILE_DATA"} - at handleMessage (d:\Projects\postybirb\v4\postybirb\node_modules\nx\src\daemon\server\server.js:106:104) - at d:\Projects\postybirb\v4\postybirb\node_modules\nx\src\daemon\server\server.js:45:15 - at Socket. (d:\Projects\postybirb\v4\postybirb\node_modules\nx\src\utils\consume-messages-from-socket.js:13:17) - at Socket.emit (node:events:519:28) - at addChunk (node:internal/streams/readable:559:12) - at readableAddChunkPushByteMode (node:internal/streams/readable:510:3) - at Readable.push (node:internal/streams/readable:390:5) - at Pipe.onStreamRead (node:internal/stream_base_commons:191:23) -[NX Daemon Server] - 2024-10-01T01:07:43.644Z - Done responding to the client null -[NX Daemon Server] - 2024-10-01T01:07:44.993Z - Started listening on: \\.\pipe\nx\C:\Users\micha\AppData\Local\Temp\a1b18fbc6f17ed90392a\d.sock -[NX Daemon Server] - 2024-10-01T01:07:44.996Z - [WATCHER]: Subscribed to changes within: d:\Projects\postybirb\v4\postybirb -[NX Daemon Server] - 2024-10-01T01:07:45.002Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-10-01T01:07:45.004Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-10-01T01:07:45.005Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-10-01T01:07:45.007Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-10-01T01:07:45.142Z - [REQUEST]: Updated file-hasher based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-10-01T01:07:45.142Z - [REQUEST]: -[NX Daemon Server] - 2024-10-01T01:07:45.142Z - [REQUEST]: -[NX Daemon Server] - 2024-10-01T01:07:45.339Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-10-01T01:07:45.342Z - Time taken for 'total for creating and serializing project graph' 332.27590000000004ms -[NX Daemon Server] - 2024-10-01T01:07:45.344Z - [WATCHER]: .nx/workspace-data/d/daemon.log was modified -[NX Daemon Server] - 2024-10-01T01:07:45.345Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-10-01T01:07:45.345Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-10-01T01:07:45.345Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 332. Response time: 6. -[NX Daemon Server] - 2024-10-01T01:07:45.346Z - [REQUEST]: Responding to the client with an error. Invalid payload from the client Unsupported payload sent to daemon server: {"type":"GET_CONTEXT_FILE_DATA"} -Error: Unsupported payload sent to daemon server: {"type":"GET_CONTEXT_FILE_DATA"} - at handleMessage (d:\Projects\postybirb\v4\postybirb\node_modules\nx\src\daemon\server\server.js:106:104) - at d:\Projects\postybirb\v4\postybirb\node_modules\nx\src\daemon\server\server.js:45:15 - at Socket. (d:\Projects\postybirb\v4\postybirb\node_modules\nx\src\utils\consume-messages-from-socket.js:13:17) - at Socket.emit (node:events:519:28) - at addChunk (node:internal/streams/readable:559:12) - at readableAddChunkPushByteMode (node:internal/streams/readable:510:3) - at Readable.push (node:internal/streams/readable:390:5) - at Pipe.onStreamRead (node:internal/stream_base_commons:191:23) -[NX Daemon Server] - 2024-10-01T01:07:45.347Z - Done responding to the client null -[NX Daemon Server] - 2024-10-01T01:07:45.841Z - Started listening on: \\.\pipe\nx\C:\Users\micha\AppData\Local\Temp\a1b18fbc6f17ed90392a\d.sock -[NX Daemon Server] - 2024-10-01T01:07:45.846Z - [WATCHER]: Subscribed to changes within: d:\Projects\postybirb\v4\postybirb -[NX Daemon Server] - 2024-10-01T01:07:45.851Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-10-01T01:07:45.853Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-10-01T01:07:45.853Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-10-01T01:07:45.855Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-10-01T01:07:45.972Z - [REQUEST]: Updated file-hasher based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-10-01T01:07:45.972Z - [REQUEST]: -[NX Daemon Server] - 2024-10-01T01:07:45.972Z - [REQUEST]: -[NX Daemon Server] - 2024-10-01T01:07:46.024Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-10-01T01:07:46.026Z - Time taken for 'total for creating and serializing project graph' 169.24569999999997ms -[NX Daemon Server] - 2024-10-01T01:07:46.027Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-10-01T01:07:46.027Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 169. Response time: 3. -[NX Daemon Server] - 2024-10-01T01:07:46.031Z - [REQUEST]: Responding to the client with an error. Invalid payload from the client Unsupported payload sent to daemon server: {"type":"GET_CONTEXT_FILE_DATA"} -Error: Unsupported payload sent to daemon server: {"type":"GET_CONTEXT_FILE_DATA"} - at handleMessage (d:\Projects\postybirb\v4\postybirb\node_modules\nx\src\daemon\server\server.js:106:104) - at d:\Projects\postybirb\v4\postybirb\node_modules\nx\src\daemon\server\server.js:45:15 - at Socket. (d:\Projects\postybirb\v4\postybirb\node_modules\nx\src\utils\consume-messages-from-socket.js:13:17) - at Socket.emit (node:events:519:28) - at addChunk (node:internal/streams/readable:559:12) - at readableAddChunkPushByteMode (node:internal/streams/readable:510:3) - at Readable.push (node:internal/streams/readable:390:5) - at Pipe.onStreamRead (node:internal/stream_base_commons:191:23) -[NX Daemon Server] - 2024-10-01T01:07:46.032Z - Done responding to the client null -[NX Daemon Server] - 2024-10-01T01:07:49.653Z - Started listening on: \\.\pipe\nx\C:\Users\micha\AppData\Local\Temp\a1b18fbc6f17ed90392a\d.sock -[NX Daemon Server] - 2024-10-01T01:07:49.659Z - [WATCHER]: Subscribed to changes within: d:\Projects\postybirb\v4\postybirb -[NX Daemon Server] - 2024-10-01T01:07:49.667Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-10-01T01:07:49.668Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-10-01T01:07:49.668Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-10-01T01:07:49.669Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-10-01T01:07:49.824Z - [REQUEST]: Updated file-hasher based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-10-01T01:07:49.825Z - [REQUEST]: -[NX Daemon Server] - 2024-10-01T01:07:49.825Z - [REQUEST]: -[NX Daemon Server] - 2024-10-01T01:07:49.885Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-10-01T01:07:49.887Z - Time taken for 'total for creating and serializing project graph' 216.07270000000003ms -[NX Daemon Server] - 2024-10-01T01:07:49.889Z - [WATCHER]: .nx/workspace-data/d/daemon.log was modified -[NX Daemon Server] - 2024-10-01T01:07:49.890Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-10-01T01:07:49.890Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-10-01T01:07:49.890Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 216. Response time: 5. -[NX Daemon Server] - 2024-10-01T01:07:49.892Z - [REQUEST]: Responding to the client with an error. Invalid payload from the client Unsupported payload sent to daemon server: {"type":"GET_CONTEXT_FILE_DATA"} -Error: Unsupported payload sent to daemon server: {"type":"GET_CONTEXT_FILE_DATA"} - at handleMessage (d:\Projects\postybirb\v4\postybirb\node_modules\nx\src\daemon\server\server.js:106:104) - at d:\Projects\postybirb\v4\postybirb\node_modules\nx\src\daemon\server\server.js:45:15 - at Socket. (d:\Projects\postybirb\v4\postybirb\node_modules\nx\src\utils\consume-messages-from-socket.js:13:17) - at Socket.emit (node:events:519:28) - at addChunk (node:internal/streams/readable:559:12) - at readableAddChunkPushByteMode (node:internal/streams/readable:510:3) - at Readable.push (node:internal/streams/readable:390:5) - at Pipe.onStreamRead (node:internal/stream_base_commons:191:23) -[NX Daemon Server] - 2024-10-01T01:07:49.892Z - Done responding to the client null -[NX Daemon Server] - 2024-10-01T01:07:50.682Z - Started listening on: \\.\pipe\nx\C:\Users\micha\AppData\Local\Temp\a1b18fbc6f17ed90392a\d.sock -[NX Daemon Server] - 2024-10-01T01:07:50.688Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-10-01T01:07:50.689Z - Established a connection. Number of open connections: 2 -[NX Daemon Server] - 2024-10-01T01:07:50.690Z - Closed a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-10-01T01:07:50.690Z - [WATCHER]: Subscribed to changes within: d:\Projects\postybirb\v4\postybirb -[NX Daemon Server] - 2024-10-01T01:07:50.693Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-10-01T01:07:50.807Z - [REQUEST]: Updated file-hasher based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-10-01T01:07:50.807Z - [REQUEST]: -[NX Daemon Server] - 2024-10-01T01:07:50.807Z - [REQUEST]: -[NX Daemon Server] - 2024-10-01T01:07:50.869Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-10-01T01:07:50.871Z - Time taken for 'total for creating and serializing project graph' 176.06820000000002ms -[NX Daemon Server] - 2024-10-01T01:07:50.873Z - [WATCHER]: .nx/workspace-data/d/daemon.log was modified -[NX Daemon Server] - 2024-10-01T01:07:50.874Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-10-01T01:07:50.874Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-10-01T01:07:50.874Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 176. Response time: 5. -[NX Daemon Server] - 2024-10-01T01:07:50.877Z - [REQUEST]: Responding to the client with an error. Invalid payload from the client Unsupported payload sent to daemon server: {"type":"GET_CONTEXT_FILE_DATA"} -Error: Unsupported payload sent to daemon server: {"type":"GET_CONTEXT_FILE_DATA"} - at handleMessage (d:\Projects\postybirb\v4\postybirb\node_modules\nx\src\daemon\server\server.js:106:104) - at d:\Projects\postybirb\v4\postybirb\node_modules\nx\src\daemon\server\server.js:45:15 - at Socket. (d:\Projects\postybirb\v4\postybirb\node_modules\nx\src\utils\consume-messages-from-socket.js:13:17) - at Socket.emit (node:events:519:28) - at addChunk (node:internal/streams/readable:559:12) - at readableAddChunkPushByteMode (node:internal/streams/readable:510:3) - at Readable.push (node:internal/streams/readable:390:5) - at Pipe.onStreamRead (node:internal/stream_base_commons:191:23) -[NX Daemon Server] - 2024-10-01T01:07:50.878Z - Done responding to the client null -[NX Daemon Server] - 2024-10-01T01:07:52.188Z - Started listening on: \\.\pipe\nx\C:\Users\micha\AppData\Local\Temp\a1b18fbc6f17ed90392a\d.sock -[NX Daemon Server] - 2024-10-01T01:07:52.193Z - [WATCHER]: Subscribed to changes within: d:\Projects\postybirb\v4\postybirb -[NX Daemon Server] - 2024-10-01T01:07:52.200Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-10-01T01:07:52.202Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-10-01T01:07:52.202Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-10-01T01:07:52.203Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-10-01T01:07:52.288Z - [REQUEST]: Updated file-hasher based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-10-01T01:07:52.288Z - [REQUEST]: -[NX Daemon Server] - 2024-10-01T01:07:52.288Z - [REQUEST]: -[NX Daemon Server] - 2024-10-01T01:07:52.342Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-10-01T01:07:52.344Z - Time taken for 'total for creating and serializing project graph' 138.98899999999998ms -[NX Daemon Server] - 2024-10-01T01:07:52.346Z - [WATCHER]: .nx/workspace-data/d/daemon.log was modified -[NX Daemon Server] - 2024-10-01T01:07:52.347Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-10-01T01:07:52.347Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-10-01T01:07:52.347Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 139. Response time: 5. -[NX Daemon Server] - 2024-10-01T01:07:52.348Z - [REQUEST]: Responding to the client with an error. Invalid payload from the client Unsupported payload sent to daemon server: {"type":"GET_CONTEXT_FILE_DATA"} -Error: Unsupported payload sent to daemon server: {"type":"GET_CONTEXT_FILE_DATA"} - at handleMessage (d:\Projects\postybirb\v4\postybirb\node_modules\nx\src\daemon\server\server.js:106:104) - at d:\Projects\postybirb\v4\postybirb\node_modules\nx\src\daemon\server\server.js:45:15 - at Socket. (d:\Projects\postybirb\v4\postybirb\node_modules\nx\src\utils\consume-messages-from-socket.js:13:17) - at Socket.emit (node:events:519:28) - at addChunk (node:internal/streams/readable:559:12) - at readableAddChunkPushByteMode (node:internal/streams/readable:510:3) - at Readable.push (node:internal/streams/readable:390:5) - at Pipe.onStreamRead (node:internal/stream_base_commons:191:23) -[NX Daemon Server] - 2024-10-01T01:07:52.349Z - Done responding to the client null -[NX Daemon Server] - 2024-10-01T01:07:55.329Z - Started listening on: \\.\pipe\nx\C:\Users\micha\AppData\Local\Temp\a1b18fbc6f17ed90392a\d.sock -[NX Daemon Server] - 2024-10-01T01:07:55.333Z - [WATCHER]: Subscribed to changes within: d:\Projects\postybirb\v4\postybirb -[NX Daemon Server] - 2024-10-01T01:07:55.338Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-10-01T01:07:55.339Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-10-01T01:07:55.339Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-10-01T01:07:55.341Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-10-01T01:07:55.457Z - [REQUEST]: Updated file-hasher based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-10-01T01:07:55.457Z - [REQUEST]: -[NX Daemon Server] - 2024-10-01T01:07:55.457Z - [REQUEST]: -[NX Daemon Server] - 2024-10-01T01:07:55.513Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-10-01T01:07:55.515Z - Time taken for 'total for creating and serializing project graph' 172.42520000000002ms -[NX Daemon Server] - 2024-10-01T01:07:55.517Z - [WATCHER]: .nx/workspace-data/d/daemon.log was modified -[NX Daemon Server] - 2024-10-01T01:07:55.517Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-10-01T01:07:55.518Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-10-01T01:07:55.518Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 172. Response time: 5. -[NX Daemon Server] - 2024-10-01T01:07:55.519Z - [REQUEST]: Responding to the client with an error. Invalid payload from the client Unsupported payload sent to daemon server: {"type":"GET_CONTEXT_FILE_DATA"} -Error: Unsupported payload sent to daemon server: {"type":"GET_CONTEXT_FILE_DATA"} - at handleMessage (d:\Projects\postybirb\v4\postybirb\node_modules\nx\src\daemon\server\server.js:106:104) - at d:\Projects\postybirb\v4\postybirb\node_modules\nx\src\daemon\server\server.js:45:15 - at Socket. (d:\Projects\postybirb\v4\postybirb\node_modules\nx\src\utils\consume-messages-from-socket.js:13:17) - at Socket.emit (node:events:519:28) - at addChunk (node:internal/streams/readable:559:12) - at readableAddChunkPushByteMode (node:internal/streams/readable:510:3) - at Readable.push (node:internal/streams/readable:390:5) - at Pipe.onStreamRead (node:internal/stream_base_commons:191:23) -[NX Daemon Server] - 2024-10-01T01:07:55.520Z - Done responding to the client null -[NX Daemon Server] - 2024-10-01T01:07:56.646Z - Started listening on: \\.\pipe\nx\C:\Users\micha\AppData\Local\Temp\a1b18fbc6f17ed90392a\d.sock -[NX Daemon Server] - 2024-10-01T01:07:56.650Z - [WATCHER]: Subscribed to changes within: d:\Projects\postybirb\v4\postybirb -[NX Daemon Server] - 2024-10-01T01:07:56.652Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-10-01T01:07:56.653Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-10-01T01:07:56.653Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-10-01T01:07:56.655Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-10-01T01:07:56.756Z - [REQUEST]: Updated file-hasher based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-10-01T01:07:56.757Z - [REQUEST]: -[NX Daemon Server] - 2024-10-01T01:07:56.757Z - [REQUEST]: -[NX Daemon Server] - 2024-10-01T01:07:56.812Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-10-01T01:07:56.814Z - Time taken for 'total for creating and serializing project graph' 156.97840000000002ms -[NX Daemon Server] - 2024-10-01T01:07:56.817Z - [WATCHER]: .nx/workspace-data/d/daemon.log was modified -[NX Daemon Server] - 2024-10-01T01:07:56.817Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-10-01T01:07:56.817Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-10-01T01:07:56.817Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 157. Response time: 5. -[NX Daemon Server] - 2024-10-01T01:07:56.821Z - [REQUEST]: Responding to the client with an error. Invalid payload from the client Unsupported payload sent to daemon server: {"type":"GET_CONTEXT_FILE_DATA"} -Error: Unsupported payload sent to daemon server: {"type":"GET_CONTEXT_FILE_DATA"} - at handleMessage (d:\Projects\postybirb\v4\postybirb\node_modules\nx\src\daemon\server\server.js:106:104) - at d:\Projects\postybirb\v4\postybirb\node_modules\nx\src\daemon\server\server.js:45:15 - at Socket. (d:\Projects\postybirb\v4\postybirb\node_modules\nx\src\utils\consume-messages-from-socket.js:13:17) - at Socket.emit (node:events:519:28) - at addChunk (node:internal/streams/readable:559:12) - at readableAddChunkPushByteMode (node:internal/streams/readable:510:3) - at Readable.push (node:internal/streams/readable:390:5) - at Pipe.onStreamRead (node:internal/stream_base_commons:191:23) -[NX Daemon Server] - 2024-10-01T01:07:56.822Z - Done responding to the client null -[NX Daemon Server] - 2024-10-01T01:08:04.823Z - Started listening on: \\.\pipe\nx\C:\Users\micha\AppData\Local\Temp\a1b18fbc6f17ed90392a\d.sock -[NX Daemon Server] - 2024-10-01T01:08:04.830Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-10-01T01:08:04.831Z - Established a connection. Number of open connections: 2 -[NX Daemon Server] - 2024-10-01T01:08:04.832Z - Closed a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-10-01T01:08:04.832Z - [WATCHER]: Subscribed to changes within: d:\Projects\postybirb\v4\postybirb -[NX Daemon Server] - 2024-10-01T01:08:04.834Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-10-01T01:08:04.975Z - [REQUEST]: Updated file-hasher based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-10-01T01:08:04.975Z - [REQUEST]: -[NX Daemon Server] - 2024-10-01T01:08:04.975Z - [REQUEST]: -[NX Daemon Server] - 2024-10-01T01:08:05.031Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-10-01T01:08:05.033Z - Time taken for 'total for creating and serializing project graph' 197.08ms -[NX Daemon Server] - 2024-10-01T01:08:05.036Z - [WATCHER]: .nx/workspace-data/d/daemon.log was modified -[NX Daemon Server] - 2024-10-01T01:08:05.036Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-10-01T01:08:05.036Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-10-01T01:08:05.036Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 197. Response time: 5. -[NX Daemon Server] - 2024-10-01T01:08:05.039Z - [REQUEST]: Responding to the client with an error. Invalid payload from the client Unsupported payload sent to daemon server: {"type":"GET_CONTEXT_FILE_DATA"} -Error: Unsupported payload sent to daemon server: {"type":"GET_CONTEXT_FILE_DATA"} - at handleMessage (d:\Projects\postybirb\v4\postybirb\node_modules\nx\src\daemon\server\server.js:106:104) - at d:\Projects\postybirb\v4\postybirb\node_modules\nx\src\daemon\server\server.js:45:15 - at Socket. (d:\Projects\postybirb\v4\postybirb\node_modules\nx\src\utils\consume-messages-from-socket.js:13:17) - at Socket.emit (node:events:519:28) - at addChunk (node:internal/streams/readable:559:12) - at readableAddChunkPushByteMode (node:internal/streams/readable:510:3) - at Readable.push (node:internal/streams/readable:390:5) - at Pipe.onStreamRead (node:internal/stream_base_commons:191:23) -[NX Daemon Server] - 2024-10-01T01:08:05.040Z - Done responding to the client null -[NX Daemon Server] - 2024-10-01T01:08:06.389Z - Started listening on: \\.\pipe\nx\C:\Users\micha\AppData\Local\Temp\a1b18fbc6f17ed90392a\d.sock -[NX Daemon Server] - 2024-10-01T01:08:06.394Z - [WATCHER]: Subscribed to changes within: d:\Projects\postybirb\v4\postybirb -[NX Daemon Server] - 2024-10-01T01:08:06.402Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-10-01T01:08:06.403Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-10-01T01:08:06.403Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-10-01T01:08:06.404Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-10-01T01:08:06.521Z - [REQUEST]: Updated file-hasher based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-10-01T01:08:06.521Z - [REQUEST]: -[NX Daemon Server] - 2024-10-01T01:08:06.521Z - [REQUEST]: -[NX Daemon Server] - 2024-10-01T01:08:06.579Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-10-01T01:08:06.581Z - Time taken for 'total for creating and serializing project graph' 174.7849ms -[NX Daemon Server] - 2024-10-01T01:08:06.583Z - [WATCHER]: .nx/workspace-data/d/daemon.log was modified -[NX Daemon Server] - 2024-10-01T01:08:06.584Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-10-01T01:08:06.584Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-10-01T01:08:06.584Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 175. Response time: 5. -[NX Daemon Server] - 2024-10-01T01:08:06.586Z - [REQUEST]: Responding to the client with an error. Invalid payload from the client Unsupported payload sent to daemon server: {"type":"GET_CONTEXT_FILE_DATA"} -Error: Unsupported payload sent to daemon server: {"type":"GET_CONTEXT_FILE_DATA"} - at handleMessage (d:\Projects\postybirb\v4\postybirb\node_modules\nx\src\daemon\server\server.js:106:104) - at d:\Projects\postybirb\v4\postybirb\node_modules\nx\src\daemon\server\server.js:45:15 - at Socket. (d:\Projects\postybirb\v4\postybirb\node_modules\nx\src\utils\consume-messages-from-socket.js:13:17) - at Socket.emit (node:events:519:28) - at addChunk (node:internal/streams/readable:559:12) - at readableAddChunkPushByteMode (node:internal/streams/readable:510:3) - at Readable.push (node:internal/streams/readable:390:5) - at Pipe.onStreamRead (node:internal/stream_base_commons:191:23) -[NX Daemon Server] - 2024-10-01T01:08:06.587Z - Done responding to the client null -[NX Daemon Server] - 2024-10-01T01:08:09.508Z - Started listening on: \\.\pipe\nx\C:\Users\micha\AppData\Local\Temp\a1b18fbc6f17ed90392a\d.sock -[NX Daemon Server] - 2024-10-01T01:08:09.513Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-10-01T01:08:09.514Z - Established a connection. Number of open connections: 2 -[NX Daemon Server] - 2024-10-01T01:08:09.515Z - Closed a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-10-01T01:08:09.515Z - [WATCHER]: Subscribed to changes within: d:\Projects\postybirb\v4\postybirb -[NX Daemon Server] - 2024-10-01T01:08:09.517Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-10-01T01:08:09.631Z - [REQUEST]: Updated file-hasher based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-10-01T01:08:09.631Z - [REQUEST]: -[NX Daemon Server] - 2024-10-01T01:08:09.631Z - [REQUEST]: -[NX Daemon Server] - 2024-10-01T01:08:09.687Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-10-01T01:08:09.688Z - Time taken for 'total for creating and serializing project graph' 169.3252ms -[NX Daemon Server] - 2024-10-01T01:08:09.689Z - Established a connection. Number of open connections: 2 -[NX Daemon Server] - 2024-10-01T01:08:09.689Z - Established a connection. Number of open connections: 3 -[NX Daemon Server] - 2024-10-01T01:08:09.691Z - [WATCHER]: .nx/workspace-data/d/daemon.log was modified -[NX Daemon Server] - 2024-10-01T01:08:09.692Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-10-01T01:08:09.692Z - Closed a connection. Number of open connections: 2 -[NX Daemon Server] - 2024-10-01T01:08:09.692Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-10-01T01:08:09.692Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 170. Response time: 5. -[NX Daemon Server] - 2024-10-01T01:08:09.693Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-10-01T01:08:09.754Z - [REQUEST]: Updated file-hasher based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-10-01T01:08:09.754Z - [REQUEST]: .nx/workspace-data/d/daemon.log -[NX Daemon Server] - 2024-10-01T01:08:09.754Z - [REQUEST]: -[NX Daemon Server] - 2024-10-01T01:08:09.793Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-10-01T01:08:09.795Z - Time taken for 'total for creating and serializing project graph' 100.08720000000005ms -[NX Daemon Server] - 2024-10-01T01:08:09.796Z - [REQUEST]: Responding to the client with an error. Invalid payload from the client Unsupported payload sent to daemon server: {"type":"GET_CONTEXT_FILE_DATA"} -Error: Unsupported payload sent to daemon server: {"type":"GET_CONTEXT_FILE_DATA"} - at handleMessage (d:\Projects\postybirb\v4\postybirb\node_modules\nx\src\daemon\server\server.js:106:104) - at d:\Projects\postybirb\v4\postybirb\node_modules\nx\src\daemon\server\server.js:45:15 - at Socket. (d:\Projects\postybirb\v4\postybirb\node_modules\nx\src\utils\consume-messages-from-socket.js:13:17) - at Socket.emit (node:events:519:28) - at addChunk (node:internal/streams/readable:559:12) - at readableAddChunkPushByteMode (node:internal/streams/readable:510:3) - at Readable.push (node:internal/streams/readable:390:5) - at Pipe.onStreamRead (node:internal/stream_base_commons:191:23) -[NX Daemon Server] - 2024-10-01T01:08:09.797Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-10-01T01:08:09.797Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 100. Response time: 4. -[NX Daemon Server] - 2024-10-01T01:08:09.797Z - Done responding to the client null -[NX Daemon Server] - 2024-10-01T01:08:10.901Z - Started listening on: \\.\pipe\nx\C:\Users\micha\AppData\Local\Temp\a1b18fbc6f17ed90392a\d.sock -[NX Daemon Server] - 2024-10-01T01:08:10.907Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-10-01T01:08:10.908Z - Established a connection. Number of open connections: 2 -[NX Daemon Server] - 2024-10-01T01:08:10.909Z - Closed a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-10-01T01:08:10.909Z - [WATCHER]: Subscribed to changes within: d:\Projects\postybirb\v4\postybirb -[NX Daemon Server] - 2024-10-01T01:08:10.911Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-10-01T01:08:11.004Z - [REQUEST]: Updated file-hasher based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-10-01T01:08:11.004Z - [REQUEST]: -[NX Daemon Server] - 2024-10-01T01:08:11.004Z - [REQUEST]: -[NX Daemon Server] - 2024-10-01T01:08:11.057Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-10-01T01:08:11.059Z - Time taken for 'total for creating and serializing project graph' 145.95990000000003ms -[NX Daemon Server] - 2024-10-01T01:08:11.061Z - [WATCHER]: .nx/workspace-data/d/daemon.log was modified -[NX Daemon Server] - 2024-10-01T01:08:11.061Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-10-01T01:08:11.062Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-10-01T01:08:11.062Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 146. Response time: 5. -[NX Daemon Server] - 2024-10-01T01:08:11.063Z - [REQUEST]: Responding to the client with an error. Invalid payload from the client Unsupported payload sent to daemon server: {"type":"GET_CONTEXT_FILE_DATA"} -Error: Unsupported payload sent to daemon server: {"type":"GET_CONTEXT_FILE_DATA"} - at handleMessage (d:\Projects\postybirb\v4\postybirb\node_modules\nx\src\daemon\server\server.js:106:104) - at d:\Projects\postybirb\v4\postybirb\node_modules\nx\src\daemon\server\server.js:45:15 - at Socket. (d:\Projects\postybirb\v4\postybirb\node_modules\nx\src\utils\consume-messages-from-socket.js:13:17) - at Socket.emit (node:events:519:28) - at addChunk (node:internal/streams/readable:559:12) - at readableAddChunkPushByteMode (node:internal/streams/readable:510:3) - at Readable.push (node:internal/streams/readable:390:5) - at Pipe.onStreamRead (node:internal/stream_base_commons:191:23) -[NX Daemon Server] - 2024-10-01T01:08:11.064Z - Done responding to the client null -[NX Daemon Server] - 2024-10-01T01:08:20.284Z - Started listening on: \\.\pipe\nx\C:\Users\micha\AppData\Local\Temp\a1b18fbc6f17ed90392a\d.sock -[NX Daemon Server] - 2024-10-01T01:08:20.291Z - [WATCHER]: Subscribed to changes within: d:\Projects\postybirb\v4\postybirb -[NX Daemon Server] - 2024-10-01T01:08:20.297Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-10-01T01:08:20.298Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-10-01T01:08:20.299Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-10-01T01:08:20.300Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-10-01T01:08:20.400Z - [REQUEST]: Updated file-hasher based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-10-01T01:08:20.400Z - [REQUEST]: -[NX Daemon Server] - 2024-10-01T01:08:20.400Z - [REQUEST]: -[NX Daemon Server] - 2024-10-01T01:08:20.459Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-10-01T01:08:20.462Z - Time taken for 'total for creating and serializing project graph' 159.00950000000003ms -[NX Daemon Server] - 2024-10-01T01:08:20.462Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-10-01T01:08:20.464Z - [WATCHER]: 0 file(s) created or restored, 2 file(s) modified, 0 file(s) deleted -[NX Daemon Server] - 2024-10-01T01:08:20.465Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-10-01T01:08:20.465Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 159. Response time: 6. -[NX Daemon Server] - 2024-10-01T01:08:20.467Z - [REQUEST]: Responding to the client with an error. Invalid payload from the client Unsupported payload sent to daemon server: {"type":"GET_CONTEXT_FILE_DATA"} -Error: Unsupported payload sent to daemon server: {"type":"GET_CONTEXT_FILE_DATA"} - at handleMessage (d:\Projects\postybirb\v4\postybirb\node_modules\nx\src\daemon\server\server.js:106:104) - at d:\Projects\postybirb\v4\postybirb\node_modules\nx\src\daemon\server\server.js:45:15 - at Socket. (d:\Projects\postybirb\v4\postybirb\node_modules\nx\src\utils\consume-messages-from-socket.js:13:17) - at Socket.emit (node:events:519:28) - at addChunk (node:internal/streams/readable:559:12) - at readableAddChunkPushByteMode (node:internal/streams/readable:510:3) - at Readable.push (node:internal/streams/readable:390:5) - at Pipe.onStreamRead (node:internal/stream_base_commons:191:23) -[NX Daemon Server] - 2024-10-01T01:08:20.468Z - Done responding to the client null -[NX Daemon Server] - 2024-10-01T01:08:24.833Z - Started listening on: \\.\pipe\nx\C:\Users\micha\AppData\Local\Temp\a1b18fbc6f17ed90392a\d.sock -[NX Daemon Server] - 2024-10-01T01:08:24.839Z - [WATCHER]: Subscribed to changes within: d:\Projects\postybirb\v4\postybirb -[NX Daemon Server] - 2024-10-01T01:08:24.842Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-10-01T01:08:24.843Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-10-01T01:08:24.843Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-10-01T01:08:24.845Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-10-01T01:08:24.947Z - [REQUEST]: Updated file-hasher based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-10-01T01:08:24.947Z - [REQUEST]: -[NX Daemon Server] - 2024-10-01T01:08:24.947Z - [REQUEST]: -[NX Daemon Server] - 2024-10-01T01:08:25.012Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-10-01T01:08:25.014Z - Time taken for 'total for creating and serializing project graph' 166.5117ms -[NX Daemon Server] - 2024-10-01T01:08:25.016Z - [WATCHER]: .nx/workspace-data/d/daemon.log was modified -[NX Daemon Server] - 2024-10-01T01:08:25.016Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-10-01T01:08:25.017Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-10-01T01:08:25.017Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 167. Response time: 5. -[NX Daemon Server] - 2024-10-01T01:08:25.019Z - [REQUEST]: Responding to the client with an error. Invalid payload from the client Unsupported payload sent to daemon server: {"type":"GET_CONTEXT_FILE_DATA"} -Error: Unsupported payload sent to daemon server: {"type":"GET_CONTEXT_FILE_DATA"} - at handleMessage (d:\Projects\postybirb\v4\postybirb\node_modules\nx\src\daemon\server\server.js:106:104) - at d:\Projects\postybirb\v4\postybirb\node_modules\nx\src\daemon\server\server.js:45:15 - at Socket. (d:\Projects\postybirb\v4\postybirb\node_modules\nx\src\utils\consume-messages-from-socket.js:13:17) - at Socket.emit (node:events:519:28) - at addChunk (node:internal/streams/readable:559:12) - at readableAddChunkPushByteMode (node:internal/streams/readable:510:3) - at Readable.push (node:internal/streams/readable:390:5) - at Pipe.onStreamRead (node:internal/stream_base_commons:191:23) -[NX Daemon Server] - 2024-10-01T01:08:25.020Z - Done responding to the client null -[NX Daemon Server] - 2024-10-01T01:08:47.754Z - Started listening on: \\.\pipe\nx\C:\Users\micha\AppData\Local\Temp\a1b18fbc6f17ed90392a\d.sock -[NX Daemon Server] - 2024-10-01T01:08:47.759Z - [WATCHER]: Subscribed to changes within: d:\Projects\postybirb\v4\postybirb -[NX Daemon Server] - 2024-10-01T01:08:47.761Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-10-01T01:08:47.763Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-10-01T01:08:47.763Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-10-01T01:08:47.765Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-10-01T01:08:48.093Z - [REQUEST]: Updated file-hasher based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-10-01T01:08:48.094Z - [REQUEST]: -[NX Daemon Server] - 2024-10-01T01:08:48.094Z - [REQUEST]: -[NX Daemon Server] - 2024-10-01T01:08:48.149Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-10-01T01:08:48.151Z - Time taken for 'total for creating and serializing project graph' 384.04830000000004ms -[NX Daemon Server] - 2024-10-01T01:08:48.153Z - [WATCHER]: .nx/workspace-data/d/daemon.log was modified -[NX Daemon Server] - 2024-10-01T01:08:48.153Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-10-01T01:08:48.153Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-10-01T01:08:48.154Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 384. Response time: 5. -[NX Daemon Server] - 2024-10-01T01:08:48.156Z - [REQUEST]: Responding to the client with an error. Invalid payload from the client Unsupported payload sent to daemon server: {"type":"GET_CONTEXT_FILE_DATA"} -Error: Unsupported payload sent to daemon server: {"type":"GET_CONTEXT_FILE_DATA"} - at handleMessage (d:\Projects\postybirb\v4\postybirb\node_modules\nx\src\daemon\server\server.js:106:104) - at d:\Projects\postybirb\v4\postybirb\node_modules\nx\src\daemon\server\server.js:45:15 - at Socket. (d:\Projects\postybirb\v4\postybirb\node_modules\nx\src\utils\consume-messages-from-socket.js:13:17) - at Socket.emit (node:events:519:28) - at addChunk (node:internal/streams/readable:559:12) - at readableAddChunkPushByteMode (node:internal/streams/readable:510:3) - at Readable.push (node:internal/streams/readable:390:5) - at Pipe.onStreamRead (node:internal/stream_base_commons:191:23) -[NX Daemon Server] - 2024-10-01T01:08:48.157Z - Done responding to the client null -[NX Daemon Server] - 2024-10-01T01:08:52.459Z - Started listening on: \\.\pipe\nx\C:\Users\micha\AppData\Local\Temp\a1b18fbc6f17ed90392a\d.sock -[NX Daemon Server] - 2024-10-01T01:08:52.465Z - [WATCHER]: Subscribed to changes within: d:\Projects\postybirb\v4\postybirb -[NX Daemon Server] - 2024-10-01T01:08:52.471Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-10-01T01:08:52.473Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-10-01T01:08:52.473Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-10-01T01:08:52.475Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-10-01T01:08:52.618Z - [REQUEST]: Updated file-hasher based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-10-01T01:08:52.618Z - [REQUEST]: -[NX Daemon Server] - 2024-10-01T01:08:52.618Z - [REQUEST]: -[NX Daemon Server] - 2024-10-01T01:08:52.676Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-10-01T01:08:52.678Z - Time taken for 'total for creating and serializing project graph' 200.9429ms -[NX Daemon Server] - 2024-10-01T01:08:52.681Z - [WATCHER]: .nx/workspace-data/d/daemon.log was modified -[NX Daemon Server] - 2024-10-01T01:08:52.681Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-10-01T01:08:52.682Z - Established a connection. Number of open connections: 2 -[NX Daemon Server] - 2024-10-01T01:08:52.682Z - Established a connection. Number of open connections: 3 -[NX Daemon Server] - 2024-10-01T01:08:52.682Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-10-01T01:08:52.682Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 201. Response time: 6. -[NX Daemon Server] - 2024-10-01T01:08:52.682Z - Closed a connection. Number of open connections: 2 -[NX Daemon Server] - 2024-10-01T01:08:52.683Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-10-01T01:08:52.744Z - [REQUEST]: Updated file-hasher based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-10-01T01:08:52.744Z - [REQUEST]: .nx/workspace-data/d/daemon.log -[NX Daemon Server] - 2024-10-01T01:08:52.744Z - [REQUEST]: -[NX Daemon Server] - 2024-10-01T01:08:52.789Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-10-01T01:08:52.790Z - Time taken for 'total for creating and serializing project graph' 106.01479999999998ms -[NX Daemon Server] - 2024-10-01T01:08:52.791Z - [REQUEST]: Responding to the client with an error. Invalid payload from the client Unsupported payload sent to daemon server: {"type":"GET_CONTEXT_FILE_DATA"} -Error: Unsupported payload sent to daemon server: {"type":"GET_CONTEXT_FILE_DATA"} - at handleMessage (d:\Projects\postybirb\v4\postybirb\node_modules\nx\src\daemon\server\server.js:106:104) - at d:\Projects\postybirb\v4\postybirb\node_modules\nx\src\daemon\server\server.js:45:15 - at Socket. (d:\Projects\postybirb\v4\postybirb\node_modules\nx\src\utils\consume-messages-from-socket.js:13:17) - at Socket.emit (node:events:519:28) - at addChunk (node:internal/streams/readable:559:12) - at readableAddChunkPushByteMode (node:internal/streams/readable:510:3) - at Readable.push (node:internal/streams/readable:390:5) - at Pipe.onStreamRead (node:internal/stream_base_commons:191:23) -[NX Daemon Server] - 2024-10-01T01:08:52.793Z - [WATCHER]: 0 file(s) created or restored, 3 file(s) modified, 0 file(s) deleted -[NX Daemon Server] - 2024-10-01T01:08:52.793Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-10-01T01:08:52.794Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-10-01T01:08:52.794Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 106. Response time: 5. -[NX Daemon Server] - 2024-10-01T01:08:52.794Z - Done responding to the client null -[NX Daemon Server] - 2024-10-01T01:15:40.176Z - Started listening on: \\.\pipe\nx\C:\Users\micha\AppData\Local\Temp\a1b18fbc6f17ed90392a\d.sock -[NX Daemon Server] - 2024-10-01T01:15:40.181Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-10-01T01:15:40.182Z - Established a connection. Number of open connections: 2 -[NX Daemon Server] - 2024-10-01T01:15:40.184Z - Closed a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-10-01T01:15:40.184Z - [WATCHER]: Subscribed to changes within: d:\Projects\postybirb\v4\postybirb -[NX Daemon Server] - 2024-10-01T01:15:40.186Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-10-01T01:15:40.807Z - [REQUEST]: Updated file-hasher based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-10-01T01:15:40.807Z - [REQUEST]: -[NX Daemon Server] - 2024-10-01T01:15:40.807Z - [REQUEST]: -[NX Daemon Server] - 2024-10-01T01:15:40.865Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-10-01T01:15:40.867Z - Time taken for 'total for creating and serializing project graph' 678.434ms -[NX Daemon Server] - 2024-10-01T01:15:40.869Z - [WATCHER]: .nx/workspace-data/d/daemon.log was modified -[NX Daemon Server] - 2024-10-01T01:15:40.869Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-10-01T01:15:40.869Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-10-01T01:15:40.869Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 679. Response time: 4. -[NX Daemon Server] - 2024-10-01T01:15:40.871Z - [REQUEST]: Responding to the client with an error. Invalid payload from the client Unsupported payload sent to daemon server: {"type":"GET_CONTEXT_FILE_DATA"} -Error: Unsupported payload sent to daemon server: {"type":"GET_CONTEXT_FILE_DATA"} - at handleMessage (d:\Projects\postybirb\v4\postybirb\node_modules\nx\src\daemon\server\server.js:106:104) - at d:\Projects\postybirb\v4\postybirb\node_modules\nx\src\daemon\server\server.js:45:15 - at Socket. (d:\Projects\postybirb\v4\postybirb\node_modules\nx\src\utils\consume-messages-from-socket.js:13:17) - at Socket.emit (node:events:519:28) - at addChunk (node:internal/streams/readable:559:12) - at readableAddChunkPushByteMode (node:internal/streams/readable:510:3) - at Readable.push (node:internal/streams/readable:390:5) - at Pipe.onStreamRead (node:internal/stream_base_commons:191:23) -[NX Daemon Server] - 2024-10-01T01:15:40.873Z - Done responding to the client null -[NX Daemon Server] - 2024-10-01T01:15:45.179Z - Started listening on: \\.\pipe\nx\C:\Users\micha\AppData\Local\Temp\a1b18fbc6f17ed90392a\d.sock -[NX Daemon Server] - 2024-10-01T01:15:45.187Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-10-01T01:15:45.188Z - Established a connection. Number of open connections: 2 -[NX Daemon Server] - 2024-10-01T01:15:45.189Z - Closed a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-10-01T01:15:45.189Z - [WATCHER]: Subscribed to changes within: d:\Projects\postybirb\v4\postybirb -[NX Daemon Server] - 2024-10-01T01:15:45.191Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-10-01T01:15:45.318Z - [REQUEST]: Updated file-hasher based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-10-01T01:15:45.318Z - [REQUEST]: -[NX Daemon Server] - 2024-10-01T01:15:45.318Z - [REQUEST]: -[NX Daemon Server] - 2024-10-01T01:15:45.376Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-10-01T01:15:45.378Z - Time taken for 'total for creating and serializing project graph' 184.71720000000002ms -[NX Daemon Server] - 2024-10-01T01:15:45.379Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-10-01T01:15:45.381Z - [WATCHER]: .nx/workspace-data/d/daemon.log was modified -[NX Daemon Server] - 2024-10-01T01:15:45.381Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-10-01T01:15:45.381Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 185. Response time: 5. -[NX Daemon Server] - 2024-10-01T01:15:45.382Z - [REQUEST]: Responding to the client with an error. Invalid payload from the client Unsupported payload sent to daemon server: {"type":"GET_CONTEXT_FILE_DATA"} -Error: Unsupported payload sent to daemon server: {"type":"GET_CONTEXT_FILE_DATA"} - at handleMessage (d:\Projects\postybirb\v4\postybirb\node_modules\nx\src\daemon\server\server.js:106:104) - at d:\Projects\postybirb\v4\postybirb\node_modules\nx\src\daemon\server\server.js:45:15 - at Socket. (d:\Projects\postybirb\v4\postybirb\node_modules\nx\src\utils\consume-messages-from-socket.js:13:17) - at Socket.emit (node:events:519:28) - at addChunk (node:internal/streams/readable:559:12) - at readableAddChunkPushByteMode (node:internal/streams/readable:510:3) - at Readable.push (node:internal/streams/readable:390:5) - at Pipe.onStreamRead (node:internal/stream_base_commons:191:23) -[NX Daemon Server] - 2024-10-01T01:15:45.383Z - Done responding to the client null -[NX Daemon Server] - 2024-10-01T01:28:07.821Z - Started listening on: \\.\pipe\nx\C:\Users\micha\AppData\Local\Temp\a1b18fbc6f17ed90392a\d.sock -[NX Daemon Server] - 2024-10-01T01:28:07.832Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-10-01T01:28:07.833Z - Established a connection. Number of open connections: 2 -[NX Daemon Server] - 2024-10-01T01:28:07.834Z - Closed a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-10-01T01:28:07.835Z - [WATCHER]: Subscribed to changes within: d:\Projects\postybirb\v4\postybirb -[NX Daemon Server] - 2024-10-01T01:28:07.838Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-10-01T01:28:09.007Z - [REQUEST]: Updated file-hasher based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-10-01T01:28:09.007Z - [REQUEST]: -[NX Daemon Server] - 2024-10-01T01:28:09.007Z - [REQUEST]: -[NX Daemon Server] - 2024-10-01T01:28:09.714Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-10-01T01:28:09.716Z - Time taken for 'total for creating and serializing project graph' 1876.0867ms -[NX Daemon Server] - 2024-10-01T01:28:09.719Z - [WATCHER]: 0 file(s) created or restored, 2 file(s) modified, 0 file(s) deleted -[NX Daemon Server] - 2024-10-01T01:28:09.720Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-10-01T01:28:09.720Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-10-01T01:28:09.720Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 1877. Response time: 6. -[NX Daemon Server] - 2024-10-01T01:28:09.721Z - [REQUEST]: Responding to the client with an error. Invalid payload from the client Unsupported payload sent to daemon server: {"type":"GET_CONTEXT_FILE_DATA"} -Error: Unsupported payload sent to daemon server: {"type":"GET_CONTEXT_FILE_DATA"} - at handleMessage (d:\Projects\postybirb\v4\postybirb\node_modules\nx\src\daemon\server\server.js:106:104) - at d:\Projects\postybirb\v4\postybirb\node_modules\nx\src\daemon\server\server.js:45:15 - at Socket. (d:\Projects\postybirb\v4\postybirb\node_modules\nx\src\utils\consume-messages-from-socket.js:13:17) - at Socket.emit (node:events:519:28) - at addChunk (node:internal/streams/readable:559:12) - at readableAddChunkPushByteMode (node:internal/streams/readable:510:3) - at Readable.push (node:internal/streams/readable:390:5) - at Pipe.onStreamRead (node:internal/stream_base_commons:191:23) -[NX Daemon Server] - 2024-10-01T01:28:09.723Z - Done responding to the client null -[NX Daemon Server] - 2024-10-01T01:28:50.682Z - Started listening on: \\.\pipe\nx\C:\Users\micha\AppData\Local\Temp\a1b18fbc6f17ed90392a\d.sock -[NX Daemon Server] - 2024-10-01T01:28:50.684Z - [WATCHER]: Subscribed to changes within: D:\Projects\postybirb\v4\postybirb (native) -[NX Daemon Server] - 2024-10-01T01:28:50.692Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-10-01T01:28:50.693Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-10-01T01:28:50.693Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-10-01T01:28:50.695Z - [REQUEST]: Responding to the client. Shutdown initiated -[NX Daemon Server] - 2024-10-01T01:28:50.695Z - Done responding to the client Shutdown initiated -[NX Daemon Server] - 2024-10-01T01:28:50.695Z - Handled FORCE_SHUTDOWN. Handling time: 0. Response time: 0. -[NX Daemon Server] - 2024-10-01T01:28:50.707Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-10-01T01:28:50.707Z - [WATCHER]: Stopping the watcher for D:\Projects\postybirb\v4\postybirb (sources) -[NX Daemon Server] - 2024-10-01T01:28:50.707Z - [WATCHER]: Stopping the watcher for D:\Projects\postybirb\v4\postybirb (outputs) -[NX Daemon Server] - 2024-10-01T01:34:24.949Z - Started listening on: \\.\pipe\nx\C:\Users\micha\AppData\Local\Temp\a1b18fbc6f17ed90392a\d.sock -[NX Daemon Server] - 2024-10-01T01:34:24.953Z - [WATCHER]: Subscribed to changes within: D:\Projects\postybirb\v4\postybirb (native) -[NX Daemon Server] - 2024-10-01T01:34:24.961Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-10-01T01:34:24.963Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-10-01T01:34:24.963Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-10-01T01:34:24.964Z - [REQUEST]: Responding to the client. Shutdown initiated -[NX Daemon Server] - 2024-10-01T01:34:24.965Z - Done responding to the client Shutdown initiated -[NX Daemon Server] - 2024-10-01T01:34:24.965Z - Handled FORCE_SHUTDOWN. Handling time: 0. Response time: 1. -[NX Daemon Server] - 2024-10-01T01:34:24.965Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-10-01T01:34:24.965Z - [WATCHER]: Stopping the watcher for D:\Projects\postybirb\v4\postybirb (sources) -[NX Daemon Server] - 2024-10-01T01:34:24.965Z - [WATCHER]: Stopping the watcher for D:\Projects\postybirb\v4\postybirb (outputs) diff --git a/.nx/workspace-data/d/disabled b/.nx/workspace-data/d/disabled deleted file mode 100644 index f32a5804..00000000 --- a/.nx/workspace-data/d/disabled +++ /dev/null @@ -1 +0,0 @@ -true \ No newline at end of file diff --git a/.nx/workspace-data/file-map.json b/.nx/workspace-data/file-map.json deleted file mode 100644 index 976f4712..00000000 --- a/.nx/workspace-data/file-map.json +++ /dev/null @@ -1,3421 +0,0 @@ -{ - "version": "6.0", - "nxVersion": "19.8.2", - "deps": { - "@blocknote/core": "^0.12.4", - "@blocknote/react": "^0.12.4", - "@lingui/core": "^4.7.0", - "@lingui/macro": "^4.7.0", - "@lingui/react": "^4.7.0", - "@mantine/core": "^7.10.0", - "@mantine/dates": "^7.11.1", - "@mantine/dropzone": "^7.10.0", - "@mantine/form": "^7.10.1", - "@mantine/hooks": "^7.10.0", - "@mantine/notifications": "^7.10.0", - "@mantine/spotlight": "^7.10.0", - "@mikro-orm/core": "^5.9", - "@mikro-orm/nestjs": "^6.0.2", - "@mikro-orm/sqlite": "^5.9", - "@nestjs/common": "10.0.2", - "@nestjs/core": "10.0.2", - "@nestjs/platform-express": "10.0.2", - "@nestjs/platform-socket.io": "10.0.2", - "@nestjs/schedule": "^4", - "@nestjs/serve-static": "^4", - "@nestjs/swagger": "7.1.14", - "@nestjs/websockets": "10.0.2", - "@tabler/icons-react": "^3.10.0", - "@types/sortablejs": "^1.15.8", - "applicationinsights": "^2.9.0", - "cheerio": "^1.0.0-rc.10", - "class-transformer": "0.4.0", - "class-validator": "^0.13.1", - "compression": "^1.7.4", - "croner": "^8.0.0", - "cronstrue": "^2.32.0", - "cropperjs": "^1.6.2", - "dayjs": "^1.11.11", - "document-register-element": "1.13.1", - "electron-context-menu": "^3.1.1", - "electron-updater": "^6.1.4", - "express": "^4.18.2", - "fastq": "^1.13.0", - "filesize": "^10.0.6", - "form-data": "^4.0.0", - "form-urlencoded": "^6.0.4", - "hasha": "^5.2.2", - "history": "^5.3.0", - "lodash": "^4.17.21", - "loglayer": "^2.1.0", - "mime": "^3.0.0", - "minimist": "^1.2.8", - "moment": "^2.29.4", - "multer": "^1.4.3", - "node-forge": "^0.10.0", - "postcss": "^8.4.38", - "postcss-import": "^14.0.2", - "postcss-inline-svg": "^5.0.0", - "prop-types": "^15.8.1", - "react": "^18.3.1", - "react-dom": "^18.3.1", - "react-intl": "^6.5.5", - "react-query": "^3", - "react-router": "6.17.0", - "react-router-dom": "^6.17.0", - "react-router-prompt": "^0.5.4", - "react-use": "^17.4.0", - "reflect-metadata": "^0.1.13", - "regenerator-runtime": "^0.13.9", - "rxjs": "^7.3.0", - "sanitize-html": "^2.10.0", - "sharp": "^0.32.5", - "socket.io": "^4.4.0", - "socket.io-client": "^4.4.1", - "sortablejs": "^1.15.2", - "tinykeys": "^1.3.0", - "tslib": "2.5.2", - "turndown": "^7.1.3", - "type-fest": "^2.19.0", - "uuid": "^8.3.2", - "winston": "^3.11.0", - "@babel/core": "^7.14.5", - "@babel/preset-env": "7.12.13", - "@babel/preset-react": "^7.14.5", - "@babel/preset-typescript": "7.12.13", - "@commitlint/cli": "^17.7.1", - "@commitlint/config-conventional": "^17.7.0", - "@eslint-types/import": "^2.29.1", - "@eslint-types/typescript-eslint": "^6.17.0", - "@kayahr/jest-electron-runner": "^29.3.1", - "@lingui/cli": "^4.7.0", - "@lingui/swc-plugin": "^4.0.4", - "@lingui/vite-plugin": "^4.7.0", - "@nestjs/schematics": "10.0.1", - "@nestjs/testing": "10.0.2", - "@nrwl/tao": "16.10.0", - "@nx/cypress": "16.10.0", - "@nx/eslint-plugin": "16.10.0", - "@nx/jest": "16.10.0", - "@nx/js": "16.10.0", - "@nx/eslint": "16.10.0", - "@nx/nest": "16.10.0", - "@nx/node": "16.10.0", - "@nx/react": "16.10.0", - "@nx/rollup": "16.10.0", - "@nx/vite": "16.10.0", - "@nx/web": "16.10.0", - "@nx/workspace": "16.10.0", - "@testing-library/react": "13.4.0", - "@types/cron": "^2.0.1", - "@types/jest": "29.4.4", - "@types/mime": "^3.0.3", - "@types/node": "18.11.9", - "@types/node-forge": "^0.10.10", - "@types/react": "^18.3.1", - "@types/react-dom": "^18.3.0", - "@types/react-router-dom": "^5.3.3", - "@types/sanitize-html": "2.9.0", - "@types/sharp": "^0.29.2", - "@typescript-eslint/eslint-plugin": "^6.20.0", - "@typescript-eslint/parser": "^6.20.0", - "@vitejs/plugin-react": "~4.0.0", - "@vitejs/plugin-react-swc": "^3.5.0", - "@vitest/ui": "~0.32.0", - "autoprefixer": "10.4.13", - "babel-jest": "29.4.3", - "babel-plugin-macros": "^3.1.0", - "cypress": "^7.3.0", - "dotenv": "10.0.0", - "electron": "^26", - "eslint": "8.46.0", - "eslint-config-airbnb": "^19.0.4", - "eslint-config-airbnb-typescript": "^17.1.0", - "eslint-config-prettier": "^8.3.0", - "eslint-define-config": "^2.1.0", - "eslint-plugin-cypress": "2.13.4", - "eslint-plugin-import": "2.26.0", - "eslint-plugin-jest": "^27.2.1", - "eslint-plugin-jsx-a11y": "6.6.1", - "eslint-plugin-lingui": "^0.2.2", - "eslint-plugin-prettier": "^4.0.0", - "eslint-plugin-react": "7.31.11", - "eslint-plugin-react-hooks": "4.6.0", - "eslint-plugin-testing-library": "^5.0.3", - "exitzero": "^1.0.1", - "jest": "29.4.3", - "jest-environment-jsdom": "~28.1.1", - "jsdom": "~22.1.0", - "npm-run-all": "^4.1.5", - "nx": "16.10.0", - "nx-electron": "16.0.0", - "patch-package": "^8.0.0", - "postcss-preset-mantine": "^1.15.0", - "postcss-simple-vars": "^7.0.1", - "prettier": "2.6.2", - "shx": "^0.3.4", - "swagger-ui-express": "^4.1.6", - "tailwindcss": "3.2.4", - "ts-jest": "29.1.1", - "ts-node": "10.9.1", - "typescript": "5.1.6", - "vite": "~4.3.9", - "vitest": "~0.32.0", - "webpack": "^5.89.0" - }, - "pathMappings": { - "@postybirb/form-builder": ["libs/form-builder/src/index.ts"], - "@postybirb/fs": ["libs/fs/src/index.ts"], - "@postybirb/http": ["libs/http/src/index.ts"], - "@postybirb/logger": ["libs/logger/src/index.ts"], - "@postybirb/socket-events": ["libs/socket-events/src/index.ts"], - "@postybirb/translations": ["libs/translations/src/index.ts"], - "@postybirb/types": ["libs/types/src/index.ts"], - "@postybirb/utils/electron": ["libs/utils/electron/src/index.ts"], - "@postybirb/utils/file-type": ["libs/utils/file-type/src/index.ts"] - }, - "nxJsonPlugins": [], - "fileMap": { - "nonProjectFiles": [ - { - "file": ".editorconfig", - "hash": "11532813898455409296" - }, - { - "file": ".eslintignore", - "hash": "18095030595102607453" - }, - { - "file": ".eslintrc.js", - "hash": "13750052177482319948" - }, - { - "file": ".github/workflows/build.yml", - "hash": "10360557050300228937" - }, - { - "file": ".github/workflows/i18n.yml", - "hash": "14330964075417366363" - }, - { - "file": ".gitignore", - "hash": "177794254583562862" - }, - { - "file": ".husky/commit-msg", - "hash": "293170068308622601" - }, - { - "file": ".husky/post-merge", - "hash": "14954403924659461533" - }, - { - "file": ".prettierignore", - "hash": "4583708134584141379" - }, - { - "file": ".prettierrc", - "hash": "7260061582332229770" - }, - { - "file": ".vscode/extensions.json", - "hash": "13391140343975966684" - }, - { - "file": ".vscode/launch.json", - "hash": "17967749938919440602" - }, - { - "file": ".vscode/settings.json", - "hash": "9865721457036364088" - }, - { - "file": "LICENSE", - "hash": "15477576274627073221" - }, - { - "file": "README.md", - "hash": "13921400164513338187" - }, - { - "file": "TRANSLATION.md", - "hash": "12601106126791307296" - }, - { - "file": "commitlint.config.js", - "hash": "9482616372236898778" - }, - { - "file": "electron-builder.yml", - "hash": "15966569796286925999" - }, - { - "file": "jest.config.ts", - "hash": "814996735163167830" - }, - { - "file": "jest.preset.js", - "hash": "15809104051076622320" - }, - { - "file": "jest.setup.ts", - "hash": "15083434134159519316" - }, - { - "file": "lang/en.js", - "hash": "9589917246002080463" - }, - { - "file": "lang/en.po", - "hash": "14485507514766087460" - }, - { - "file": "lang/es.js", - "hash": "9589917246002080463" - }, - { - "file": "lang/es.po", - "hash": "9060312911754751492" - }, - { - "file": "lang/ru.js", - "hash": "15683143450734337612" - }, - { - "file": "lang/ru.po", - "hash": "1702708520174303071" - }, - { - "file": "lingui.config.ts", - "hash": "10372816209178651169" - }, - { - "file": "nx.json", - "hash": "16176320351973138161" - }, - { - "file": "package.json", - "hash": "15687335712392280764" - }, - { - "file": "packaging-resources/icon.png", - "hash": "13144436099642550129" - }, - { - "file": "packaging-resources/icons/icon.icns", - "hash": "443996674157718134" - }, - { - "file": "packaging-resources/icons/icon.ico", - "hash": "14434963329255261711" - }, - { - "file": "packaging-resources/icons/icon_256x256x32.png", - "hash": "13144436099642550129" - }, - { - "file": "patches/eslint-define-config+2.1.0.patch", - "hash": "1243604938260551241" - }, - { - "file": "tsconfig.base.json", - "hash": "11594569278291695504" - }, - { - "file": "yarn.lock", - "hash": "15992713203844063289" - } - ], - "projectFileMap": { - "types": [ - { - "file": "libs/types/.eslintrc.json", - "hash": "10779212428806231320" - }, - { - "file": "libs/types/README.md", - "hash": "925803873512239731" - }, - { - "file": "libs/types/project.json", - "hash": "4429396094041300130" - }, - { - "file": "libs/types/src/dtos/account/account.dto.ts", - "hash": "8945309991823537537" - }, - { - "file": "libs/types/src/dtos/account/create-account.dto.ts", - "hash": "3957540396794485733" - }, - { - "file": "libs/types/src/dtos/account/update-account.dto.ts", - "hash": "2649419402138197514" - }, - { - "file": "libs/types/src/dtos/database/entity.dto.ts", - "hash": "10303167181239331005" - }, - { - "file": "libs/types/src/dtos/directory-watcher/create-directory-watcher.dto.ts", - "hash": "4339480633573316421" - }, - { - "file": "libs/types/src/dtos/directory-watcher/directory-watcher.dto.ts", - "hash": "4977789434154455818" - }, - { - "file": "libs/types/src/dtos/directory-watcher/update-directory-watcher.dto.ts", - "hash": "17150452733379944083" - }, - { - "file": "libs/types/src/dtos/index.ts", - "hash": "12466811556369112082" - }, - { - "file": "libs/types/src/dtos/post/post-record.dto.ts", - "hash": "15583707003764239475" - }, - { - "file": "libs/types/src/dtos/post/queue-post-record-request.dto.ts", - "hash": "12329952003074178973" - }, - { - "file": "libs/types/src/dtos/post/website-post-record.dto.ts", - "hash": "6824562056721888856" - }, - { - "file": "libs/types/src/dtos/settings/settings.dto.ts", - "hash": "6002114984237712205" - }, - { - "file": "libs/types/src/dtos/settings/update-settings.dto.ts", - "hash": "8983661230687922608" - }, - { - "file": "libs/types/src/dtos/submission/create-submission.dto.ts", - "hash": "14111308984236969121" - }, - { - "file": "libs/types/src/dtos/submission/submission-file.dto.ts", - "hash": "12801545790740028402" - }, - { - "file": "libs/types/src/dtos/submission/submission.dto.ts", - "hash": "3083800091013450101" - }, - { - "file": "libs/types/src/dtos/submission/update-submission-template-name.dto.ts", - "hash": "417460380736559899" - }, - { - "file": "libs/types/src/dtos/submission/update-submission.dto.ts", - "hash": "14683531580386490669" - }, - { - "file": "libs/types/src/dtos/tag/create-tag-converter.dto.ts", - "hash": "6002961015337100477" - }, - { - "file": "libs/types/src/dtos/tag/create-tag-group.dto.ts", - "hash": "8700859307798062689" - }, - { - "file": "libs/types/src/dtos/tag/tag-converter.dto.ts", - "hash": "5859562162283317399" - }, - { - "file": "libs/types/src/dtos/tag/tag-group.dto.ts", - "hash": "16918506945038668139" - }, - { - "file": "libs/types/src/dtos/tag/update-tag-converter.dto.ts", - "hash": "15599870461417016650" - }, - { - "file": "libs/types/src/dtos/tag/update-tag-group.dto.ts", - "hash": "1660178211125125912" - }, - { - "file": "libs/types/src/dtos/website-options/create-user-specified-website-options.dto.ts", - "hash": "2954679644902299708" - }, - { - "file": "libs/types/src/dtos/website-options/create-website-options.dto.ts", - "hash": "16164454100357142198" - }, - { - "file": "libs/types/src/dtos/website-options/update-user-specified-website-options.dto.ts", - "hash": "10673190285966984531" - }, - { - "file": "libs/types/src/dtos/website-options/update-website-options.dto.ts", - "hash": "7481065139407054980" - }, - { - "file": "libs/types/src/dtos/website-options/user-specified-website-options.dto.ts", - "hash": "11333035284352416747" - }, - { - "file": "libs/types/src/dtos/website-options/validate-website-options.dto.ts", - "hash": "7265561626471358074" - }, - { - "file": "libs/types/src/dtos/website-options/website-options.dto.ts", - "hash": "15975297898989513336" - }, - { - "file": "libs/types/src/dtos/website/form-generation-request.dto.ts", - "hash": "6911116774305952609" - }, - { - "file": "libs/types/src/dtos/website/oauth-website-request.dto.ts", - "hash": "8653060541764396784" - }, - { - "file": "libs/types/src/dtos/website/set-website-data-request.dto.ts", - "hash": "9461933791268381824" - }, - { - "file": "libs/types/src/dtos/website/website-data.dto.ts", - "hash": "8748585848243907579" - }, - { - "file": "libs/types/src/dtos/website/website-info.dto.ts", - "hash": "17970387426544050413" - }, - { - "file": "libs/types/src/enums/description-types.enum.ts", - "hash": "9367593377317874289" - }, - { - "file": "libs/types/src/enums/directory-watcher-import-action.enum.ts", - "hash": "3466602813753242582" - }, - { - "file": "libs/types/src/enums/file-type.enum.ts", - "hash": "18073462012744875423" - }, - { - "file": "libs/types/src/enums/index.ts", - "hash": "8839948688627060886" - }, - { - "file": "libs/types/src/enums/post-record-resume-mode.enum.ts", - "hash": "18104214139341299157" - }, - { - "file": "libs/types/src/enums/post-record-state.enum.ts", - "hash": "8426164028289191116" - }, - { - "file": "libs/types/src/enums/schedule-type.enum.ts", - "hash": "4662965142740220658" - }, - { - "file": "libs/types/src/enums/submission-rating.enum.ts", - "hash": "16236364152353346514" - }, - { - "file": "libs/types/src/enums/submission-type.enum.ts", - "hash": "3665774066708163501" - }, - { - "file": "libs/types/src/index.ts", - "hash": "12069179845978696295" - }, - { - "file": "libs/types/src/models/account/account.interface.ts", - "hash": "3614458005153857790" - }, - { - "file": "libs/types/src/models/common/dynamic-object.ts", - "hash": "17525713112529878406" - }, - { - "file": "libs/types/src/models/database/entity.interface.ts", - "hash": "10963794741915946234" - }, - { - "file": "libs/types/src/models/directory-watcher/directory-watcher.interface.ts", - "hash": "14411603798276688194" - }, - { - "file": "libs/types/src/models/file/file-buffer.interface.ts", - "hash": "12819648235662907109" - }, - { - "file": "libs/types/src/models/file/file-dimensions.interface.ts", - "hash": "15194092615699471354" - }, - { - "file": "libs/types/src/models/index.ts", - "hash": "13986903140036292182" - }, - { - "file": "libs/types/src/models/post/post-record.interface.ts", - "hash": "13809540482806856254", - "deps": ["npm:@mikro-orm/core"] - }, - { - "file": "libs/types/src/models/post/post-response.type.ts", - "hash": "10361140071042779907" - }, - { - "file": "libs/types/src/models/post/website-post-record.interface.ts", - "hash": "831693817984169629" - }, - { - "file": "libs/types/src/models/settings/settings-options.interface.ts", - "hash": "14430961007642601436" - }, - { - "file": "libs/types/src/models/settings/settings.interface.ts", - "hash": "6987151104770332042" - }, - { - "file": "libs/types/src/models/submission/default-submission-file-props.ts", - "hash": "2764960548186353813" - }, - { - "file": "libs/types/src/models/submission/description-value.type.ts", - "hash": "3716413801770672626", - "deps": ["npm:@blocknote/core"] - }, - { - "file": "libs/types/src/models/submission/file-submission/file-metadata-fields.type.ts", - "hash": "12640465457909312546" - }, - { - "file": "libs/types/src/models/submission/file-submission/file-metadata.type.ts", - "hash": "4409433293504530606" - }, - { - "file": "libs/types/src/models/submission/file-submission/file-submission-metadata.type.ts", - "hash": "2095101111563935735" - }, - { - "file": "libs/types/src/models/submission/file-submission/file-submission.ts", - "hash": "12680359440063469378" - }, - { - "file": "libs/types/src/models/submission/file-submission/modified-file-dimension.type.ts", - "hash": "8160452954545329882" - }, - { - "file": "libs/types/src/models/submission/message-submission/message-submission.type.ts", - "hash": "1586257838258239950" - }, - { - "file": "libs/types/src/models/submission/submission-file-props.interface.ts", - "hash": "16425928775218720826" - }, - { - "file": "libs/types/src/models/submission/submission-file.interface.ts", - "hash": "1632954149558508949", - "deps": ["npm:@mikro-orm/core"] - }, - { - "file": "libs/types/src/models/submission/submission-metadata.interface.ts", - "hash": "323609389022313234" - }, - { - "file": "libs/types/src/models/submission/submission-metadata.type.ts", - "hash": "10358053094494191019" - }, - { - "file": "libs/types/src/models/submission/submission-schedule-info.interface.ts", - "hash": "4448015164383511151" - }, - { - "file": "libs/types/src/models/submission/submission.interface.ts", - "hash": "17513510007055949408", - "deps": ["npm:@mikro-orm/core"] - }, - { - "file": "libs/types/src/models/submission/validation-result.type.ts", - "hash": "6431772508068793219" - }, - { - "file": "libs/types/src/models/submission/website-form-fields.interface.ts", - "hash": "2924401431110958104" - }, - { - "file": "libs/types/src/models/tag/default-tag-value.ts", - "hash": "12456363958159458533" - }, - { - "file": "libs/types/src/models/tag/tag-converter.interface.ts", - "hash": "1753878302343841477" - }, - { - "file": "libs/types/src/models/tag/tag-group.interface.ts", - "hash": "7158319249680547864" - }, - { - "file": "libs/types/src/models/tag/tag-value.type.ts", - "hash": "15998941578559861000" - }, - { - "file": "libs/types/src/models/tag/tag.type.ts", - "hash": "4290777365842858806" - }, - { - "file": "libs/types/src/models/website-options/user-specified-website-options.interface.ts", - "hash": "12288297897352241060" - }, - { - "file": "libs/types/src/models/website-options/website-options.interface.ts", - "hash": "16885007573221634332" - }, - { - "file": "libs/types/src/models/website/file-website-form-fields.interface.ts", - "hash": "8632348121066940816" - }, - { - "file": "libs/types/src/models/website/login-request-data.type.ts", - "hash": "3467394715268816154" - }, - { - "file": "libs/types/src/models/website/login-response.interface.ts", - "hash": "8996994719095097338" - }, - { - "file": "libs/types/src/models/website/login-state.class.ts", - "hash": "16035728619370299843" - }, - { - "file": "libs/types/src/models/website/login-state.interface.ts", - "hash": "15899331342432214671" - }, - { - "file": "libs/types/src/models/website/post-data.type.ts", - "hash": "8568922503610922982" - }, - { - "file": "libs/types/src/models/website/website-data.interface.ts", - "hash": "16321248109801469370" - }, - { - "file": "libs/types/src/models/website/website-info.interface.ts", - "hash": "4768231622365832421" - }, - { - "file": "libs/types/src/models/website/website-login-type.ts", - "hash": "2158561896055679108" - }, - { - "file": "libs/types/src/models/website/website.type.ts", - "hash": "12324855079971372106" - }, - { - "file": "libs/types/src/website-modifiers/description-support.ts", - "hash": "15888264539764563118" - }, - { - "file": "libs/types/src/website-modifiers/index.ts", - "hash": "6336376783880576577" - }, - { - "file": "libs/types/src/website-modifiers/tag-support.ts", - "hash": "9424701800294847710" - }, - { - "file": "libs/types/src/website-modifiers/username-shortcut.ts", - "hash": "1461468112836639197" - }, - { - "file": "libs/types/src/website-modifiers/website-file-options.ts", - "hash": "12114586254478734809" - }, - { - "file": "libs/types/src/website-modifiers/website-metadata.ts", - "hash": "1533853463747900720" - }, - { - "file": "libs/types/tsconfig.json", - "hash": "8773935681192489593" - }, - { - "file": "libs/types/tsconfig.lib.json", - "hash": "4139915990746591927" - } - ], - "translations": [ - { - "file": "libs/translations/.eslintrc.json", - "hash": "10779212428806231320" - }, - { - "file": "libs/translations/README.md", - "hash": "2396897165402359572" - }, - { - "file": "libs/translations/project.json", - "hash": "13045661782387204314" - }, - { - "file": "libs/translations/src/index.ts", - "hash": "8437715257272119507" - }, - { - "file": "libs/translations/src/lib/en.ts", - "hash": "4922542984628167442" - }, - { - "file": "libs/translations/tsconfig.json", - "hash": "8773935681192489593" - }, - { - "file": "libs/translations/tsconfig.lib.json", - "hash": "16570574191138087515" - } - ], - "postybirb-ui": [ - { - "file": "apps/postybirb-ui/.env.development", - "hash": "16777141552502544522" - }, - { - "file": "apps/postybirb-ui/.env.production", - "hash": "9212931971384736748" - }, - { - "file": "apps/postybirb-ui/.eslintrc.json", - "hash": "11836411857816888100" - }, - { - "file": "apps/postybirb-ui/index.html", - "hash": "8828378486368021329" - }, - { - "file": "apps/postybirb-ui/jest.config.ts", - "hash": "1148035294631401492" - }, - { - "file": "apps/postybirb-ui/postcss.config.js", - "hash": "16159908473257731166" - }, - { - "file": "apps/postybirb-ui/project.json", - "hash": "2667040814030844995" - }, - { - "file": "apps/postybirb-ui/public/app-icon.png", - "hash": "13144436099642550129" - }, - { - "file": "apps/postybirb-ui/public/preload.js.map", - "hash": "10385564579413699045" - }, - { - "file": "apps/postybirb-ui/src/api/account.api.ts", - "hash": "5996703341148909581", - "deps": ["types"] - }, - { - "file": "apps/postybirb-ui/src/api/base.api.ts", - "hash": "9810975319713116003", - "deps": ["types"] - }, - { - "file": "apps/postybirb-ui/src/api/directory-watchers.api.ts", - "hash": "5437219117675132408", - "deps": ["types"] - }, - { - "file": "apps/postybirb-ui/src/api/file-submission.api.ts", - "hash": "3019602471962901897", - "deps": ["types"] - }, - { - "file": "apps/postybirb-ui/src/api/form-generator.api.ts", - "hash": "9421127334484197072", - "deps": ["form-builder", "types"] - }, - { - "file": "apps/postybirb-ui/src/api/post.api.ts", - "hash": "1483494607149975821", - "deps": ["types"] - }, - { - "file": "apps/postybirb-ui/src/api/settings.api.ts", - "hash": "278813195580157231", - "deps": ["types", "utils-electron"] - }, - { - "file": "apps/postybirb-ui/src/api/submission.api.ts", - "hash": "11109656458876514235", - "deps": ["types"] - }, - { - "file": "apps/postybirb-ui/src/api/tag-converters.api.ts", - "hash": "910935099306226256", - "deps": ["types"] - }, - { - "file": "apps/postybirb-ui/src/api/tag-groups.api.ts", - "hash": "3231145875255764426", - "deps": ["types"] - }, - { - "file": "apps/postybirb-ui/src/api/update.api.ts", - "hash": "15664562182074416872" - }, - { - "file": "apps/postybirb-ui/src/api/user-specified-website-options.api.ts", - "hash": "11662107978060018640", - "deps": ["types"] - }, - { - "file": "apps/postybirb-ui/src/api/website-options.api.ts", - "hash": "14267026070641193855", - "deps": ["types"] - }, - { - "file": "apps/postybirb-ui/src/api/websites.api.ts", - "hash": "10091893008673059148", - "deps": ["types"] - }, - { - "file": "apps/postybirb-ui/src/app/app-i18n-provider.tsx", - "hash": "13300796914595754535", - "deps": [ - "npm:@lingui/core", - "npm:@lingui/react", - "npm:@mantine/core", - "npm:@mantine/dates", - "npm:react" - ] - }, - { - "file": "apps/postybirb-ui/src/app/app.css", - "hash": "9763002227517246620" - }, - { - "file": "apps/postybirb-ui/src/app/app.tsx", - "hash": "2891215262620154968", - "deps": [ - "npm:@mantine/core", - "npm:@mantine/dates", - "npm:@mantine/dropzone", - "npm:@mantine/notifications", - "npm:@mantine/spotlight", - "npm:react-query" - ] - }, - { - "file": "apps/postybirb-ui/src/app/languages.tsx", - "hash": "17112749753906408667", - "deps": ["npm:@lingui/macro", "npm:dayjs"] - }, - { - "file": "apps/postybirb-ui/src/app/postybirb-layout/drawers/account-drawer/account-drawer.tsx", - "hash": "1368777480595697362", - "deps": [ - "npm:@lingui/macro", - "npm:@mantine/core", - "types", - "npm:react" - ] - }, - { - "file": "apps/postybirb-ui/src/app/postybirb-layout/drawers/account-drawer/website-card.tsx", - "hash": "118081992748361161", - "deps": [ - "npm:@lingui/macro", - "npm:@lingui/react", - "npm:@mantine/core", - "types", - "npm:@tabler/icons-react", - "npm:react" - ] - }, - { - "file": "apps/postybirb-ui/src/app/postybirb-layout/drawers/account-drawer/website-login-panel/website-login-panel.css", - "hash": "11599606988881928435" - }, - { - "file": "apps/postybirb-ui/src/app/postybirb-layout/drawers/account-drawer/website-login-panel/website-login-panel.tsx", - "hash": "1569317993232792552", - "deps": ["npm:@lingui/macro", "npm:@mantine/core", "types"] - }, - { - "file": "apps/postybirb-ui/src/app/postybirb-layout/drawers/account-drawer/website-visibility-picker.tsx", - "hash": "15809096856700681311", - "deps": [ - "npm:@lingui/macro", - "npm:@lingui/react", - "npm:@mantine/core", - "npm:@tabler/icons-react" - ] - }, - { - "file": "apps/postybirb-ui/src/app/postybirb-layout/drawers/drawer-global-state.ts", - "hash": "4152446683994249879", - "deps": ["npm:react-use"] - }, - { - "file": "apps/postybirb-ui/src/app/postybirb-layout/drawers/drawer.util.ts", - "hash": "16152277705863005146" - }, - { - "file": "apps/postybirb-ui/src/app/postybirb-layout/drawers/settings-drawer.tsx", - "hash": "13715784789721953793", - "deps": [ - "npm:@lingui/macro", - "npm:@mantine/core", - "npm:@tabler/icons-react", - "npm:react-query" - ] - }, - { - "file": "apps/postybirb-ui/src/app/postybirb-layout/drawers/tag-converter-drawer.tsx", - "hash": "9568793898563316150", - "deps": [ - "npm:@lingui/macro", - "npm:@mantine/core", - "npm:@mantine/notifications", - "types", - "npm:@tabler/icons-react", - "npm:react" - ] - }, - { - "file": "apps/postybirb-ui/src/app/postybirb-layout/drawers/tag-group-drawer.tsx", - "hash": "9119076224630243054", - "deps": [ - "npm:@lingui/macro", - "npm:@mantine/core", - "npm:@mantine/notifications", - "types", - "npm:@tabler/icons-react", - "npm:react" - ] - }, - { - "file": "apps/postybirb-ui/src/app/postybirb-layout/drawers/use-drawer-toggle.ts", - "hash": "13051876007171958119", - "deps": ["npm:react"] - }, - { - "file": "apps/postybirb-ui/src/app/postybirb-layout/language-picker.tsx", - "hash": "6248824440337341778", - "deps": [ - "npm:@lingui/react", - "npm:@mantine/core", - "npm:@tabler/icons-react" - ] - }, - { - "file": "apps/postybirb-ui/src/app/postybirb-layout/postybirb-layout.module.css", - "hash": "17050184086461910884" - }, - { - "file": "apps/postybirb-ui/src/app/postybirb-layout/postybirb-layout.tsx", - "hash": "16181742996326092561", - "deps": [ - "npm:@lingui/macro", - "npm:@mantine/core", - "npm:@mantine/hooks", - "npm:@mantine/spotlight", - "npm:@tabler/icons-react", - "npm:react-router" - ] - }, - { - "file": "apps/postybirb-ui/src/app/postybirb-layout/postybirb-spotlight/postybirb-spotlight.css", - "hash": "3895445270429647388" - }, - { - "file": "apps/postybirb-ui/src/app/postybirb-layout/postybirb-spotlight/postybirb-spotlight.tsx", - "hash": "15068127490974677919", - "deps": [ - "npm:@lingui/macro", - "npm:@lingui/react", - "npm:@mantine/core", - "npm:@mantine/spotlight", - "types", - "npm:@tabler/icons-react", - "npm:react-router" - ] - }, - { - "file": "apps/postybirb-ui/src/app/postybirb-layout/postybirb-update-button.tsx", - "hash": "14654571994575651111", - "deps": [ - "npm:@lingui/macro", - "npm:@mantine/core", - "npm:@tabler/icons-react", - "npm:react-query" - ] - }, - { - "file": "apps/postybirb-ui/src/app/postybirb-layout/side-nav-link.tsx", - "hash": "5986280361402112928", - "deps": [ - "npm:@mantine/core", - "npm:react", - "npm:react-router", - "npm:tinykeys" - ] - }, - { - "file": "apps/postybirb-ui/src/app/postybirb-layout/theme-picker.tsx", - "hash": "6849244837093152156", - "deps": ["npm:@mantine/core", "npm:@tabler/icons-react", "npm:react"] - }, - { - "file": "apps/postybirb-ui/src/components/account/account-login-webview/account-login-webview.tsx", - "hash": "15882774279200768721", - "deps": ["npm:@mantine/core", "npm:lodash", "npm:react"] - }, - { - "file": "apps/postybirb-ui/src/components/account/account-login-webview/webview-tag.ts", - "hash": "14184551264726586868", - "deps": ["npm:electron"] - }, - { - "file": "apps/postybirb-ui/src/components/app/keybinding/keybinding.css", - "hash": "6207787670902382169" - }, - { - "file": "apps/postybirb-ui/src/components/app/keybinding/keybinding.tsx", - "hash": "14024834742327854874", - "deps": ["npm:react", "npm:tinykeys"] - }, - { - "file": "apps/postybirb-ui/src/components/form/fields/boolean-field.tsx", - "hash": "4945022101769975676", - "deps": ["npm:@lingui/react", "npm:@mantine/core", "form-builder"] - }, - { - "file": "apps/postybirb-ui/src/components/form/fields/description-field.tsx", - "hash": "6140797509618522139", - "deps": [ - "npm:@lingui/macro", - "npm:@mantine/core", - "form-builder", - "types" - ] - }, - { - "file": "apps/postybirb-ui/src/components/form/fields/field-copy-button.tsx", - "hash": "2635807913115157238", - "deps": [ - "npm:@lingui/macro", - "npm:@mantine/core", - "npm:@tabler/icons-react" - ] - }, - { - "file": "apps/postybirb-ui/src/components/form/fields/field-label.tsx", - "hash": "2419642885983533920", - "deps": [ - "npm:@lingui/core", - "npm:@lingui/react", - "npm:@mantine/core", - "form-builder", - "npm:react" - ] - }, - { - "file": "apps/postybirb-ui/src/components/form/fields/field.tsx", - "hash": "2190244967314748950", - "deps": ["form-builder"] - }, - { - "file": "apps/postybirb-ui/src/components/form/fields/form-field.type.ts", - "hash": "17650331048564811069", - "deps": ["npm:@mantine/form", "form-builder", "types"] - }, - { - "file": "apps/postybirb-ui/src/components/form/fields/input-field.tsx", - "hash": "8492875502744347305", - "deps": ["npm:@mantine/core", "form-builder"] - }, - { - "file": "apps/postybirb-ui/src/components/form/fields/radio-field.tsx", - "hash": "10328495427397556559", - "deps": [ - "npm:@lingui/macro", - "npm:@lingui/react", - "npm:@mantine/core", - "form-builder", - "npm:react" - ] - }, - { - "file": "apps/postybirb-ui/src/components/form/fields/select-field.tsx", - "hash": "13082556815316302557", - "deps": ["npm:@mantine/core", "form-builder"] - }, - { - "file": "apps/postybirb-ui/src/components/form/fields/tag-field.tsx", - "hash": "980464591958896512", - "deps": [ - "npm:@lingui/macro", - "npm:@mantine/core", - "form-builder", - "types", - "npm:lodash" - ] - }, - { - "file": "apps/postybirb-ui/src/components/form/hooks/use-default-option.tsx", - "hash": "12863250948377244060", - "deps": ["types"] - }, - { - "file": "apps/postybirb-ui/src/components/form/hooks/use-validations.tsx", - "hash": "1142643661002666695", - "deps": ["types", "npm:react"] - }, - { - "file": "apps/postybirb-ui/src/components/form/user-specified-website-options-modal/user-specified-website-options-modal.tsx", - "hash": "14280353898439015199", - "deps": [ - "npm:@lingui/macro", - "npm:@lingui/react", - "npm:@mantine/core", - "npm:@mantine/notifications", - "form-builder", - "types", - "npm:react" - ] - }, - { - "file": "apps/postybirb-ui/src/components/form/website-option-form/website-option-form.tsx", - "hash": "12064138085860164609", - "deps": [ - "npm:@lingui/macro", - "npm:@mantine/core", - "npm:@mantine/form", - "form-builder", - "types", - "npm:lodash", - "npm:react", - "npm:react-query" - ] - }, - { - "file": "apps/postybirb-ui/src/components/form/website-option-form/website-option-group-section.tsx", - "hash": "13706534117161090063", - "deps": [ - "npm:@lingui/macro", - "npm:@mantine/core", - "types", - "npm:@tabler/icons-react", - "npm:react" - ] - }, - { - "file": "apps/postybirb-ui/src/components/form/website-select/basic-website-select.tsx", - "hash": "14563068167724942446", - "deps": ["npm:@mantine/core", "types", "npm:react"] - }, - { - "file": "apps/postybirb-ui/src/components/form/website-select/website-select.tsx", - "hash": "13694387188590310831", - "deps": [ - "npm:@lingui/macro", - "npm:@mantine/core", - "types", - "npm:react" - ] - }, - { - "file": "apps/postybirb-ui/src/components/page-header/page-header.css", - "hash": "5480298052068504303" - }, - { - "file": "apps/postybirb-ui/src/components/page-header/page-header.tsx", - "hash": "8998774857748868583", - "deps": ["npm:@mantine/core", "npm:react", "npm:react-router"] - }, - { - "file": "apps/postybirb-ui/src/components/shared/delete-action-popover/delete-action-popover.tsx", - "hash": "15338734620780773566", - "deps": [ - "npm:@lingui/macro", - "npm:@mantine/core", - "npm:@tabler/icons-react" - ] - }, - { - "file": "apps/postybirb-ui/src/components/shared/postybirb-editor/custom/hr.tsx", - "hash": "18072148182971603370", - "deps": ["npm:@blocknote/core", "npm:@blocknote/react"] - }, - { - "file": "apps/postybirb-ui/src/components/shared/postybirb-editor/custom/shortcut.css", - "hash": "3620916228798031078" - }, - { - "file": "apps/postybirb-ui/src/components/shared/postybirb-editor/custom/username-shortcut.tsx", - "hash": "18127881741968515125", - "deps": [ - "npm:@blocknote/core", - "npm:@blocknote/react", - "npm:@mantine/core", - "types", - "npm:react" - ] - }, - { - "file": "apps/postybirb-ui/src/components/shared/postybirb-editor/postybirb-editor.tsx", - "hash": "4864585810068729452", - "deps": [ - "npm:@blocknote/core", - "npm:@blocknote/react", - "npm:@mantine/core", - "types" - ] - }, - { - "file": "apps/postybirb-ui/src/components/shared/postybirb-editor/schema.ts", - "hash": "3034557555627056911", - "deps": ["npm:@blocknote/core"] - }, - { - "file": "apps/postybirb-ui/src/components/shared/switch-component/switch-component.tsx", - "hash": "16800534973549172037" - }, - { - "file": "apps/postybirb-ui/src/components/submission-templates/submission-template-view/submission-template-view.tsx", - "hash": "2147507529175085975", - "deps": [ - "npm:@lingui/macro", - "npm:@lingui/react", - "npm:@mantine/core", - "npm:@mantine/notifications", - "types", - "npm:@tabler/icons-react", - "npm:react", - "npm:react-router" - ] - }, - { - "file": "apps/postybirb-ui/src/components/submission-templates/template-picker-modal/template-picker-modal.tsx", - "hash": "7239940231140802843", - "deps": [ - "npm:@lingui/macro", - "npm:@lingui/react", - "npm:@mantine/core", - "types", - "npm:react" - ] - }, - { - "file": "apps/postybirb-ui/src/components/submission-templates/template-picker/template-picker.tsx", - "hash": "7196291987352770013", - "deps": ["npm:@mantine/core", "types"] - }, - { - "file": "apps/postybirb-ui/src/components/submissions/directory-watchers-view/directory-watchers-view.tsx", - "hash": "14950764118542316693", - "deps": [ - "npm:@lingui/macro", - "npm:@lingui/react", - "npm:@mantine/core", - "types", - "npm:@tabler/icons-react", - "npm:react", - "npm:react-query" - ] - }, - { - "file": "apps/postybirb-ui/src/components/submissions/submission-edit-form/submission-edit-form.tsx", - "hash": "8918829741382132704", - "deps": [ - "npm:@lingui/macro", - "npm:@mantine/core", - "types", - "npm:@tabler/icons-react", - "npm:lodash", - "npm:react" - ] - }, - { - "file": "apps/postybirb-ui/src/components/submissions/submission-edit-form/submission-file-manager/submission-file-card/file-card-delete-action.tsx", - "hash": "903574691439828364", - "deps": [ - "npm:@lingui/macro", - "npm:@mantine/core", - "npm:@tabler/icons-react" - ] - }, - { - "file": "apps/postybirb-ui/src/components/submissions/submission-edit-form/submission-file-manager/submission-file-card/file-card-file-actions.tsx", - "hash": "17900952581331347227", - "deps": [ - "npm:@lingui/macro", - "npm:@mantine/core", - "npm:@mantine/dropzone", - "npm:@mantine/notifications", - "types", - "utils-file-type", - "npm:@tabler/icons-react", - "npm:react" - ] - }, - { - "file": "apps/postybirb-ui/src/components/submissions/submission-edit-form/submission-file-manager/submission-file-card/file-metadata-manager.tsx", - "hash": "16706306550437068886", - "deps": [ - "npm:@lingui/macro", - "npm:@mantine/core", - "types", - "utils-file-type", - "npm:filesize", - "npm:react" - ] - }, - { - "file": "apps/postybirb-ui/src/components/submissions/submission-edit-form/submission-file-manager/submission-file-card/submission-file-card.tsx", - "hash": "11298114302628204509", - "deps": ["npm:@mantine/core", "types"] - }, - { - "file": "apps/postybirb-ui/src/components/submissions/submission-edit-form/submission-file-manager/submission-file-manager.tsx", - "hash": "11021652397663433652", - "deps": ["npm:@mantine/core", "types", "npm:react", "npm:sortablejs"] - }, - { - "file": "apps/postybirb-ui/src/components/submissions/submission-scheduler/submission-scheduler.tsx", - "hash": "14423825833054544523", - "deps": [ - "npm:@lingui/macro", - "npm:@mantine/core", - "npm:@mantine/dates", - "types", - "npm:@tabler/icons-react", - "npm:croner", - "npm:cronstrue", - "npm:moment", - "npm:react", - "npm:react-use" - ] - }, - { - "file": "apps/postybirb-ui/src/components/submissions/submission-uploader/edit-image-modal.tsx", - "hash": "8580756479225359585", - "deps": [ - "npm:@lingui/macro", - "npm:@mantine/core", - "npm:@mantine/dropzone", - "types", - "npm:cropperjs", - "npm:react" - ] - }, - { - "file": "apps/postybirb-ui/src/components/submissions/submission-uploader/submission-uploader.tsx", - "hash": "4260320887471313374", - "deps": [ - "npm:@lingui/macro", - "npm:@mantine/core", - "npm:@mantine/dropzone", - "types", - "utils-file-type", - "npm:@tabler/icons-react", - "npm:react" - ] - }, - { - "file": "apps/postybirb-ui/src/components/submissions/submission-view/submission-view-card-grid.tsx", - "hash": "8846612321382939975", - "deps": ["npm:@mantine/core", "npm:react", "npm:sortablejs"] - }, - { - "file": "apps/postybirb-ui/src/components/submissions/submission-view/submission-view-card/submission-view-actions/apply-submission-template-action.tsx", - "hash": "6899467322316509928", - "deps": [ - "npm:@lingui/macro", - "npm:@mantine/core", - "npm:@mantine/notifications", - "npm:@tabler/icons-react", - "npm:react" - ] - }, - { - "file": "apps/postybirb-ui/src/components/submissions/submission-view/submission-view-card/submission-view-actions/delete-submissions-action.tsx", - "hash": "8001145083710319976", - "deps": [ - "npm:@lingui/macro", - "npm:@mantine/core", - "npm:@tabler/icons-react" - ] - }, - { - "file": "apps/postybirb-ui/src/components/submissions/submission-view/submission-view-card/submission-view-actions/post-selected-submissions-action.tsx", - "hash": "6424365458054846907", - "deps": [ - "npm:@lingui/macro", - "npm:@mantine/core", - "npm:@tabler/icons-react" - ] - }, - { - "file": "apps/postybirb-ui/src/components/submissions/submission-view/submission-view-card/submission-view-actions/schedule-submissions-action.tsx", - "hash": "3253585276817358174", - "deps": [ - "npm:@lingui/macro", - "npm:@mantine/core", - "npm:@mantine/notifications", - "types", - "npm:@tabler/icons-react", - "npm:react" - ] - }, - { - "file": "apps/postybirb-ui/src/components/submissions/submission-view/submission-view-card/submission-view-actions/select-submissions-action.tsx", - "hash": "1993855042824980601", - "deps": ["npm:@mantine/core", "npm:@tabler/icons-react"] - }, - { - "file": "apps/postybirb-ui/src/components/submissions/submission-view/submission-view-card/submission-view-actions/submission-view-actions.props.ts", - "hash": "2206877922964491147", - "deps": ["types"] - }, - { - "file": "apps/postybirb-ui/src/components/submissions/submission-view/submission-view-card/submission-view-actions/submission-view-actions.tsx", - "hash": "263680493973640953", - "deps": [ - "npm:@lingui/macro", - "npm:@lingui/react", - "npm:@mantine/core", - "types", - "npm:@tabler/icons-react" - ] - }, - { - "file": "apps/postybirb-ui/src/components/submissions/submission-view/submission-view-card/submission-view-card-actions.tsx", - "hash": "4085614767183881564", - "deps": [ - "npm:@lingui/macro", - "npm:@mantine/core", - "npm:@mantine/notifications", - "types", - "npm:@tabler/icons-react", - "npm:react-router" - ] - }, - { - "file": "apps/postybirb-ui/src/components/submissions/submission-view/submission-view-card/submission-view-card.tsx", - "hash": "15935649362559808558", - "deps": [ - "npm:@lingui/macro", - "npm:@mantine/core", - "types", - "npm:@tabler/icons-react", - "npm:lodash", - "npm:react" - ] - }, - { - "file": "apps/postybirb-ui/src/components/submissions/submission-view/submission-view-card/submission-view-multi-scheduler-modal.css", - "hash": "7389037186710644357" - }, - { - "file": "apps/postybirb-ui/src/components/submissions/submission-view/submission-view-card/submission-view-multi-scheduler-modal.tsx", - "hash": "3760819634802362161", - "deps": [ - "npm:@lingui/macro", - "npm:@mantine/core", - "npm:@mantine/dates", - "npm:react", - "npm:react-use", - "npm:sortablejs" - ] - }, - { - "file": "apps/postybirb-ui/src/components/submissions/submission-view/submission-view.tsx", - "hash": "3245993846324357137", - "deps": ["npm:@mantine/core", "types", "npm:react"] - }, - { - "file": "apps/postybirb-ui/src/components/translations/shared-messages.tsx", - "hash": "17093112086664212042", - "deps": ["npm:@lingui/macro"] - }, - { - "file": "apps/postybirb-ui/src/components/translations/translation.tsx", - "hash": "11681557652889149797", - "deps": ["npm:@lingui/macro", "types"] - }, - { - "file": "apps/postybirb-ui/src/environments/environment.prod.ts", - "hash": "3926102656993804675" - }, - { - "file": "apps/postybirb-ui/src/environments/environment.ts", - "hash": "4977765895979373768" - }, - { - "file": "apps/postybirb-ui/src/external-translations.ts", - "hash": "4447018490369811784", - "deps": ["npm:@lingui/core", "npm:@lingui/macro"] - }, - { - "file": "apps/postybirb-ui/src/helpers/array.helper.ts", - "hash": "13532669519894675273" - }, - { - "file": "apps/postybirb-ui/src/helpers/event-handlers.helper.ts", - "hash": "4630432186342418111", - "deps": ["npm:react"] - }, - { - "file": "apps/postybirb-ui/src/hooks/account/use-accounts-filters.ts", - "hash": "14451517529163873635", - "deps": ["npm:react-use"] - }, - { - "file": "apps/postybirb-ui/src/hooks/account/use-websites.ts", - "hash": "5222732177801584756", - "deps": ["types", "npm:react"] - }, - { - "file": "apps/postybirb-ui/src/hooks/use-i18n.ts", - "hash": "10723145828030761128" - }, - { - "file": "apps/postybirb-ui/src/hooks/use-local-storage.ts", - "hash": "2058967185864770428", - "deps": ["npm:react"] - }, - { - "file": "apps/postybirb-ui/src/hooks/use-trans.ts", - "hash": "13510954499328130329", - "deps": ["npm:@lingui/react"] - }, - { - "file": "apps/postybirb-ui/src/hooks/use-update-view.ts", - "hash": "10914872538402778038", - "deps": ["npm:react"] - }, - { - "file": "apps/postybirb-ui/src/lang/en.po", - "hash": "12519842008914146752" - }, - { - "file": "apps/postybirb-ui/src/lang/es.po", - "hash": "98267976478849695" - }, - { - "file": "apps/postybirb-ui/src/lang/ru.po", - "hash": "1301423485876052049" - }, - { - "file": "apps/postybirb-ui/src/main.tsx", - "hash": "13947840239040413276", - "deps": ["npm:react-dom", "npm:react-router-dom"] - }, - { - "file": "apps/postybirb-ui/src/models/app-states/account-filter-state.ts", - "hash": "8306580679628342608" - }, - { - "file": "apps/postybirb-ui/src/models/custom-login-component-provider.ts", - "hash": "10177765482502917193" - }, - { - "file": "apps/postybirb-ui/src/models/displayable-website-login-info.ts", - "hash": "2584893837651907981", - "deps": ["types"] - }, - { - "file": "apps/postybirb-ui/src/models/dtos/submission.dto.ts", - "hash": "16991242717488580335", - "deps": [ - "npm:@lingui/core", - "npm:@lingui/macro", - "types", - "npm:moment" - ] - }, - { - "file": "apps/postybirb-ui/src/models/http-error-response.ts", - "hash": "2631686143209169914" - }, - { - "file": "apps/postybirb-ui/src/models/login-component-props.ts", - "hash": "2374445031151458358", - "deps": ["types"] - }, - { - "file": "apps/postybirb-ui/src/pages/home/home-page.tsx", - "hash": "3125299722816500496", - "deps": [ - "npm:@lingui/macro", - "npm:@mantine/core", - "npm:@tabler/icons-react" - ] - }, - { - "file": "apps/postybirb-ui/src/pages/not-found/not-found.tsx", - "hash": "9799162707784056289", - "deps": ["npm:@lingui/macro", "npm:@mantine/core", "npm:react-router"] - }, - { - "file": "apps/postybirb-ui/src/pages/route-paths.ts", - "hash": "9365231686773000491" - }, - { - "file": "apps/postybirb-ui/src/pages/submission/edit-submission-page.tsx", - "hash": "11577512595710327062", - "deps": [ - "npm:@lingui/macro", - "npm:@mantine/core", - "npm:@mantine/notifications", - "types", - "npm:@tabler/icons-react", - "npm:react", - "npm:react-router" - ] - }, - { - "file": "apps/postybirb-ui/src/pages/submission/file-submission-management-page.tsx", - "hash": "15139190433919623764", - "deps": [ - "npm:@lingui/macro", - "npm:@mantine/core", - "types", - "npm:@tabler/icons-react", - "npm:react" - ] - }, - { - "file": "apps/postybirb-ui/src/pages/submission/message-submission-management-page.tsx", - "hash": "12088564491255918814", - "deps": [ - "npm:@lingui/macro", - "npm:@lingui/react", - "npm:@mantine/core", - "types", - "npm:@tabler/icons-react", - "npm:react" - ] - }, - { - "file": "apps/postybirb-ui/src/pages/submission/submission-outlet-page.tsx", - "hash": "248237927061977293", - "deps": ["npm:react-router"] - }, - { - "file": "apps/postybirb-ui/src/shared/app-keybindings.ts", - "hash": "12117401613301665710" - }, - { - "file": "apps/postybirb-ui/src/shared/common-properties/modal.properties.ts", - "hash": "18011775676536072001" - }, - { - "file": "apps/postybirb-ui/src/stores/account.store.ts", - "hash": "17824053009377310619", - "deps": ["socket-events", "types"] - }, - { - "file": "apps/postybirb-ui/src/stores/settings.store.ts", - "hash": "2195954075909078575", - "deps": ["socket-events", "types"] - }, - { - "file": "apps/postybirb-ui/src/stores/store-manager.ts", - "hash": "17507769819452966386", - "deps": ["npm:rxjs", "npm:type-fest"] - }, - { - "file": "apps/postybirb-ui/src/stores/submission-template.store.ts", - "hash": "6895388505776504463", - "deps": ["socket-events", "types"] - }, - { - "file": "apps/postybirb-ui/src/stores/submission.store.ts", - "hash": "7687659767213655784", - "deps": ["socket-events", "types"] - }, - { - "file": "apps/postybirb-ui/src/stores/tag-converter-store.ts", - "hash": "11665722759273101897", - "deps": ["socket-events", "types"] - }, - { - "file": "apps/postybirb-ui/src/stores/tag-group-store.ts", - "hash": "10915667497775966693", - "deps": ["socket-events", "types"] - }, - { - "file": "apps/postybirb-ui/src/stores/use-settings.tsx", - "hash": "16226329229774820002" - }, - { - "file": "apps/postybirb-ui/src/stores/use-store.tsx", - "hash": "921032652977343485", - "deps": ["npm:react"] - }, - { - "file": "apps/postybirb-ui/src/stores/website.store.ts", - "hash": "8096518178124346467", - "deps": ["socket-events", "types"] - }, - { - "file": "apps/postybirb-ui/src/styles.css", - "hash": "14894630797736514459" - }, - { - "file": "apps/postybirb-ui/src/transports/http-client.ts", - "hash": "13505540959843662800" - }, - { - "file": "apps/postybirb-ui/src/transports/websocket.ts", - "hash": "17521713674026374613", - "deps": ["npm:socket.io-client"] - }, - { - "file": "apps/postybirb-ui/src/website-components/custom-login-components.tsx", - "hash": "3043210522956953958" - }, - { - "file": "apps/postybirb-ui/src/website-components/discord/discord-login-view.tsx", - "hash": "8959134832030934145", - "deps": [ - "npm:@lingui/macro", - "npm:@mantine/core", - "npm:@mantine/notifications", - "npm:react" - ] - }, - { - "file": "apps/postybirb-ui/src/website-components/discord/discord-validation.tsx", - "hash": "3537215097262190578", - "deps": ["npm:@lingui/macro"] - }, - { - "file": "apps/postybirb-ui/tailwind.config.js", - "hash": "6877585864281074119" - }, - { - "file": "apps/postybirb-ui/tsconfig.app.json", - "hash": "9830042289016340270" - }, - { - "file": "apps/postybirb-ui/tsconfig.json", - "hash": "8401402257431430467" - }, - { - "file": "apps/postybirb-ui/tsconfig.spec.json", - "hash": "11952212086182892720" - }, - { - "file": "apps/postybirb-ui/vite.config.ts", - "hash": "215746462199450640", - "deps": ["npm:@vitejs/plugin-react-swc", "npm:@lingui/vite-plugin"] - } - ], - "fs": [ - { - "file": "libs/fs/.eslintrc.json", - "hash": "10779212428806231320" - }, - { - "file": "libs/fs/README.md", - "hash": "12040040995505990282" - }, - { - "file": "libs/fs/jest.config.ts", - "hash": "17141246041083543251" - }, - { - "file": "libs/fs/project.json", - "hash": "13029232189518807067" - }, - { - "file": "libs/fs/src/index.ts", - "hash": "4455017276261851762" - }, - { - "file": "libs/fs/src/lib/directories.ts", - "hash": "9042084961287570357", - "deps": ["utils-electron", "npm:electron"] - }, - { - "file": "libs/fs/src/lib/fs.spec.ts", - "hash": "2131837000037684882" - }, - { - "file": "libs/fs/src/lib/fs.ts", - "hash": "1978898455691052747" - }, - { - "file": "libs/fs/tsconfig.json", - "hash": "8247827118343295977" - }, - { - "file": "libs/fs/tsconfig.lib.json", - "hash": "16275099091870462847" - }, - { - "file": "libs/fs/tsconfig.spec.json", - "hash": "16268571816045383818" - } - ], - "postybirb": [ - { - "file": "apps/postybirb/.eslintrc.json", - "hash": "8861076871703358275" - }, - { - "file": "apps/postybirb/jest.config.ts", - "hash": "8834866093931220956" - }, - { - "file": "apps/postybirb/project.json", - "hash": "14546131371545596013" - }, - { - "file": "apps/postybirb/src/app/api/preload.ts", - "hash": "16353515453387683862", - "deps": ["npm:electron"] - }, - { - "file": "apps/postybirb/src/app/app.ts", - "hash": "9899039542758366096", - "deps": ["npm:@nestjs/common", "utils-electron", "npm:electron"] - }, - { - "file": "apps/postybirb/src/app/constants.ts", - "hash": "6982246307663715905" - }, - { - "file": "apps/postybirb/src/app/events/electron.events.ts", - "hash": "15862686171494044392", - "deps": ["npm:electron"] - }, - { - "file": "apps/postybirb/src/app/options/maker.options.json", - "hash": "10139447696961531112" - }, - { - "file": "apps/postybirb/src/assets/app-icon.png", - "hash": "13144436099642550129" - }, - { - "file": "apps/postybirb/src/environments/environment.base.ts", - "hash": "6720515844926585062" - }, - { - "file": "apps/postybirb/src/environments/environment.prod.ts", - "hash": "8878682355704677689" - }, - { - "file": "apps/postybirb/src/environments/environment.ts", - "hash": "5282050989644360112" - }, - { - "file": "apps/postybirb/src/main.ts", - "hash": "7029751826912873077", - "deps": [ - "npm:@nestjs/common", - "utils-electron", - "client-server", - "npm:electron", - "npm:electron-context-menu" - ] - }, - { - "file": "apps/postybirb/src/metrics.ts", - "hash": "4966193270270169384", - "deps": [ - "logger", - "npm:applicationinsights", - "npm:winston", - ["npm:winston", "dynamic"] - ] - }, - { - "file": "apps/postybirb/tsconfig.app.json", - "hash": "6431413020130098933" - }, - { - "file": "apps/postybirb/tsconfig.json", - "hash": "17844214084672627494" - }, - { - "file": "apps/postybirb/tsconfig.spec.json", - "hash": "15160558939695790442" - } - ], - "http": [ - { - "file": "libs/http/.eslintrc.json", - "hash": "10779212428806231320" - }, - { - "file": "libs/http/README.md", - "hash": "4188801535147489314" - }, - { - "file": "libs/http/jest.config.ts", - "hash": "5612540382004556033" - }, - { - "file": "libs/http/project.json", - "hash": "9551074256016524715" - }, - { - "file": "libs/http/src/index.ts", - "hash": "1094063724021872339" - }, - { - "file": "libs/http/src/lib/http.spec.ts", - "hash": "14540980503220702835" - }, - { - "file": "libs/http/src/lib/http.ts", - "hash": "1280711620451012747", - "deps": [ - "npm:@nestjs/common", - "utils-electron", - "npm:electron", - "npm:form-data", - "npm:form-urlencoded" - ] - }, - { - "file": "libs/http/tsconfig.json", - "hash": "8247827118343295977" - }, - { - "file": "libs/http/tsconfig.lib.json", - "hash": "16275099091870462847" - }, - { - "file": "libs/http/tsconfig.spec.json", - "hash": "16268571816045383818" - } - ], - "form-builder": [ - { - "file": "libs/form-builder/.eslintrc.json", - "hash": "10779212428806231320" - }, - { - "file": "libs/form-builder/README.md", - "hash": "2737709836071982592" - }, - { - "file": "libs/form-builder/jest.config.ts", - "hash": "4745395015321603103" - }, - { - "file": "libs/form-builder/project.json", - "hash": "4341019722477841384" - }, - { - "file": "libs/form-builder/src/constants.ts", - "hash": "15337932357594447607" - }, - { - "file": "libs/form-builder/src/index.ts", - "hash": "1867768508176505286" - }, - { - "file": "libs/form-builder/src/lib/decorators/boolean-field.decorator.ts", - "hash": "13288283826213514034", - "deps": ["npm:reflect-metadata"] - }, - { - "file": "libs/form-builder/src/lib/decorators/description-field.decorator.ts", - "hash": "6849799381114035684", - "deps": ["types", "npm:reflect-metadata"] - }, - { - "file": "libs/form-builder/src/lib/decorators/index.ts", - "hash": "2032200245529659184" - }, - { - "file": "libs/form-builder/src/lib/decorators/radio-field.decorator.ts", - "hash": "970042213079710136", - "deps": ["npm:reflect-metadata", "npm:type-fest"] - }, - { - "file": "libs/form-builder/src/lib/decorators/rating.decorator.ts", - "hash": "5505517430450258247", - "deps": ["types", "npm:reflect-metadata"] - }, - { - "file": "libs/form-builder/src/lib/decorators/select-field.decorator.ts", - "hash": "14811433578508895192", - "deps": ["npm:reflect-metadata"] - }, - { - "file": "libs/form-builder/src/lib/decorators/tag-field.decorator.ts", - "hash": "10854426993494031891", - "deps": ["types", "npm:reflect-metadata"] - }, - { - "file": "libs/form-builder/src/lib/decorators/text-field.decorator.ts", - "hash": "10332006993780822409", - "deps": ["npm:reflect-metadata"] - }, - { - "file": "libs/form-builder/src/lib/form-builder.spec.ts", - "hash": "16060698647700101119" - }, - { - "file": "libs/form-builder/src/lib/form-builder.ts", - "hash": "7537584516143188403", - "deps": ["npm:reflect-metadata"] - }, - { - "file": "libs/form-builder/src/lib/types/field-aggregate.ts", - "hash": "15324359870745589252" - }, - { - "file": "libs/form-builder/src/lib/types/field.ts", - "hash": "15665857470880081463" - }, - { - "file": "libs/form-builder/src/lib/types/form-builder-metadata.ts", - "hash": "10191128778383773502" - }, - { - "file": "libs/form-builder/src/lib/types/index.ts", - "hash": "7691364175965962889" - }, - { - "file": "libs/form-builder/src/lib/types/primitive-record.ts", - "hash": "16178156199242482833", - "deps": ["npm:type-fest"] - }, - { - "file": "libs/form-builder/src/lib/utils/assign-metadata.ts", - "hash": "6086958499346711064", - "deps": ["npm:reflect-metadata"] - }, - { - "file": "libs/form-builder/tsconfig.json", - "hash": "8247827118343295977" - }, - { - "file": "libs/form-builder/tsconfig.lib.json", - "hash": "16275099091870462847" - }, - { - "file": "libs/form-builder/tsconfig.spec.json", - "hash": "16268571816045383818" - } - ], - "socket-events": [ - { - "file": "libs/socket-events/.eslintrc.json", - "hash": "10779212428806231320" - }, - { - "file": "libs/socket-events/README.md", - "hash": "3350572870031233849" - }, - { - "file": "libs/socket-events/project.json", - "hash": "17459581786943911279" - }, - { - "file": "libs/socket-events/src/index.ts", - "hash": "16762496601971259929" - }, - { - "file": "libs/socket-events/src/lib/events/account.events.ts", - "hash": "14053179843292692923" - }, - { - "file": "libs/socket-events/src/lib/events/settings.events.ts", - "hash": "13220383886761510874" - }, - { - "file": "libs/socket-events/src/lib/events/submission-template.events.ts", - "hash": "8859087139060895244" - }, - { - "file": "libs/socket-events/src/lib/events/submission.events.ts", - "hash": "3491361987123029825" - }, - { - "file": "libs/socket-events/src/lib/events/tag-converter.events.ts", - "hash": "373716162580045715" - }, - { - "file": "libs/socket-events/src/lib/events/tag-group.events.ts", - "hash": "11303521354457564170" - }, - { - "file": "libs/socket-events/src/lib/events/website.events.ts", - "hash": "5346798859950948794" - }, - { - "file": "libs/socket-events/src/lib/socket-events.ts", - "hash": "10209898445317726044" - }, - { - "file": "libs/socket-events/tsconfig.json", - "hash": "8773935681192489593" - }, - { - "file": "libs/socket-events/tsconfig.lib.json", - "hash": "16570574191138087515" - } - ], - "utils-file-type": [ - { - "file": "libs/utils/file-type/.eslintrc.json", - "hash": "12024122603783128302" - }, - { - "file": "libs/utils/file-type/README.md", - "hash": "7730321491298577236" - }, - { - "file": "libs/utils/file-type/project.json", - "hash": "4413129370847193854" - }, - { - "file": "libs/utils/file-type/src/index.ts", - "hash": "10298382497808907124" - }, - { - "file": "libs/utils/file-type/src/lib/get-file-type.ts", - "hash": "7901774888608415933", - "deps": ["types"] - }, - { - "file": "libs/utils/file-type/src/lib/is-audio.ts", - "hash": "5762347049388147530" - }, - { - "file": "libs/utils/file-type/src/lib/is-image.ts", - "hash": "11009345244917522167" - }, - { - "file": "libs/utils/file-type/src/lib/is-text.ts", - "hash": "4560355191973360160" - }, - { - "file": "libs/utils/file-type/src/lib/is-video.ts", - "hash": "6734666281584583125" - }, - { - "file": "libs/utils/file-type/src/lib/mime-helper.ts", - "hash": "6558485314533957136", - "deps": ["npm:mime"] - }, - { - "file": "libs/utils/file-type/tsconfig.json", - "hash": "11694468379504486425" - }, - { - "file": "libs/utils/file-type/tsconfig.lib.json", - "hash": "11640744292563899713" - } - ], - "client-server": [ - { - "file": "apps/client-server/.eslintrc.json", - "hash": "10779212428806231320" - }, - { - "file": "apps/client-server/jest.config.ts", - "hash": "15883025988214606401" - }, - { - "file": "apps/client-server/project.json", - "hash": "3854324952697297373" - }, - { - "file": "apps/client-server/src/app/account/account.controller.ts", - "hash": "12822496753496868854", - "deps": ["npm:@nestjs/common", "npm:@nestjs/swagger"] - }, - { - "file": "apps/client-server/src/app/account/account.events.ts", - "hash": "13705893760422881360", - "deps": ["socket-events", "types"] - }, - { - "file": "apps/client-server/src/app/account/account.module.ts", - "hash": "14616873202619719873", - "deps": ["npm:@nestjs/common"] - }, - { - "file": "apps/client-server/src/app/account/account.service.spec.ts", - "hash": "5394105943395099045", - "deps": ["npm:@mikro-orm/core", "npm:@nestjs/testing"] - }, - { - "file": "apps/client-server/src/app/account/account.service.ts", - "hash": "8970327040085993012", - "deps": [ - "npm:@nestjs/common", - "socket-events", - "types", - "npm:type-fest" - ] - }, - { - "file": "apps/client-server/src/app/account/dtos/create-account.dto.ts", - "hash": "8704267120918608350", - "deps": ["npm:@nestjs/swagger", "types", "npm:class-validator"] - }, - { - "file": "apps/client-server/src/app/account/dtos/set-website-data-request.dto.ts", - "hash": "4934965046228256248", - "deps": ["npm:@nestjs/swagger", "types", "npm:class-validator"] - }, - { - "file": "apps/client-server/src/app/account/dtos/update-account.dto.ts", - "hash": "248300383144897700", - "deps": ["npm:@nestjs/swagger", "types", "npm:class-validator"] - }, - { - "file": "apps/client-server/src/app/app.controller.ts", - "hash": "8194742152470293406", - "deps": ["npm:@nestjs/common"] - }, - { - "file": "apps/client-server/src/app/app.module.ts", - "hash": "10581342287997110470", - "deps": [ - "npm:@nestjs/common", - "npm:@nestjs/schedule", - "npm:@nestjs/serve-static" - ] - }, - { - "file": "apps/client-server/src/app/app.service.ts", - "hash": "11721916879637653723", - "deps": ["npm:@nestjs/common", "npm:electron"] - }, - { - "file": "apps/client-server/src/app/common/controller/postybirb-controller.ts", - "hash": "16327926518226195408", - "deps": ["npm:@nestjs/common", "npm:@nestjs/swagger"] - }, - { - "file": "apps/client-server/src/app/common/service/modifiers/delete-query.ts", - "hash": "5902369960698549804", - "deps": ["npm:@nestjs/swagger"] - }, - { - "file": "apps/client-server/src/app/common/service/modifiers/on-database-query.ts", - "hash": "14386547938029149386", - "deps": ["npm:@mikro-orm/core"] - }, - { - "file": "apps/client-server/src/app/common/service/modifiers/on-database-update.ts", - "hash": "16955607498014519214", - "deps": ["npm:type-fest"] - }, - { - "file": "apps/client-server/src/app/common/service/postybirb-service.ts", - "hash": "10702065238682585789", - "deps": ["npm:@mikro-orm/core", "npm:@nestjs/common", "logger"] - }, - { - "file": "apps/client-server/src/app/constants.ts", - "hash": "3086665855430603595" - }, - { - "file": "apps/client-server/src/app/database/database.module.ts", - "hash": "11693319706234696021", - "deps": ["npm:@nestjs/common"] - }, - { - "file": "apps/client-server/src/app/database/entities/account.entity.ts", - "hash": "1349226517601407246", - "deps": ["npm:@mikro-orm/core", "types"] - }, - { - "file": "apps/client-server/src/app/database/entities/directory-watcher.entity.ts", - "hash": "6365449262094348713", - "deps": ["npm:@mikro-orm/core", "types"] - }, - { - "file": "apps/client-server/src/app/database/entities/index.ts", - "hash": "3108096701897095308" - }, - { - "file": "apps/client-server/src/app/database/entities/post-record.entity.ts", - "hash": "18278914859901842682", - "deps": ["npm:@mikro-orm/core", "types"] - }, - { - "file": "apps/client-server/src/app/database/entities/postybirb-entity.ts", - "hash": "11206741905794051417", - "deps": ["npm:@mikro-orm/core", "types", "npm:uuid"] - }, - { - "file": "apps/client-server/src/app/database/entities/settings.entity.ts", - "hash": "774142781577874801", - "deps": ["npm:@mikro-orm/core", "types"] - }, - { - "file": "apps/client-server/src/app/database/entities/submission-file.entity.ts", - "hash": "717117052160498138", - "deps": ["npm:@mikro-orm/core", "types"] - }, - { - "file": "apps/client-server/src/app/database/entities/submission.entity.ts", - "hash": "6560985512659368501", - "deps": ["npm:@mikro-orm/core", "types"] - }, - { - "file": "apps/client-server/src/app/database/entities/tag-converter.entity.ts", - "hash": "3264536200479873917", - "deps": ["npm:@mikro-orm/core", "types"] - }, - { - "file": "apps/client-server/src/app/database/entities/tag-group.entity.ts", - "hash": "5306281779419637800", - "deps": ["npm:@mikro-orm/core", "types"] - }, - { - "file": "apps/client-server/src/app/database/entities/user-specified-website-options.entity.ts", - "hash": "16297759424099292189", - "deps": ["npm:@mikro-orm/core", "types"] - }, - { - "file": "apps/client-server/src/app/database/entities/website-data.entity.ts", - "hash": "17375065765320849936", - "deps": ["npm:@mikro-orm/core", "types"] - }, - { - "file": "apps/client-server/src/app/database/entities/website-options.entity.ts", - "hash": "15543314313807463397", - "deps": ["npm:@mikro-orm/core", "types"] - }, - { - "file": "apps/client-server/src/app/database/entities/website-post-record.entity.ts", - "hash": "799666579269656107", - "deps": ["npm:@mikro-orm/core", "types"] - }, - { - "file": "apps/client-server/src/app/database/mikro-orm.providers.ts", - "hash": "2297778442689373511", - "deps": ["fs"] - }, - { - "file": "apps/client-server/src/app/database/repositories/postybirb-repository.ts", - "hash": "8919938719462697794", - "deps": [ - "npm:@mikro-orm/core", - "npm:@nestjs/common", - "types", - "npm:type-fest" - ] - }, - { - "file": "apps/client-server/src/app/database/subscribers/database.subscriber.ts", - "hash": "6642837537726457902", - "deps": [ - "npm:@mikro-orm/core", - "npm:@nestjs/common", - "npm:type-fest", - "npm:uuid" - ] - }, - { - "file": "apps/client-server/src/app/directory-watchers/directory-watchers.controller.ts", - "hash": "7473171856619777300", - "deps": ["npm:@nestjs/common", "npm:@nestjs/swagger"] - }, - { - "file": "apps/client-server/src/app/directory-watchers/directory-watchers.module.ts", - "hash": "11796056812259803475", - "deps": ["npm:@nestjs/common"] - }, - { - "file": "apps/client-server/src/app/directory-watchers/directory-watchers.service.spec.ts", - "hash": "14641158570151288824", - "deps": ["npm:@mikro-orm/core", "npm:@nestjs/testing", "types"] - }, - { - "file": "apps/client-server/src/app/directory-watchers/directory-watchers.service.ts", - "hash": "10570827415115525287", - "deps": [ - "npm:@nestjs/common", - "npm:@nestjs/schedule", - "types", - "npm:mime" - ] - }, - { - "file": "apps/client-server/src/app/directory-watchers/dtos/create-directory-watcher.dto.ts", - "hash": "9676440829607802249", - "deps": ["npm:@nestjs/swagger", "types", "npm:class-validator"] - }, - { - "file": "apps/client-server/src/app/directory-watchers/dtos/update-directory-watcher.dto.ts", - "hash": "16803226783798727527", - "deps": ["npm:@nestjs/swagger", "types", "npm:class-validator"] - }, - { - "file": "apps/client-server/src/app/file/file.controller.ts", - "hash": "1184739034799017332", - "deps": [ - "npm:@nestjs/common", - "npm:@nestjs/swagger", - "types", - "npm:mime" - ] - }, - { - "file": "apps/client-server/src/app/file/file.module.ts", - "hash": "9479422030321583603", - "deps": ["npm:@nestjs/common"] - }, - { - "file": "apps/client-server/src/app/file/file.service.spec.ts", - "hash": "3323970612902844127", - "deps": ["npm:@mikro-orm/core", "npm:@nestjs/testing", "fs", "types"] - }, - { - "file": "apps/client-server/src/app/file/file.service.ts", - "hash": "11379837768765469253", - "deps": ["npm:@nestjs/common", "fs", "logger", "types", "npm:fastq"] - }, - { - "file": "apps/client-server/src/app/file/models/multer-file-info.ts", - "hash": "9488922025538810274" - }, - { - "file": "apps/client-server/src/app/file/models/task-type.enum.ts", - "hash": "18187243442625413737" - }, - { - "file": "apps/client-server/src/app/file/models/task.ts", - "hash": "11637950949963078167", - "deps": ["types"] - }, - { - "file": "apps/client-server/src/app/file/services/create-file.service.ts", - "hash": "1953306500489712904", - "deps": [ - "npm:@nestjs/common", - "fs", - "logger", - "types", - "npm:hasha", - "npm:sharp", - "npm:uuid" - ] - }, - { - "file": "apps/client-server/src/app/file/services/update-file.service.ts", - "hash": "9613882952087909602", - "deps": [ - "npm:@nestjs/common", - "logger", - "types", - "utils-file-type", - "npm:hasha" - ] - }, - { - "file": "apps/client-server/src/app/file/utils/image.util.ts", - "hash": "4283857277735460962", - "deps": ["npm:sharp"] - }, - { - "file": "apps/client-server/src/app/form-generator/dtos/form-generation-request.dto.ts", - "hash": "2372523030600080364", - "deps": ["npm:@nestjs/swagger", "types", "npm:class-validator"] - }, - { - "file": "apps/client-server/src/app/form-generator/form-generator.controller.ts", - "hash": "1499296916263769179", - "deps": ["npm:@nestjs/common", "npm:@nestjs/swagger", "types"] - }, - { - "file": "apps/client-server/src/app/form-generator/form-generator.module.ts", - "hash": "1093588572004017781", - "deps": ["npm:@nestjs/common"] - }, - { - "file": "apps/client-server/src/app/form-generator/form-generator.service.spec.ts", - "hash": "15107203006964009131", - "deps": [ - "npm:@mikro-orm/core", - "npm:@nestjs/common", - "npm:@nestjs/testing", - "types" - ] - }, - { - "file": "apps/client-server/src/app/form-generator/form-generator.service.ts", - "hash": "5652515629179922899", - "deps": ["npm:@nestjs/common", "form-builder", "types"] - }, - { - "file": "apps/client-server/src/app/post-parsers/models/description-node/block-description-node.ts", - "hash": "17989794155042003115", - "deps": ["types"] - }, - { - "file": "apps/client-server/src/app/post-parsers/models/description-node/description-node-tree.ts", - "hash": "130952965013968948", - "deps": ["types", "npm:turndown"] - }, - { - "file": "apps/client-server/src/app/post-parsers/models/description-node/description-node.base.ts", - "hash": "16279997671194357311", - "deps": ["types"] - }, - { - "file": "apps/client-server/src/app/post-parsers/models/description-node/description-node.types.ts", - "hash": "4287467070894301798" - }, - { - "file": "apps/client-server/src/app/post-parsers/models/description-node/inline-description-node.ts", - "hash": "17472795830884006128", - "deps": ["types"] - }, - { - "file": "apps/client-server/src/app/post-parsers/models/description-node/text-description-node.ts", - "hash": "9407668745873346045", - "deps": ["types"] - }, - { - "file": "apps/client-server/src/app/post-parsers/parsers/description-parser.service.spec.ts", - "hash": "11002124758252183957", - "deps": ["npm:@nestjs/testing", "types", "npm:type-fest"] - }, - { - "file": "apps/client-server/src/app/post-parsers/parsers/description-parser.service.ts", - "hash": "15817392908908709810", - "deps": ["npm:@nestjs/common", "types", "npm:type-fest"] - }, - { - "file": "apps/client-server/src/app/post-parsers/parsers/rating-parser.spec.ts", - "hash": "13228608062011316528", - "deps": ["types"] - }, - { - "file": "apps/client-server/src/app/post-parsers/parsers/rating-parser.ts", - "hash": "6600819637593644567", - "deps": ["types"] - }, - { - "file": "apps/client-server/src/app/post-parsers/parsers/tag-parser.service.spec.ts", - "hash": "11040436215963140139", - "deps": ["npm:@nestjs/testing", "types"] - }, - { - "file": "apps/client-server/src/app/post-parsers/parsers/tag-parser.service.ts", - "hash": "2872378930265214534", - "deps": ["npm:@nestjs/common", "types", "npm:lodash"] - }, - { - "file": "apps/client-server/src/app/post-parsers/parsers/title-parser.service.spec.ts", - "hash": "7253177043308071240", - "deps": ["npm:@nestjs/testing", "types"] - }, - { - "file": "apps/client-server/src/app/post-parsers/parsers/title-parser.service.ts", - "hash": "882686171828147342", - "deps": ["npm:@nestjs/common", "form-builder", "types"] - }, - { - "file": "apps/client-server/src/app/post-parsers/post-parsers.module.ts", - "hash": "6364720488272884430", - "deps": ["npm:@nestjs/common"] - }, - { - "file": "apps/client-server/src/app/post-parsers/post-parsers.service.ts", - "hash": "18398270406642717147", - "deps": ["npm:@nestjs/common", "types"] - }, - { - "file": "apps/client-server/src/app/post-parsers/schemas/description-schema.ts", - "hash": "11457499564763415105" - }, - { - "file": "apps/client-server/src/app/post/dtos/queue-post-record.dto.ts", - "hash": "2830543682569274110", - "deps": ["npm:@nestjs/swagger", "types", "npm:class-validator"] - }, - { - "file": "apps/client-server/src/app/post/models/cancellable-token.ts", - "hash": "16922630542921757597" - }, - { - "file": "apps/client-server/src/app/post/models/image-resize-props.ts", - "hash": "15629419537004505141" - }, - { - "file": "apps/client-server/src/app/post/models/posting-file.ts", - "hash": "4726361501803605314", - "deps": ["types", "utils-file-type"] - }, - { - "file": "apps/client-server/src/app/post/post-file-resizer.service.spec.ts", - "hash": "4796735000789206811", - "deps": ["npm:@mikro-orm/core", "npm:@nestjs/testing", "types"] - }, - { - "file": "apps/client-server/src/app/post/post-file-resizer.service.ts", - "hash": "4024094994768003017", - "deps": [ - "npm:@mikro-orm/core", - "npm:@nestjs/common", - "logger", - "types", - "utils-file-type", - "npm:fastq", - "npm:sharp" - ] - }, - { - "file": "apps/client-server/src/app/post/post-manager.service.spec.ts", - "hash": "10622929710485055897", - "deps": ["npm:@mikro-orm/core", "npm:@nestjs/testing", "types"] - }, - { - "file": "apps/client-server/src/app/post/post-manager.service.ts", - "hash": "13247844944578862715", - "deps": [ - "npm:@mikro-orm/core", - "npm:@nestjs/common", - "logger", - "types", - "utils-file-type", - "npm:lodash" - ] - }, - { - "file": "apps/client-server/src/app/post/post.controller.ts", - "hash": "15751266378827801072", - "deps": ["npm:@nestjs/common", "npm:@nestjs/swagger"] - }, - { - "file": "apps/client-server/src/app/post/post.module.ts", - "hash": "11159112879019475831", - "deps": ["npm:@nestjs/common"] - }, - { - "file": "apps/client-server/src/app/post/post.service.spec.ts", - "hash": "17473070202495651469", - "deps": ["npm:@mikro-orm/core", "npm:@nestjs/testing", "types"] - }, - { - "file": "apps/client-server/src/app/post/post.service.ts", - "hash": "5165333587669731641", - "deps": [ - "npm:@nestjs/common", - "npm:@nestjs/schedule", - "types", - "npm:croner", - "npm:lodash" - ] - }, - { - "file": "apps/client-server/src/app/security-and-authentication/ssl.ts", - "hash": "8178672247930451180", - "deps": ["logger", "npm:electron", "npm:node-forge"] - }, - { - "file": "apps/client-server/src/app/settings/dtos/update-settings.dto.ts", - "hash": "17807694903343350626", - "deps": ["npm:@nestjs/swagger", "types", "npm:class-validator"] - }, - { - "file": "apps/client-server/src/app/settings/dtos/update-startup-settings.dto.ts", - "hash": "4993020961775392611", - "deps": [ - "npm:@nestjs/swagger", - "utils-electron", - "npm:class-validator" - ] - }, - { - "file": "apps/client-server/src/app/settings/settings.constants.ts", - "hash": "10682855129186139376", - "deps": ["types"] - }, - { - "file": "apps/client-server/src/app/settings/settings.controller.ts", - "hash": "558899031329193058", - "deps": ["npm:@nestjs/common", "npm:@nestjs/swagger"] - }, - { - "file": "apps/client-server/src/app/settings/settings.events.ts", - "hash": "11063624533331272554", - "deps": ["socket-events"] - }, - { - "file": "apps/client-server/src/app/settings/settings.module.ts", - "hash": "2265625782440016473", - "deps": ["npm:@nestjs/common"] - }, - { - "file": "apps/client-server/src/app/settings/settings.service.spec.ts", - "hash": "17751612027397130245", - "deps": ["npm:@mikro-orm/core", "npm:@nestjs/testing"] - }, - { - "file": "apps/client-server/src/app/settings/settings.service.ts", - "hash": "16266058076037502834", - "deps": ["npm:@nestjs/common", "socket-events", "utils-electron"] - }, - { - "file": "apps/client-server/src/app/submission/dtos/create-submission.dto.ts", - "hash": "4407298331099934282", - "deps": ["npm:@nestjs/swagger", "types", "npm:class-validator"] - }, - { - "file": "apps/client-server/src/app/submission/dtos/submission.dto.ts", - "hash": "4220915741492914036", - "deps": ["npm:@nestjs/swagger", "types", "npm:class-validator"] - }, - { - "file": "apps/client-server/src/app/submission/dtos/update-submission-template-name.dto.ts", - "hash": "13789761360885047905", - "deps": ["npm:@nestjs/swagger", "types", "npm:class-validator"] - }, - { - "file": "apps/client-server/src/app/submission/dtos/update-submission.dto.ts", - "hash": "1040493853607521292", - "deps": ["npm:@nestjs/swagger", "types", "npm:class-validator"] - }, - { - "file": "apps/client-server/src/app/submission/file-submission.controller.ts", - "hash": "16512142187363335611", - "deps": [ - "npm:@nestjs/common", - "npm:@nestjs/platform-express", - "npm:@nestjs/swagger", - "types" - ] - }, - { - "file": "apps/client-server/src/app/submission/services/file-submission.service.ts", - "hash": "8953684007034572476", - "deps": ["npm:@nestjs/common", "types"] - }, - { - "file": "apps/client-server/src/app/submission/services/message-submission.service.ts", - "hash": "5054438984340108793", - "deps": ["npm:@nestjs/common", "types"] - }, - { - "file": "apps/client-server/src/app/submission/services/submission-service.interface.ts", - "hash": "16326076430210214546", - "deps": ["types"] - }, - { - "file": "apps/client-server/src/app/submission/services/submission.service.spec.ts", - "hash": "10215896926695589852", - "deps": [ - "npm:@mikro-orm/core", - "npm:@nestjs/common", - "npm:@nestjs/testing", - "fs", - "types" - ] - }, - { - "file": "apps/client-server/src/app/submission/services/submission.service.ts", - "hash": "4651597045112205006", - "deps": [ - "npm:@mikro-orm/core", - "npm:@nestjs/common", - "socket-events", - "types", - "npm:lodash", - "npm:uuid" - ] - }, - { - "file": "apps/client-server/src/app/submission/submission.controller.ts", - "hash": "17362756450467431337", - "deps": [ - "npm:@nestjs/common", - "npm:@nestjs/platform-express", - "npm:@nestjs/swagger", - "types" - ] - }, - { - "file": "apps/client-server/src/app/submission/submission.events.ts", - "hash": "7224965490182375637", - "deps": ["socket-events", "types"] - }, - { - "file": "apps/client-server/src/app/submission/submission.module.ts", - "hash": "5679053250881309011", - "deps": [ - "npm:@nestjs/common", - "npm:@nestjs/platform-express", - "fs", - "npm:multer", - "npm:uuid" - ] - }, - { - "file": "apps/client-server/src/app/tag-converters/dtos/create-tag-converter.dto.ts", - "hash": "1974875162502494957", - "deps": ["npm:@nestjs/swagger", "types", "npm:class-validator"] - }, - { - "file": "apps/client-server/src/app/tag-converters/dtos/update-tag-converter.dto.ts", - "hash": "10618053304367786006", - "deps": ["npm:@nestjs/swagger", "types", "npm:class-validator"] - }, - { - "file": "apps/client-server/src/app/tag-converters/tag-converter.events.ts", - "hash": "8791867922063231445", - "deps": ["socket-events", "types"] - }, - { - "file": "apps/client-server/src/app/tag-converters/tag-converters.controller.ts", - "hash": "2009560298265949917", - "deps": ["npm:@nestjs/common", "npm:@nestjs/swagger"] - }, - { - "file": "apps/client-server/src/app/tag-converters/tag-converters.module.ts", - "hash": "2876743183646622144", - "deps": ["npm:@nestjs/common"] - }, - { - "file": "apps/client-server/src/app/tag-converters/tag-converters.service.spec.ts", - "hash": "7722005992871729061", - "deps": [ - "npm:@mikro-orm/core", - "npm:@nestjs/common", - "npm:@nestjs/testing" - ] - }, - { - "file": "apps/client-server/src/app/tag-converters/tag-converters.service.ts", - "hash": "11321808818637664678", - "deps": ["npm:@nestjs/common", "socket-events"] - }, - { - "file": "apps/client-server/src/app/tag-groups/dtos/create-tag-group.dto.ts", - "hash": "10126343640801243465", - "deps": ["npm:@nestjs/swagger", "types", "npm:class-validator"] - }, - { - "file": "apps/client-server/src/app/tag-groups/dtos/update-tag-group.dto.ts", - "hash": "10508416238580655958", - "deps": ["npm:@nestjs/swagger", "types", "npm:class-validator"] - }, - { - "file": "apps/client-server/src/app/tag-groups/tag-group.events.ts", - "hash": "4071720384625360311", - "deps": ["socket-events", "types"] - }, - { - "file": "apps/client-server/src/app/tag-groups/tag-groups.controller.ts", - "hash": "237996977398921666", - "deps": ["npm:@nestjs/common", "npm:@nestjs/swagger"] - }, - { - "file": "apps/client-server/src/app/tag-groups/tag-groups.module.ts", - "hash": "15454247002879373283", - "deps": ["npm:@nestjs/common"] - }, - { - "file": "apps/client-server/src/app/tag-groups/tag-groups.service.spec.ts", - "hash": "11682862594767821581", - "deps": [ - "npm:@mikro-orm/core", - "npm:@nestjs/common", - "npm:@nestjs/testing" - ] - }, - { - "file": "apps/client-server/src/app/tag-groups/tag-groups.service.ts", - "hash": "2968641284004205745", - "deps": ["npm:@nestjs/common", "socket-events"] - }, - { - "file": "apps/client-server/src/app/test-files/README.md", - "hash": "9967399696387040814" - }, - { - "file": "apps/client-server/src/app/test-files/png_no_alpha.png", - "hash": "7625395876981471077" - }, - { - "file": "apps/client-server/src/app/test-files/png_with_alpha.png", - "hash": "16650201886434575695" - }, - { - "file": "apps/client-server/src/app/test-files/small_image.jpg", - "hash": "3982096672016996779" - }, - { - "file": "apps/client-server/src/app/update/update.controller.ts", - "hash": "17326009382759936160", - "deps": ["npm:@nestjs/common"] - }, - { - "file": "apps/client-server/src/app/update/update.module.ts", - "hash": "10265902066154596166", - "deps": ["npm:@nestjs/common"] - }, - { - "file": "apps/client-server/src/app/update/update.service.ts", - "hash": "18435038744364156982", - "deps": [ - "npm:@nestjs/common", - "npm:@nestjs/schedule", - "logger", - "npm:winston" - ] - }, - { - "file": "apps/client-server/src/app/user-specified-website-options/dtos/create-user-specified-website-options.dto.ts", - "hash": "15679005541926510955", - "deps": ["npm:@nestjs/swagger", "types", "npm:class-validator"] - }, - { - "file": "apps/client-server/src/app/user-specified-website-options/dtos/update-user-specified-website-options.dto.ts", - "hash": "4859703667334157458", - "deps": ["npm:@nestjs/swagger", "types", "npm:class-validator"] - }, - { - "file": "apps/client-server/src/app/user-specified-website-options/user-specified-website-options.controller.ts", - "hash": "16632643310641932016", - "deps": ["npm:@nestjs/common", "npm:@nestjs/swagger"] - }, - { - "file": "apps/client-server/src/app/user-specified-website-options/user-specified-website-options.module.ts", - "hash": "8135105828328179059", - "deps": ["npm:@nestjs/common"] - }, - { - "file": "apps/client-server/src/app/user-specified-website-options/user-specified-website-options.service.spec.ts", - "hash": "16089536641071326762", - "deps": [ - "npm:@mikro-orm/core", - "npm:@nestjs/common", - "npm:@nestjs/testing", - "types" - ] - }, - { - "file": "apps/client-server/src/app/user-specified-website-options/user-specified-website-options.service.ts", - "hash": "10159426073468663485", - "deps": ["npm:@nestjs/common", "types"] - }, - { - "file": "apps/client-server/src/app/utils/coerce.util.ts", - "hash": "5307390324732948672" - }, - { - "file": "apps/client-server/src/app/utils/filesize.util.ts", - "hash": "210643507037567977" - }, - { - "file": "apps/client-server/src/app/utils/test.util.ts", - "hash": "5246820050249172706" - }, - { - "file": "apps/client-server/src/app/utils/wait.util.ts", - "hash": "7341882911234057578" - }, - { - "file": "apps/client-server/src/app/web-socket/models/web-socket-event.ts", - "hash": "6131642307264249701" - }, - { - "file": "apps/client-server/src/app/web-socket/web-socket-adapter.ts", - "hash": "3888250367705166237", - "deps": ["npm:@nestjs/platform-socket.io", "npm:socket.io"] - }, - { - "file": "apps/client-server/src/app/web-socket/web-socket-gateway.ts", - "hash": "12117067472964942071", - "deps": ["npm:@nestjs/websockets", "npm:socket.io"] - }, - { - "file": "apps/client-server/src/app/web-socket/web-socket.events.ts", - "hash": "1279671538991227248" - }, - { - "file": "apps/client-server/src/app/web-socket/web-socket.module.ts", - "hash": "7580172529622122017", - "deps": ["npm:@nestjs/common"] - }, - { - "file": "apps/client-server/src/app/website-options/dtos/create-website-options.dto.ts", - "hash": "8038174152225943185", - "deps": ["npm:@nestjs/swagger", "types", "npm:class-validator"] - }, - { - "file": "apps/client-server/src/app/website-options/dtos/update-website-options.dto.ts", - "hash": "14369711132795575666", - "deps": ["npm:@nestjs/swagger", "types", "npm:class-validator"] - }, - { - "file": "apps/client-server/src/app/website-options/dtos/validate-website-options.dto.ts", - "hash": "18052523780316143246", - "deps": ["npm:@nestjs/swagger", "types", "npm:class-validator"] - }, - { - "file": "apps/client-server/src/app/website-options/website-options.controller.ts", - "hash": "6306292097605430412", - "deps": ["npm:@nestjs/common", "npm:@nestjs/swagger", "types"] - }, - { - "file": "apps/client-server/src/app/website-options/website-options.module.ts", - "hash": "9780272159196659657", - "deps": ["npm:@nestjs/common"] - }, - { - "file": "apps/client-server/src/app/website-options/website-options.service.spec.ts", - "hash": "1447380219376011944", - "deps": ["npm:@mikro-orm/core", "npm:@nestjs/testing", "types"] - }, - { - "file": "apps/client-server/src/app/website-options/website-options.service.ts", - "hash": "11013179863875467037", - "deps": ["npm:@nestjs/common", "types"] - }, - { - "file": "apps/client-server/src/app/websites/decorators/disable-ads.decorator.ts", - "hash": "12874068737173942872" - }, - { - "file": "apps/client-server/src/app/websites/decorators/login-flow.decorator.ts", - "hash": "577217174872841796", - "deps": ["types", "npm:type-fest"] - }, - { - "file": "apps/client-server/src/app/websites/decorators/supports-description.decorator.ts", - "hash": "18264652819333969891", - "deps": ["types", "npm:type-fest"] - }, - { - "file": "apps/client-server/src/app/websites/decorators/supports-files.decorator.ts", - "hash": "17083686064330867999", - "deps": ["types", "npm:type-fest"] - }, - { - "file": "apps/client-server/src/app/websites/decorators/supports-tags.decorator.ts", - "hash": "7912316131539566317", - "deps": ["types", "npm:type-fest"] - }, - { - "file": "apps/client-server/src/app/websites/decorators/supports-username-shortcut.decorator.ts", - "hash": "6848303138809457952", - "deps": ["types", "npm:type-fest"] - }, - { - "file": "apps/client-server/src/app/websites/decorators/website-decorator-props.ts", - "hash": "605120494052573481", - "deps": ["types", "npm:loglayer", "npm:type-fest"] - }, - { - "file": "apps/client-server/src/app/websites/decorators/website-metadata.decorator.ts", - "hash": "13896779018695229156", - "deps": ["types", "npm:type-fest"] - }, - { - "file": "apps/client-server/src/app/websites/dtos/oauth-website-request.dto.ts", - "hash": "8322728390202856613", - "deps": ["npm:@nestjs/swagger", "types", "npm:class-validator"] - }, - { - "file": "apps/client-server/src/app/websites/implementations/default/default.website.ts", - "hash": "11053581557539341397", - "deps": ["types"] - }, - { - "file": "apps/client-server/src/app/websites/implementations/discord/discord.website.ts", - "hash": "17666604898146676633", - "deps": ["types", "npm:type-fest"] - }, - { - "file": "apps/client-server/src/app/websites/implementations/discord/models/discord-account-data.ts", - "hash": "3468795671103549494" - }, - { - "file": "apps/client-server/src/app/websites/implementations/discord/models/discord-file-submission.ts", - "hash": "1715768922909772971", - "deps": ["form-builder", "types"] - }, - { - "file": "apps/client-server/src/app/websites/implementations/discord/models/discord-message-submission.ts", - "hash": "17422298536098705072", - "deps": ["form-builder", "types"] - }, - { - "file": "apps/client-server/src/app/websites/implementations/fur-affinity/fur-affinity.website.ts", - "hash": "5210151641378425919", - "deps": ["http", "types", "npm:type-fest"] - }, - { - "file": "apps/client-server/src/app/websites/implementations/fur-affinity/models/fur-affinity-account-data.ts", - "hash": "354300212682601325" - }, - { - "file": "apps/client-server/src/app/websites/implementations/fur-affinity/models/fur-affinity-file-submission.ts", - "hash": "7525148268066227513", - "deps": ["form-builder", "types"] - }, - { - "file": "apps/client-server/src/app/websites/implementations/fur-affinity/models/fur-affinity-message-submission.ts", - "hash": "10075797388890711990", - "deps": ["form-builder", "types"] - }, - { - "file": "apps/client-server/src/app/websites/implementations/index.ts", - "hash": "8214281101259302087", - "deps": ["npm:@nestjs/common", "npm:type-fest"] - }, - { - "file": "apps/client-server/src/app/websites/implementations/test/models/test-file-submission.ts", - "hash": "15336194776066935261", - "deps": ["form-builder", "types"] - }, - { - "file": "apps/client-server/src/app/websites/implementations/test/models/test-message-submission.ts", - "hash": "5541698993853699068", - "deps": ["form-builder", "types"] - }, - { - "file": "apps/client-server/src/app/websites/implementations/test/test.website.ts", - "hash": "8106715410600241887", - "deps": ["types", "npm:type-fest"] - }, - { - "file": "apps/client-server/src/app/websites/models/data-property-accessibility.ts", - "hash": "8129307877721721570" - }, - { - "file": "apps/client-server/src/app/websites/models/default-website-options.ts", - "hash": "11750161738389614876", - "deps": ["form-builder", "types"] - }, - { - "file": "apps/client-server/src/app/websites/models/website-modifiers/file-website.ts", - "hash": "9880020848007154491", - "deps": ["types", "npm:type-fest"] - }, - { - "file": "apps/client-server/src/app/websites/models/website-modifiers/message-website.ts", - "hash": "16580190836236891149", - "deps": ["types", "npm:type-fest"] - }, - { - "file": "apps/client-server/src/app/websites/models/website-modifiers/oauth-website.ts", - "hash": "1899481882044359115" - }, - { - "file": "apps/client-server/src/app/websites/models/website-modifiers/with-custom-description-parser.ts", - "hash": "16118066359050229400" - }, - { - "file": "apps/client-server/src/app/websites/website-data-manager.spec.ts", - "hash": "15175195983991019331", - "deps": ["npm:@mikro-orm/core", "npm:@nestjs/testing", "types"] - }, - { - "file": "apps/client-server/src/app/websites/website-data-manager.ts", - "hash": "13229645412232338994", - "deps": ["logger", "types"] - }, - { - "file": "apps/client-server/src/app/websites/website-registry.service.spec.ts", - "hash": "2300050350253021518", - "deps": ["npm:@mikro-orm/core", "npm:@nestjs/testing"] - }, - { - "file": "apps/client-server/src/app/websites/website-registry.service.ts", - "hash": "6498467229747832629", - "deps": [ - "npm:@nestjs/common", - "logger", - "socket-events", - "types", - "npm:type-fest" - ] - }, - { - "file": "apps/client-server/src/app/websites/website.events.ts", - "hash": "18421037809580253202", - "deps": ["socket-events", "types"] - }, - { - "file": "apps/client-server/src/app/websites/website.spec.ts", - "hash": "7370025640496830856", - "deps": ["npm:@mikro-orm/core", "npm:@nestjs/testing"] - }, - { - "file": "apps/client-server/src/app/websites/website.ts", - "hash": "7077463608685589313", - "deps": ["logger", "types", "utils-electron", "npm:electron"] - }, - { - "file": "apps/client-server/src/app/websites/websites.controller.ts", - "hash": "12629358581768211999", - "deps": ["npm:@nestjs/common", "npm:@nestjs/swagger", "types"] - }, - { - "file": "apps/client-server/src/app/websites/websites.module.ts", - "hash": "3830514330767944791", - "deps": ["npm:@nestjs/common"] - }, - { - "file": "apps/client-server/src/assets/.gitkeep", - "hash": "3244421341483603138" - }, - { - "file": "apps/client-server/src/environments/environment.prod.ts", - "hash": "3926102656993804675" - }, - { - "file": "apps/client-server/src/environments/environment.ts", - "hash": "15487705001507578664" - }, - { - "file": "apps/client-server/src/main.ts", - "hash": "870083577424219818", - "deps": [ - "npm:@mikro-orm/core", - "npm:@nestjs/common", - "npm:@nestjs/core", - "npm:@nestjs/swagger", - "fs", - "utils-electron", - "npm:compression", - "npm:sharp" - ] - }, - { - "file": "apps/client-server/tsconfig.app.json", - "hash": "6431413020130098933" - }, - { - "file": "apps/client-server/tsconfig.json", - "hash": "17844214084672627494" - }, - { - "file": "apps/client-server/tsconfig.spec.json", - "hash": "15160558939695790442" - } - ], - "utils-electron": [ - { - "file": "libs/utils/electron/.eslintrc.json", - "hash": "12024122603783128302" - }, - { - "file": "libs/utils/electron/README.md", - "hash": "16046085464431333710" - }, - { - "file": "libs/utils/electron/jest.config.ts", - "hash": "11272245091796231395" - }, - { - "file": "libs/utils/electron/project.json", - "hash": "12966471158318739265" - }, - { - "file": "libs/utils/electron/src/index.ts", - "hash": "10075382703053136204" - }, - { - "file": "libs/utils/electron/src/lib/postybirb-env-config.ts", - "hash": "16515193562493942286", - "deps": ["npm:electron", "npm:minimist"] - }, - { - "file": "libs/utils/electron/src/lib/startup-options-electron.ts", - "hash": "5333668474490580092", - "deps": ["npm:electron"] - }, - { - "file": "libs/utils/electron/src/lib/utils-electron.spec.ts", - "hash": "13091775416529606284" - }, - { - "file": "libs/utils/electron/src/lib/utils-electron.ts", - "hash": "4236897742913245273" - }, - { - "file": "libs/utils/electron/tsconfig.json", - "hash": "10350118006677734429" - }, - { - "file": "libs/utils/electron/tsconfig.lib.json", - "hash": "6703974396856631041" - }, - { - "file": "libs/utils/electron/tsconfig.spec.json", - "hash": "710120864806118059" - } - ], - "logger": [ - { - "file": "libs/logger/.eslintrc.json", - "hash": "10779212428806231320" - }, - { - "file": "libs/logger/README.md", - "hash": "13101014336631186225" - }, - { - "file": "libs/logger/jest.config.ts", - "hash": "14199498881911857815" - }, - { - "file": "libs/logger/project.json", - "hash": "15588034800570797021" - }, - { - "file": "libs/logger/src/index.ts", - "hash": "14569750133596645570" - }, - { - "file": "libs/logger/src/lib/error-constructors.ts", - "hash": "8147740441130886777" - }, - { - "file": "libs/logger/src/lib/logger.ts", - "hash": "1885782868334815300", - "deps": ["npm:loglayer", "npm:winston", ["npm:winston", "dynamic"]] - }, - { - "file": "libs/logger/src/lib/serializers/serialize-dev-log.ts", - "hash": "1151577734720561954", - "deps": ["npm:winston", "npm:triple-beam"] - }, - { - "file": "libs/logger/src/lib/serializers/serialize-errors.ts", - "hash": "12825582999250841702" - }, - { - "file": "libs/logger/src/lib/serializers/service-context.ts", - "hash": "15448362709981366323", - "deps": ["npm:uuid"] - }, - { - "file": "libs/logger/tsconfig.json", - "hash": "8247827118343295977" - }, - { - "file": "libs/logger/tsconfig.lib.json", - "hash": "7393772408091937660" - }, - { - "file": "libs/logger/tsconfig.spec.json", - "hash": "17319235461853020228" - } - ] - } - } -} diff --git a/.nx/workspace-data/lockfile.hash b/.nx/workspace-data/lockfile.hash deleted file mode 100644 index 036a3300..00000000 --- a/.nx/workspace-data/lockfile.hash +++ /dev/null @@ -1 +0,0 @@ -18333835443859636804 \ No newline at end of file diff --git a/.nx/workspace-data/nx_files.nxt b/.nx/workspace-data/nx_files.nxt deleted file mode 100644 index aff0c7f70ab1be006a75d20fed05e173244daf51..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 62868 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