@africanies/angular-web-sdk 0.1.0 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (71) hide show
  1. package/.angular/cache/22.0.9/playground/.tsbuildinfo +1 -1
  2. package/.angular/cache/22.0.9/playground/angular-compiler.db +0 -0
  3. package/.angular/cache/22.0.9/playground/angular-compiler.db-lock +0 -0
  4. package/.github/workflows/deploy-demo.yml +63 -0
  5. package/.nx/cache/run.json +14 -14
  6. package/.nx/cache/terminalOutputs/13524438527920092277 +196 -21
  7. package/.nx/cache/terminalOutputs/14153928176747262656 +45 -21
  8. package/.nx/cache/terminalOutputs/14416694322692463866 +108 -21
  9. package/.nx/cache/terminalOutputs/15255861479705594703 +51 -21
  10. package/.nx/cache/terminalOutputs/18132311043100376919 +315 -21
  11. package/.nx/cache/terminalOutputs/2436781291243085315 +8 -0
  12. package/.nx/cache/terminalOutputs/6664915487114632770 +44 -21
  13. package/.nx/cache/terminalOutputs/8767335728598176888 +37 -0
  14. package/.nx/cache/terminalOutputs/9739655320223921719 +47 -0
  15. package/.nx/workspace-data/0091ABA9-5C90-580D-953C-8C94E763ADB5-v3.db +0 -0
  16. package/.nx/workspace-data/0091ABA9-5C90-580D-953C-8C94E763ADB5-v3.db-shm +0 -0
  17. package/.nx/workspace-data/0091ABA9-5C90-580D-953C-8C94E763ADB5-v3.db-wal +0 -0
  18. package/.nx/workspace-data/d/daemon.log +1683 -0
  19. package/.nx/workspace-data/d/server-process.json +2 -2
  20. package/.nx/workspace-data/file-map.json +475 -518
  21. package/.nx/workspace-data/nx_files.nxt +0 -0
  22. package/.nx/workspace-data/project-graph.json +6 -6
  23. package/.nx/workspace-data/project-graph.lock +0 -0
  24. package/.nx/workspace-data/source-maps.json +80 -0
  25. package/.pnpm-store/v11/index.db +0 -0
  26. package/README.md +14 -2
  27. package/apps/playground/src/app/app.config.ts +28 -3
  28. package/dist/apps/playground/3rdpartylicenses.txt +415 -0
  29. package/dist/apps/playground/browser/assets/africanies-icons/icons.sprite.svg +1844 -0
  30. package/dist/apps/playground/browser/assets/africanies-ui/brand/africanies-logo-mini.png +0 -0
  31. package/dist/apps/playground/browser/assets/africanies-ui/brand/africanies-logo.png +0 -0
  32. package/dist/apps/playground/browser/assets/africanies-ui/brand/africanies-logo.svg +5 -0
  33. package/dist/apps/playground/browser/assets/africanies-ui/carriers/dhl.svg +7 -0
  34. package/dist/apps/playground/browser/chunk--VJ6U9Ev.js +2 -0
  35. package/dist/apps/playground/browser/chunk-B1QVY0hA.js +1 -0
  36. package/dist/apps/playground/browser/chunk-BHI7MG2Y.js +1 -0
  37. package/dist/apps/playground/browser/chunk-BJ5IK8Re.js +1 -0
  38. package/dist/apps/playground/browser/chunk-BOSfyWK2.js +1 -0
  39. package/dist/apps/playground/browser/chunk-BYPboEAg.js +1 -0
  40. package/dist/apps/playground/browser/chunk-BZBRtbFJ.js +1 -0
  41. package/dist/apps/playground/browser/chunk-BdrGkq40.js +1 -0
  42. package/dist/apps/playground/browser/chunk-Bej5a2xR.js +1 -0
  43. package/dist/apps/playground/browser/chunk-Bg3QC1eL.js +1 -0
  44. package/dist/apps/playground/browser/chunk-BsnTz1m5.js +1 -0
  45. package/dist/apps/playground/browser/chunk-C5kLunTi.js +1 -0
  46. package/dist/apps/playground/browser/chunk-C6tu3y81.js +1 -0
  47. package/dist/apps/playground/browser/chunk-C96WSpFp.js +1 -0
  48. package/dist/apps/playground/browser/chunk-CCnOVzbz.js +2 -0
  49. package/dist/apps/playground/browser/chunk-CERmZ9We.js +1 -0
  50. package/dist/apps/playground/browser/chunk-CZBTrY_H.js +68 -0
  51. package/dist/apps/playground/browser/chunk-Cg7brw6x.js +4070 -0
  52. package/dist/apps/playground/browser/chunk-CjTyStrr.js +1 -0
  53. package/dist/apps/playground/browser/chunk-CjYlnYC7.js +1 -0
  54. package/dist/apps/playground/browser/chunk-ClSUoZp8.js +292 -0
  55. package/dist/apps/playground/browser/chunk-CsrxfMap.js +1 -0
  56. package/dist/apps/playground/browser/chunk-CtndMAe2.js +1 -0
  57. package/dist/apps/playground/browser/chunk-Cy-ZOZI8.js +1 -0
  58. package/dist/apps/playground/browser/chunk-D3-jrtyv.js +1 -0
  59. package/dist/apps/playground/browser/chunk-D3vgrlDF.js +1 -0
  60. package/dist/apps/playground/browser/chunk-D48aVVTv.js +1 -0
  61. package/dist/apps/playground/browser/chunk-D4V3eSCv.js +1 -0
  62. package/dist/apps/playground/browser/chunk-DK715t6D.js +1 -0
  63. package/dist/apps/playground/browser/chunk-DUkct7WP.js +1 -0
  64. package/dist/apps/playground/browser/chunk-Y9ccR-I6.js +1 -0
  65. package/dist/apps/playground/browser/chunk-lfUHaltX.js +1 -0
  66. package/dist/apps/playground/browser/favicon.ico +0 -0
  67. package/dist/apps/playground/browser/index.html +14 -0
  68. package/dist/apps/playground/browser/main-WEJC3BLT.js +148 -0
  69. package/dist/apps/playground/browser/styles-4FSELHYD.css +1 -0
  70. package/dist/apps/playground/prerendered-routes.json +3 -0
  71. package/package.json +31 -8
@@ -18863,3 +18863,1686 @@ DEBUG nx::native::watch::watcher: [update] .husky/_/pre-applypatch
18863
18863
  DEBUG nx::native::watch::watcher: [update] .husky/_/.gitignore
18864
18864
  DEBUG nx::native::watch::watcher: [update] .husky/_/post-rewrite
18865
18865
  [NX v23.1.1 Daemon Server] - 2026-08-25T16:18:03.147Z - [WATCHER]: Processing file changes in outputs
18866
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=1
18867
+ DEBUG nx::native::watch::watcher: [update] README.md
18868
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=1
18869
+ DEBUG nx::native::watch::watcher: [update] README.md
18870
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:22:23.976Z - [WATCHER]: README.md was modified
18871
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:22:23.980Z - [WATCHER]: [watcher] routeWorkspaceChanges batch: 1 events: update:README.md
18872
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:22:23.980Z - [WATCHER]: File changes detected:
18873
+ Created:
18874
+ (none)
18875
+ Updated:
18876
+ - README.md
18877
+ Deleted:
18878
+ (none)
18879
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:22:23.988Z - [SYNC]: clearing sync generators cache due to file changes
18880
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:22:23.990Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
18881
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:22:23.990Z - [REQUEST]: README.md
18882
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:22:23.990Z - [REQUEST]:
18883
+ [plugin-client] restarting worker for "nx/js/dependencies-and-lockfile"
18884
+ [isolated-plugin] spawned worker for "nx/js/dependencies-and-lockfile" (pid: 58321, socket: /private/tmp/plugin32562-65-1354809.548375.sock)
18885
+ [plugin-client] restarting worker for "nx/core/package-json"
18886
+ [isolated-plugin] spawned worker for "nx/core/package-json" (pid: 58322, socket: /private/tmp/plugin32562-66-1354823.974583.sock)
18887
+ [plugin-client] restarting worker for "nx/core/project-json"
18888
+ [isolated-plugin] spawned worker for "nx/core/project-json" (pid: 58323, socket: /private/tmp/plugin32562-67-1354824.839792.sock)
18889
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:22:24.023Z - Time taken for 'hash changed files from watcher' 6.131791000021622ms
18890
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:22:24.024Z - [WATCHER]: Processing file changes in outputs
18891
+ [plugin-worker] "nx/core/package-json" (pid: 58322) listening on /private/tmp/plugin32562-66-1354823.974583.sock
18892
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 58321) listening on /private/tmp/plugin32562-65-1354809.548375.sock
18893
+ [plugin-worker] "nx/core/project-json" (pid: 58323) listening on /private/tmp/plugin32562-67-1354824.839792.sock
18894
+ Time taken for 'plugin worker 58322 code loading' 434.26087500000006ms
18895
+ Time taken for 'plugin worker 58321 code loading' 434.418709ms
18896
+ Time taken for 'plugin worker 58323 code loading' 434.35691700000007ms
18897
+ [isolated-plugin] connected to worker for "nx/js/dependencies-and-lockfile" (pid: 58321)
18898
+ [isolated-plugin] connected to worker for "nx/core/package-json" (pid: 58322)
18899
+ [isolated-plugin] connected to worker for "nx/core/project-json" (pid: 58323)
18900
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:22:24.676Z - Time taken for 'start-plugin-worker:nx/js/dependencies-and-lockfile' 670.7065840000287ms
18901
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:22:24.676Z - Time taken for 'start-plugin-worker:nx/core/package-json' 653.4753330000676ms
18902
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:22:24.676Z - Time taken for 'start-plugin-worker:nx/core/project-json' 653.0056249999907ms
18903
+ [plugin-worker] "nx/core/project-json" (pid: 58323) connected
18904
+ [plugin-worker] "nx/core/package-json" (pid: 58322) connected
18905
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 58321) connected
18906
+ [plugin-worker] "nx/core/project-json" (pid: 58323) loaded successfully
18907
+ [plugin-worker] "nx/core/package-json" (pid: 58322) loaded successfully
18908
+ Time taken for 'nx/core/project-json:createNodes' 4.137541999999939ms
18909
+ [isolated-plugin] shutting down worker for "nx/core/project-json" after createNodes
18910
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 58321) loaded successfully
18911
+ Time taken for 'nx/js/dependencies-and-lockfile:createNodes' 9.511792000000014ms
18912
+ [isolated-plugin] shutting down worker for "nx/core/package-json" after createNodes
18913
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:22:25.145Z - Time taken for 'build-project-configs' 1132.3790840001311ms
18914
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:22:25.145Z - Time taken for 'createNodes:merge' 3.666583999991417ms
18915
+ Time taken for 'build typescript dependencies' 5.1159999999999854ms
18916
+ [isolated-plugin] shutting down worker for "nx/js/dependencies-and-lockfile" after createDependencies
18917
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:22:25.170Z - [SYNC]: collect registered sync generators
18918
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:22:25.170Z - [SYNC]: project graph hash is the same, not collecting task sync generators
18919
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:22:25.170Z - [SYNC]: nx.json hash is the same, not collecting global sync generators
18920
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:22:25.180Z - Wrote project graph cache to /Applications/AngularJS/angular-web-sdk/.nx/workspace-data/project-graph.json
18921
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:22:25.180Z - Time taken for 'total execution time for createProjectGraph()' 31.448916000081226ms
18922
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:22:25.180Z - Time taken for 'createDependencies' 23.892499999841675ms
18923
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:22:25.180Z - Time taken for 'nx/js/dependencies-and-lockfile:createDependencies' 23.58241599984467ms
18924
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:22:25.180Z - Time taken for 'createMetadata' 0.006124999839812517ms
18925
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:22:25.180Z - Time taken for 'serialize graph' 2.80724999983795ms
18926
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:22:25.180Z - Time taken for 'write cache' 9.245459000114352ms
18927
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=1
18928
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=1
18929
+ DEBUG nx::native::watch::watcher: [update] package.json
18930
+ DEBUG nx::native::watch::watcher: [update] package.json
18931
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:22:34.244Z - [WATCHER]: Processing file changes in outputs
18932
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:22:34.250Z - [WATCHER]: package.json was modified
18933
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:22:34.250Z - [WATCHER]: [watcher] routeWorkspaceChanges batch: 1 events: update:package.json
18934
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:22:34.251Z - [WATCHER]: File changes detected:
18935
+ Created:
18936
+ (none)
18937
+ Updated:
18938
+ - package.json
18939
+ Deleted:
18940
+ (none)
18941
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:22:34.261Z - [SYNC]: clearing sync generators cache due to file changes
18942
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:22:34.262Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
18943
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:22:34.262Z - [REQUEST]: package.json
18944
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:22:34.262Z - [REQUEST]:
18945
+ [plugin-client] restarting worker for "nx/js/dependencies-and-lockfile"
18946
+ [isolated-plugin] spawned worker for "nx/js/dependencies-and-lockfile" (pid: 58544, socket: /private/tmp/plugin32562-68-1365068.935792.sock)
18947
+ [plugin-client] restarting worker for "nx/core/package-json"
18948
+ [isolated-plugin] spawned worker for "nx/core/package-json" (pid: 58545, socket: /private/tmp/plugin32562-69-1365070.59575.sock)
18949
+ [plugin-client] restarting worker for "nx/core/project-json"
18950
+ [isolated-plugin] spawned worker for "nx/core/project-json" (pid: 58546, socket: /private/tmp/plugin32562-70-1365071.611292.sock)
18951
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:22:34.270Z - Time taken for 'hash changed files from watcher' 9.398625000147149ms
18952
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 58544) listening on /private/tmp/plugin32562-68-1365068.935792.sock
18953
+ [plugin-worker] "nx/core/project-json" (pid: 58546) listening on /private/tmp/plugin32562-70-1365071.611292.sock
18954
+ [plugin-worker] "nx/core/package-json" (pid: 58545) listening on /private/tmp/plugin32562-69-1365070.59575.sock
18955
+ Time taken for 'plugin worker 58545 code loading' 425.61966700000005ms
18956
+ Time taken for 'plugin worker 58544 code loading' 425.678625ms
18957
+ Time taken for 'plugin worker 58546 code loading' 425.70216700000003ms
18958
+ [isolated-plugin] connected to worker for "nx/js/dependencies-and-lockfile" (pid: 58544)
18959
+ [isolated-plugin] connected to worker for "nx/core/package-json" (pid: 58545)
18960
+ [isolated-plugin] connected to worker for "nx/core/project-json" (pid: 58546)
18961
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:22:34.929Z - Time taken for 'start-plugin-worker:nx/js/dependencies-and-lockfile' 661.7791669999715ms
18962
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:22:34.929Z - Time taken for 'start-plugin-worker:nx/core/package-json' 661.0908749999944ms
18963
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:22:34.929Z - Time taken for 'start-plugin-worker:nx/core/project-json' 660.002165999962ms
18964
+ [plugin-worker] "nx/core/project-json" (pid: 58546) connected
18965
+ [plugin-worker] "nx/core/package-json" (pid: 58545) connected
18966
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 58544) connected
18967
+ [plugin-worker] "nx/core/project-json" (pid: 58546) loaded successfully
18968
+ [plugin-worker] "nx/core/package-json" (pid: 58545) loaded successfully
18969
+ Time taken for 'nx/core/project-json:createNodes' 2.207125000000019ms
18970
+ [isolated-plugin] shutting down worker for "nx/core/project-json" after createNodes
18971
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 58544) loaded successfully
18972
+ Time taken for 'nx/js/dependencies-and-lockfile:createNodes' 7.355040999999915ms
18973
+ [isolated-plugin] shutting down worker for "nx/core/package-json" after createNodes
18974
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:22:35.446Z - Time taken for 'build-project-configs' 1168.8707500000019ms
18975
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:22:35.446Z - Time taken for 'createNodes:merge' 2.8473330000415444ms
18976
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:22:35.446Z - Time taken for 'native-file-deps' 0.0017910001333802938ms
18977
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:22:35.446Z - Time taken for 'get-workspace-files' 4.292290999786928ms
18978
+ Time taken for 'build typescript dependencies' 35.20370799999978ms
18979
+ [isolated-plugin] shutting down worker for "nx/js/dependencies-and-lockfile" after createDependencies
18980
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:22:35.528Z - [SYNC]: collect registered sync generators
18981
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:22:35.529Z - [SYNC]: nx.json hash is the same, not collecting global sync generators
18982
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:22:35.537Z - Wrote project graph cache to /Applications/AngularJS/angular-web-sdk/.nx/workspace-data/project-graph.json
18983
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:22:35.537Z - Time taken for 'total execution time for createProjectGraph()' 81.10825000004843ms
18984
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:22:35.537Z - Time taken for 'createDependencies' 74.5517080000136ms
18985
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:22:35.537Z - Time taken for 'nx/js/dependencies-and-lockfile:createDependencies' 74.05245799990371ms
18986
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:22:35.537Z - Time taken for 'createMetadata' 0.01387499994598329ms
18987
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:22:35.537Z - Time taken for 'serialize graph' 7.45837500016205ms
18988
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:22:35.537Z - Time taken for 'write cache' 7.973041000077501ms
18989
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:23:10.263Z - Established a connection. Number of open connections: 1
18990
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:23:10.265Z - Established a connection. Number of open connections: 2
18991
+ [NX v23.1.1 Daemon Client] - 2026-08-25T16:23:10.264Z - [Messenger] Setting up socket listeners
18992
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:23:10.266Z - Closed a connection. Number of open connections: 1
18993
+ [NX v23.1.1 Daemon Client] - 2026-08-25T16:23:10.266Z - [Messenger] listen() complete
18994
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:23:10.266Z - Established a connection. Number of open connections: 2
18995
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:23:10.266Z - Closed a connection. Number of open connections: 1
18996
+ [NX v23.1.1 Daemon Client] - 2026-08-25T16:23:10.285Z - [Messenger] Sending message type: GET_NX_CONSOLE_STATUS
18997
+ [NX v23.1.1 Daemon Client] - 2026-08-25T16:23:10.287Z - [Messenger] Message sent
18998
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:23:10.295Z - Received raw message of length 4482
18999
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:23:10.295Z - Received json message of type GET_NX_CONSOLE_STATUS
19000
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:23:10.296Z - Graph recompute necessary due to env variable refresh. Changed keys: GIT_AUTHOR_DATE
19001
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:23:10.297Z - Serializing response for GET_NX_CONSOLE_STATUS message in json mode
19002
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:23:10.297Z - Responding to GET_NX_CONSOLE_STATUS message
19003
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:23:10.297Z - [REQUEST]: Responding to the client. handleGetNxConsoleStatus
19004
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:23:10.297Z - Done responding to the client handleGetNxConsoleStatus
19005
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:23:10.297Z - Handled json message GET_NX_CONSOLE_STATUS. Handling time: 1. Response time: 0.
19006
+ [NX v23.1.1 Daemon Client] - 2026-08-25T16:23:10.297Z - [Messenger] Received message, length: 22
19007
+ [NX v23.1.1 Daemon Client] - 2026-08-25T16:23:10.412Z - [Messenger] Sending message type: REQUEST_PROJECT_GRAPH
19008
+ [NX v23.1.1 Daemon Client] - 2026-08-25T16:23:10.413Z - [Messenger] Message sent
19009
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:23:10.413Z - Received raw message of length 32
19010
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:23:10.414Z - Received json message of type REQUEST_PROJECT_GRAPH
19011
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:23:10.416Z - [REQUEST]: Client Request for Project Graph Received
19012
+ DEBUG nx::native::watch::watcher: force-flush END count=0 replies=1 elapsed=59.292167ms
19013
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:23:10.480Z - No in-memory cached project graph found. Recomputing it...
19014
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:23:10.480Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
19015
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:23:10.480Z - [REQUEST]:
19016
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:23:10.480Z - [REQUEST]:
19017
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:23:10.485Z - Streaming message to client: progress update for topic graph-construction
19018
+ [plugin-client] restarting worker for "nx/js/dependencies-and-lockfile"
19019
+ [NX v23.1.1 Daemon Client] - 2026-08-25T16:23:10.485Z - [Messenger] Received message, length: 47
19020
+ [isolated-plugin] spawned worker for "nx/js/dependencies-and-lockfile" (pid: 59391, socket: /private/tmp/plugin32562-71-1401288.563875.sock)
19021
+ [plugin-client] restarting worker for "nx/core/package-json"
19022
+ [isolated-plugin] spawned worker for "nx/core/package-json" (pid: 59392, socket: /private/tmp/plugin32562-72-1401289.590792.sock)
19023
+ [plugin-client] restarting worker for "nx/core/project-json"
19024
+ [isolated-plugin] spawned worker for "nx/core/project-json" (pid: 59393, socket: /private/tmp/plugin32562-73-1401289.971542.sock)
19025
+ [plugin-worker] "nx/core/project-json" (pid: 59393) listening on /private/tmp/plugin32562-73-1401289.971542.sock
19026
+ [plugin-worker] "nx/core/package-json" (pid: 59392) listening on /private/tmp/plugin32562-72-1401289.590792.sock
19027
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 59391) listening on /private/tmp/plugin32562-71-1401288.563875.sock
19028
+ Time taken for 'plugin worker 59393 code loading' 124.67012500000001ms
19029
+ Time taken for 'plugin worker 59392 code loading' 125.381125ms
19030
+ Time taken for 'plugin worker 59391 code loading' 125.20487499999999ms
19031
+ [isolated-plugin] connected to worker for "nx/js/dependencies-and-lockfile" (pid: 59391)
19032
+ [isolated-plugin] connected to worker for "nx/core/package-json" (pid: 59392)
19033
+ [isolated-plugin] connected to worker for "nx/core/project-json" (pid: 59393)
19034
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:23:10.655Z - Time taken for 'start-plugin-worker:nx/js/dependencies-and-lockfile' 169.19391699996777ms
19035
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:23:10.655Z - Time taken for 'start-plugin-worker:nx/core/package-json' 168.38562500011176ms
19036
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:23:10.655Z - Time taken for 'start-plugin-worker:nx/core/project-json' 168.24158399994485ms
19037
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 59391) connected
19038
+ [plugin-worker] "nx/core/project-json" (pid: 59393) connected
19039
+ [plugin-worker] "nx/core/package-json" (pid: 59392) connected
19040
+ [plugin-worker] "nx/core/project-json" (pid: 59393) loaded successfully
19041
+ [plugin-worker] "nx/core/package-json" (pid: 59392) loaded successfully
19042
+ Time taken for 'nx/core/project-json:createNodes' 2.678208000000012ms
19043
+ [isolated-plugin] shutting down worker for "nx/core/project-json" after createNodes
19044
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:23:10.664Z - Streaming message to client: progress update for topic graph-construction
19045
+ [NX v23.1.1 Daemon Client] - 2026-08-25T16:23:10.664Z - [Messenger] Received message, length: 153
19046
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 59391) loaded successfully
19047
+ Time taken for 'nx/js/dependencies-and-lockfile:createNodes' 7.778708999999992ms
19048
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:23:10.682Z - Streaming message to client: progress update for topic graph-construction
19049
+ [NX v23.1.1 Daemon Client] - 2026-08-25T16:23:10.682Z - [Messenger] Received message, length: 101
19050
+ [isolated-plugin] shutting down worker for "nx/core/package-json" after createNodes
19051
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:23:10.983Z - Streaming message to client: progress update for topic graph-construction
19052
+ [NX v23.1.1 Daemon Client] - 2026-08-25T16:23:10.983Z - [Messenger] Received message, length: 47
19053
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:23:10.991Z - Streaming message to client: progress update for topic graph-construction
19054
+ [NX v23.1.1 Daemon Client] - 2026-08-25T16:23:10.991Z - [Messenger] Received message, length: 47
19055
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:23:10.992Z - Time taken for 'build-project-configs' 499.92841699998826ms
19056
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:23:10.992Z - Time taken for 'createNodes:merge' 2.208040999947116ms
19057
+ Time taken for 'build typescript dependencies' 0.08004199999999173ms
19058
+ [isolated-plugin] shutting down worker for "nx/js/dependencies-and-lockfile" after createDependencies
19059
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:23:11.001Z - Streaming message to client: progress update for topic graph-construction
19060
+ [NX v23.1.1 Daemon Client] - 2026-08-25T16:23:11.002Z - [Messenger] Received message, length: 47
19061
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:23:11.009Z - [SYNC]: collect registered sync generators
19062
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:23:11.009Z - [SYNC]: project graph hash is the same, not collecting task sync generators
19063
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:23:11.009Z - [SYNC]: nx.json hash is the same, not collecting global sync generators
19064
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:23:11.019Z - Wrote project graph cache to /Applications/AngularJS/angular-web-sdk/.nx/workspace-data/project-graph.json
19065
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:23:11.020Z - Serializing response for REQUEST_PROJECT_GRAPH message in json mode
19066
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:23:11.020Z - Responding to REQUEST_PROJECT_GRAPH message
19067
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:23:11.020Z - [REQUEST]: Responding to the client. project-graph
19068
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:23:11.020Z - Time taken for 'total for creating and serializing project graph' 603.5076669999398ms
19069
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:23:11.020Z - Time taken for 'total execution time for createProjectGraph()' 18.690625000046566ms
19070
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:23:11.020Z - Time taken for 'createDependencies' 14.872207999927923ms
19071
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:23:11.020Z - Time taken for 'nx/js/dependencies-and-lockfile:createDependencies' 14.703750000102445ms
19072
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:23:11.020Z - Time taken for 'createMetadata' 0.00912499986588955ms
19073
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:23:11.020Z - Time taken for 'serialize graph' 2.400457999901846ms
19074
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:23:11.020Z - Time taken for 'write cache' 10.513874999945983ms
19075
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:23:11.022Z - Done responding to the client project-graph
19076
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:23:11.022Z - Handled json message REQUEST_PROJECT_GRAPH. Handling time: 606. Response time: 2.
19077
+ [NX v23.1.1 Daemon Client] - 2026-08-25T16:23:11.023Z - [Messenger] Received message, length: 895604
19078
+ [NX v23.1.1 Daemon Client] - 2026-08-25T16:23:11.027Z - [Messenger] Sending message type: PRE_TASKS_EXECUTION
19079
+ [NX v23.1.1 Daemon Client] - 2026-08-25T16:23:11.028Z - [Messenger] Message sent
19080
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:23:11.028Z - Received raw message of length 2086
19081
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:23:11.028Z - Received json message of type PRE_TASKS_EXECUTION
19082
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:23:11.028Z - Serializing response for PRE_TASKS_EXECUTION message in json mode
19083
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:23:11.028Z - Responding to PRE_TASKS_EXECUTION message
19084
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:23:11.028Z - [REQUEST]: Responding to the client. handleRunPreTasksExecution
19085
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:23:11.028Z - Done responding to the client handleRunPreTasksExecution
19086
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:23:11.028Z - Handled json message PRE_TASKS_EXECUTION. Handling time: 0. Response time: 0.
19087
+ [NX v23.1.1 Daemon Client] - 2026-08-25T16:23:11.028Z - [Messenger] Received message, length: 2
19088
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:23:11.028Z - Time taken for 'preTasksExecution' 0.36445800005458295ms
19089
+ [NX v23.1.1 Daemon Client] - 2026-08-25T16:23:11.463Z - [Messenger] Sending message type: HASH_TASKS
19090
+ [NX v23.1.1 Daemon Client] - 2026-08-25T16:23:11.463Z - [Messenger] Message sent
19091
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:23:11.466Z - Received raw message of length 42175
19092
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:23:11.466Z - Received json message of type HASH_TASKS
19093
+ DEBUG nx::native::watch::watcher: force-flush END count=0 replies=1 elapsed=59.603792ms
19094
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:23:11.526Z - Reusing in-memory cached project graph because no files changed.
19095
+ DEBUG nx::native::tasks::hash_planner: get_plans_internal COMPLETED in 26.585584ms - processed 6 tasks (setup: 13.405375ms, parallel_planning: 13.168375ms, pool: 1031 unique instructions)
19096
+ DEBUG nx::native::tasks::hashers::hash_workspace_files: Hashing workspace fileset: Adding "8520130568453209191" (".gitignore") to hash
19097
+ DEBUG nx::native::tasks::hashers::hash_workspace_files: Hashing workspace fileset: Adding "2425668806101952406" ("nx.json") to hash
19098
+ DEBUG nx::native::tasks::hashers::hash_workspace_files: Hashing workspace fileset: Hash Value: "17385814077483807182"
19099
+ DEBUG nx::native::tasks::hashers::hash_workspace_files: Hashing workspace fileset: Adding "6605332246132408965" ("eslint.config.mjs") to hash
19100
+ DEBUG nx::native::tasks::hashers::hash_workspace_files: Hashing workspace fileset: Hash Value: "17732202739991855709"
19101
+ DEBUG nx::native::tasks::task_hasher: hash_plans COMPLETED in 18.570292ms - processed 6 plans (setup: 3.022708ms, hashing: 15.533625ms, assembly: 5.31375ms)
19102
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:23:11.599Z - Serializing response for HASH_TASKS message in json mode
19103
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:23:11.604Z - Responding to HASH_TASKS message
19104
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:23:11.604Z - [REQUEST]: Responding to the client. handleHashTasks
19105
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:23:11.615Z - Done responding to the client handleHashTasks
19106
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:23:11.615Z - Handled json message HASH_TASKS. Handling time: 133. Response time: 16.
19107
+ [NX v23.1.1 Daemon Client] - 2026-08-25T16:23:11.615Z - [Messenger] Received message, length: 288896
19108
+ [NX v23.1.1 Daemon Client] - 2026-08-25T16:23:11.680Z - [Messenger] Sending message type: GET_ESTIMATED_TASK_TIMINGS
19109
+ [NX v23.1.1 Daemon Client] - 2026-08-25T16:23:11.680Z - [Messenger] Message sent
19110
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:23:11.681Z - Received raw message of length 330
19111
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:23:11.681Z - Received json message of type GET_ESTIMATED_TASK_TIMINGS
19112
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:23:11.689Z - Serializing response for GET_ESTIMATED_TASK_TIMINGS message in json mode
19113
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:23:11.689Z - Responding to GET_ESTIMATED_TASK_TIMINGS message
19114
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:23:11.689Z - [REQUEST]: Responding to the client. handleGetEstimatedTaskTimings
19115
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:23:11.689Z - Done responding to the client handleGetEstimatedTaskTimings
19116
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:23:11.689Z - Handled json message GET_ESTIMATED_TASK_TIMINGS. Handling time: 8. Response time: 0.
19117
+ [NX v23.1.1 Daemon Client] - 2026-08-25T16:23:11.690Z - [Messenger] Received message, length: 180
19118
+ [NX v23.1.1 Daemon Client] - 2026-08-25T16:23:11.733Z - [Messenger] Sending message type: RECORD_TASK_RUNS
19119
+ [NX v23.1.1 Daemon Client] - 2026-08-25T16:23:11.733Z - [Messenger] Message sent
19120
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:23:11.733Z - Received raw message of length 1191
19121
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:23:11.733Z - Received json message of type RECORD_TASK_RUNS
19122
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:23:11.735Z - Serializing response for RECORD_TASK_RUNS message in json mode
19123
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:23:11.735Z - Responding to RECORD_TASK_RUNS message
19124
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:23:11.735Z - [REQUEST]: Responding to the client. handleRecordTaskRuns
19125
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:23:11.735Z - Done responding to the client handleRecordTaskRuns
19126
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:23:11.735Z - Handled json message RECORD_TASK_RUNS. Handling time: 2. Response time: 0.
19127
+ [NX v23.1.1 Daemon Client] - 2026-08-25T16:23:11.735Z - [Messenger] Received message, length: 4
19128
+ [NX v23.1.1 Daemon Client] - 2026-08-25T16:23:11.735Z - [Messenger] Sending message type: GET_FLAKY_TASKS
19129
+ [NX v23.1.1 Daemon Client] - 2026-08-25T16:23:11.735Z - [Messenger] Message sent
19130
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:23:11.736Z - Received raw message of length 169
19131
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:23:11.736Z - Received json message of type GET_FLAKY_TASKS
19132
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:23:11.736Z - Serializing response for GET_FLAKY_TASKS message in json mode
19133
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:23:11.736Z - Responding to GET_FLAKY_TASKS message
19134
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:23:11.736Z - [REQUEST]: Responding to the client. handleGetFlakyTasks
19135
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:23:11.736Z - Done responding to the client handleGetFlakyTasks
19136
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:23:11.736Z - Handled json message GET_FLAKY_TASKS. Handling time: 0. Response time: 0.
19137
+ [NX v23.1.1 Daemon Client] - 2026-08-25T16:23:11.736Z - [Messenger] Received message, length: 2
19138
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:23:14.784Z - Established a connection. Number of open connections: 2
19139
+ [NX v23.1.1 Daemon Client] - 2026-08-25T16:23:14.784Z - [Messenger] Sending message type: GET_CONFIGURE_AI_AGENTS_STATUS
19140
+ [NX v23.1.1 Daemon Client] - 2026-08-25T16:23:14.785Z - [Messenger] Message sent
19141
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:23:14.786Z - Received raw message of length 41
19142
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:23:14.786Z - Received json message of type GET_CONFIGURE_AI_AGENTS_STATUS
19143
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:23:14.786Z - [AI-AGENTS]: Returning cached agent configuration status
19144
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:23:14.787Z - Serializing response for GET_CONFIGURE_AI_AGENTS_STATUS message in json mode
19145
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:23:14.787Z - Responding to GET_CONFIGURE_AI_AGENTS_STATUS message
19146
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:23:14.787Z - [REQUEST]: Responding to the client. handleGetConfigureAiAgentsStatus
19147
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:23:14.787Z - Done responding to the client handleGetConfigureAiAgentsStatus
19148
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:23:14.787Z - Handled json message GET_CONFIGURE_AI_AGENTS_STATUS. Handling time: 1. Response time: 0.
19149
+ [NX v23.1.1 Daemon Client] - 2026-08-25T16:23:14.787Z - [Messenger] Received message, length: 341
19150
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:23:14.788Z - Closed a connection. Number of open connections: 1
19151
+ [NX v23.1.1 Daemon Client] - 2026-08-25T16:23:14.788Z - [Messenger] Sending message type: POST_TASKS_EXECUTION
19152
+ [NX v23.1.1 Daemon Client] - 2026-08-25T16:23:14.794Z - [Messenger] Message sent
19153
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:23:14.803Z - Received raw message of length 319262
19154
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:23:14.818Z - Received json message of type POST_TASKS_EXECUTION
19155
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:23:14.819Z - Serializing response for POST_TASKS_EXECUTION message in json mode
19156
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:23:14.819Z - Responding to POST_TASKS_EXECUTION message
19157
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:23:14.819Z - [REQUEST]: Responding to the client. handleRunPostTasksExecution
19158
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:23:14.819Z - Done responding to the client handleRunPostTasksExecution
19159
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:23:14.819Z - Handled json message POST_TASKS_EXECUTION. Handling time: 1. Response time: 0.
19160
+ [NX v23.1.1 Daemon Client] - 2026-08-25T16:23:14.819Z - [Messenger] Received message, length: 4
19161
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:23:14.820Z - Time taken for 'postTasksExecution' 0.2973750000819564ms
19162
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:23:14.844Z - Closed a connection. Number of open connections: 0
19163
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=17
19164
+ DEBUG nx::native::watch::watcher: [update] .husky/_/post-checkout
19165
+ DEBUG nx::native::watch::watcher: [update] .husky/_/pre-rebase
19166
+ DEBUG nx::native::watch::watcher: [update] .husky/_/pre-push
19167
+ DEBUG nx::native::watch::watcher: [update] .husky/_/applypatch-msg
19168
+ DEBUG nx::native::watch::watcher: [update] .husky/_/h
19169
+ DEBUG nx::native::watch::watcher: [update] .husky/_/pre-commit
19170
+ DEBUG nx::native::watch::watcher: [update] .husky/_/post-applypatch
19171
+ DEBUG nx::native::watch::watcher: [update] .husky/_/post-merge
19172
+ DEBUG nx::native::watch::watcher: [update] .husky/_/pre-auto-gc
19173
+ DEBUG nx::native::watch::watcher: [update] .husky/_/commit-msg
19174
+ DEBUG nx::native::watch::watcher: [create] .husky/_/husky.sh
19175
+ DEBUG nx::native::watch::watcher: [update] .husky/_/pre-merge-commit
19176
+ DEBUG nx::native::watch::watcher: [update] .husky/_/prepare-commit-msg
19177
+ DEBUG nx::native::watch::watcher: [update] .husky/_/post-commit
19178
+ DEBUG nx::native::watch::watcher: [update] .husky/_/pre-applypatch
19179
+ DEBUG nx::native::watch::watcher: [update] .husky/_/.gitignore
19180
+ DEBUG nx::native::watch::watcher: [update] .husky/_/post-rewrite
19181
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:23:27.231Z - [WATCHER]: Processing file changes in outputs
19182
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:29.335Z - [Server] lock file hash changed! old=6624907463104671316, new=6227132078796796162
19183
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:29.337Z - [Server] Daemon outdated: LOCK_FILES_CHANGED
19184
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:29.337Z - [Server] Restarting daemon...
19185
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:29.341Z - Restarting daemon with script: /Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/daemon/server/start.js
19186
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:29.342Z - Old daemon __dirname: /Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/daemon/server
19187
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:29.342Z - Current process.execPath: /Users/ikechukwukalu/.nvm/versions/node/v22.22.2/bin/node
19188
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:29.343Z - Started new daemon process in background
19189
+ DEBUG nx::native::watch::watcher: watching stopped origin=/Applications/AngularJS/angular-web-sdk
19190
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:29.349Z - [WATCHER]: Stopping the watcher for /Applications/AngularJS/angular-web-sdk (sources)
19191
+ DEBUG nx::native::watch::watcher: watching stopped origin=/Applications/AngularJS/angular-web-sdk
19192
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:29.350Z - [WATCHER]: Stopping the watcher for /Applications/AngularJS/angular-web-sdk (outputs)
19193
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:29.350Z - [LATEST-NX]: Cleaning up latest Nx installation from /private/tmp/tmp-32562-S5h0boHxCQbm
19194
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:29.352Z - Server stopped because: "LOCK_FILES_CHANGED"
19195
+ DEBUG nx::native::watch::watcher: watching started origin=/Applications/AngularJS/angular-web-sdk
19196
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:30.618Z - [WATCHER]: Subscribed to changes within: /Applications/AngularJS/angular-web-sdk (native)
19197
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:30.630Z - New daemon starting from: /Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/daemon/server/server.js
19198
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:30.630Z - New daemon __dirname: /Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/daemon/server
19199
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:30.631Z - New daemon nxVersion: 23.1.1
19200
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:30.631Z - New daemon getInstalledNxVersion(): 23.1.1
19201
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:30.642Z - Time taken for 'workspace context init' 0.6428330000001097ms
19202
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:30.662Z - [Server] Starting outdated check interval (20ms)
19203
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:30.671Z - Started listening on: /private/tmp/64880f96e0e5925a19a5/d.sock
19204
+ DEBUG nx::native::watch::watcher: watching started origin=/Applications/AngularJS/angular-web-sdk
19205
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:30.691Z - [LATEST-NX]: Pulling latest Nx...
19206
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:30.700Z - [AI-AGENTS]: Starting agent configuration status computation
19207
+ [isolated-plugin] spawned worker for "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/js" (pid: 61325, socket: /private/tmp/plugin61260-0-1349.01575.sock)
19208
+ [isolated-plugin] spawned worker for "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/package-json" (pid: 61326, socket: /private/tmp/plugin61260-1-1904.729208.sock)
19209
+ [isolated-plugin] spawned worker for "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/project-json/build-nodes/project-json" (pid: 61327, socket: /private/tmp/plugin61260-2-1907.661792.sock)
19210
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:31.263Z - Time taken for 'hash changed files from watcher' 0.10112500000013824ms
19211
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:31.263Z - Time taken for 'loadSpecifiedNxPlugins' 572.050459ms
19212
+ [plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/js" (pid: 61325) listening on /private/tmp/plugin61260-0-1349.01575.sock
19213
+ [isolated-plugin] connected to worker for "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/js" (pid: 61325)
19214
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:31.657Z - Time taken for 'start-plugin-worker:/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/js' 955.4183749999997ms
19215
+ [plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/js" (pid: 61325) connected
19216
+ Time taken for 'plugin worker 61325 code loading' 324.824625ms
19217
+ [plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/js" (pid: 61325) loaded successfully
19218
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:31.690Z - Time taken for 'Load Nx Plugin: /Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/js' 1001.3417909999998ms
19219
+ [plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/package-json" (pid: 61326) listening on /private/tmp/plugin61260-1-1904.729208.sock
19220
+ [plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/project-json/build-nodes/project-json" (pid: 61327) listening on /private/tmp/plugin61260-2-1907.661792.sock
19221
+ Time taken for 'plugin worker 61327 code loading' 365.090959ms
19222
+ Time taken for 'plugin worker 61326 code loading' 377.127ms
19223
+ [isolated-plugin] connected to worker for "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/project-json/build-nodes/project-json" (pid: 61327)
19224
+ [isolated-plugin] connected to worker for "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/package-json" (pid: 61326)
19225
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:31.714Z - Time taken for 'start-plugin-worker:/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/package-json' 457.5450410000001ms
19226
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:31.714Z - Time taken for 'start-plugin-worker:/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/project-json/build-nodes/project-json' 454.14425000000006ms
19227
+ [plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/project-json/build-nodes/project-json" (pid: 61327) connected
19228
+ [plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/package-json" (pid: 61326) connected
19229
+ [plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/project-json/build-nodes/project-json" (pid: 61327) loaded successfully
19230
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:31.719Z - Time taken for 'Load Nx Plugin: /Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/project-json/build-nodes/project-json' 1028.8734589999997ms
19231
+ [plugin-worker] "/Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/package-json" (pid: 61326) loaded successfully
19232
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:31.724Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
19233
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:31.724Z - [REQUEST]:
19234
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:31.724Z - [REQUEST]:
19235
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:31.727Z - Time taken for 'loadDefaultNxPlugins' 1035.450916ms
19236
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:31.727Z - Time taken for 'Load Nx Plugin: /Applications/AngularJS/angular-web-sdk/node_modules/.pnpm/nx@23.1.1/node_modules/nx/dist/src/plugins/package-json' 1034.0841249999999ms
19237
+ [isolated-plugin] shutting down worker for "nx/core/project-json" after createNodes
19238
+ Time taken for 'nx/js/dependencies-and-lockfile:createNodes' 15.660042000000033ms
19239
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:32.119Z - Established a connection. Number of open connections: 1
19240
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:32.120Z - Established a connection. Number of open connections: 2
19241
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:32.120Z - Closed a connection. Number of open connections: 1
19242
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:32.120Z - Established a connection. Number of open connections: 2
19243
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:32.120Z - Closed a connection. Number of open connections: 1
19244
+ [NX v23.1.1 Daemon Client] - 2026-08-25T16:24:32.119Z - [Messenger] Setting up socket listeners
19245
+ [NX v23.1.1 Daemon Client] - 2026-08-25T16:24:32.121Z - [Messenger] listen() complete
19246
+ [NX v23.1.1 Daemon Client] - 2026-08-25T16:24:32.147Z - [Messenger] Sending message type: GET_NX_CONSOLE_STATUS
19247
+ [NX v23.1.1 Daemon Client] - 2026-08-25T16:24:32.149Z - [Messenger] Message sent
19248
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:32.157Z - Received raw message of length 4570
19249
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:32.157Z - Received json message of type GET_NX_CONSOLE_STATUS
19250
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:32.158Z - Graph recompute necessary due to env variable refresh. Changed keys: COLOR, GIT_AUTHOR_DATE, GIT_NO_REPLACE_OBJECTS, GIT_SSH_COMMAND
19251
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:32.158Z - Serializing response for GET_NX_CONSOLE_STATUS message in json mode
19252
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:32.158Z - Responding to GET_NX_CONSOLE_STATUS message
19253
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:32.158Z - [REQUEST]: Responding to the client. handleGetNxConsoleStatus
19254
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:32.159Z - Done responding to the client handleGetNxConsoleStatus
19255
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:32.159Z - Handled json message GET_NX_CONSOLE_STATUS. Handling time: 0. Response time: 1.
19256
+ [NX v23.1.1 Daemon Client] - 2026-08-25T16:24:32.159Z - [Messenger] Received message, length: 22
19257
+ [NX v23.1.1 Daemon Client] - 2026-08-25T16:24:32.279Z - [Messenger] Sending message type: REQUEST_PROJECT_GRAPH
19258
+ [NX v23.1.1 Daemon Client] - 2026-08-25T16:24:32.279Z - [Messenger] Message sent
19259
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:32.280Z - Received raw message of length 32
19260
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:32.280Z - Received json message of type REQUEST_PROJECT_GRAPH
19261
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:32.280Z - [REQUEST]: Client Request for Project Graph Received
19262
+ DEBUG nx::native::watch::watcher: force-flush END count=0 replies=1 elapsed=56.157584ms
19263
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:32.337Z - No in-memory cached project graph found. Recomputing it...
19264
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:32.338Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
19265
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:32.338Z - [REQUEST]:
19266
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:32.338Z - [REQUEST]:
19267
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:32.339Z - Streaming message to client: progress update for topic graph-construction
19268
+ [plugin-client] restarting worker for "nx/core/project-json"
19269
+ [NX v23.1.1 Daemon Client] - 2026-08-25T16:24:32.340Z - [Messenger] Received message, length: 47
19270
+ [isolated-plugin] spawned worker for "nx/core/project-json" (pid: 61364, socket: /private/tmp/plugin61260-3-2987.357917.sock)
19271
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:32.351Z - Streaming message to client: progress update for topic graph-construction
19272
+ [NX v23.1.1 Daemon Client] - 2026-08-25T16:24:32.352Z - [Messenger] Received message, length: 47
19273
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:32.378Z - Time taken for 'build-project-configs' 38.985165999999936ms
19274
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:32.378Z - Time taken for 'createNodes:merge' 26.597749999999905ms
19275
+ Time taken for 'nx/core/package-json:createNodes' 622.987458ms
19276
+ Time taken for 'nx/js/dependencies-and-lockfile:createNodes' 15.15541600000006ms
19277
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:32.384Z - Streaming message to client: progress update for topic graph-construction
19278
+ [NX v23.1.1 Daemon Client] - 2026-08-25T16:24:32.384Z - [Messenger] Received message, length: 142
19279
+ [plugin-worker] "nx/core/project-json" (pid: 61364) listening on /private/tmp/plugin61260-3-2987.357917.sock
19280
+ [isolated-plugin] connected to worker for "nx/core/project-json" (pid: 61364)
19281
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:32.637Z - Time taken for 'start-plugin-worker:nx/core/project-json' 294.9716669999998ms
19282
+ [plugin-worker] "nx/core/project-json" (pid: 61364) connected
19283
+ Time taken for 'plugin worker 61364 code loading' 238.01095800000002ms
19284
+ [plugin-worker] "nx/core/project-json" (pid: 61364) loaded successfully
19285
+ Time taken for 'nx/core/project-json:createNodes' 0.9029160000000047ms
19286
+ [isolated-plugin] shutting down worker for "nx/core/project-json" after createNodes
19287
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:32.646Z - Streaming message to client: progress update for topic graph-construction
19288
+ [NX v23.1.1 Daemon Client] - 2026-08-25T16:24:32.646Z - [Messenger] Received message, length: 101
19289
+ [isolated-plugin] shutting down worker for "nx/core/package-json" after createNodes
19290
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:32.825Z - Streaming message to client: progress update for topic graph-construction
19291
+ [NX v23.1.1 Daemon Client] - 2026-08-25T16:24:32.825Z - [Messenger] Received message, length: 47
19292
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:32.845Z - Streaming message to client: progress update for topic graph-construction
19293
+ [NX v23.1.1 Daemon Client] - 2026-08-25T16:24:32.845Z - [Messenger] Received message, length: 47
19294
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:32.846Z - Time taken for 'build-project-configs' 488.68420799999967ms
19295
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:32.846Z - Time taken for 'createNodes:merge' 2.4457500000003165ms
19296
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:32.846Z - Time taken for 'native-file-deps' 0.008832999999867752ms
19297
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:32.846Z - Time taken for 'get-workspace-files' 1.7078750000000582ms
19298
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:32.846Z - Time taken for 'read cache' 1.3621670000002268ms
19299
+ Time taken for 'build typescript dependencies' 31.724333000000115ms
19300
+ [isolated-plugin] shutting down worker for "nx/js/dependencies-and-lockfile" after createDependencies
19301
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:32.890Z - Streaming message to client: progress update for topic graph-construction
19302
+ [NX v23.1.1 Daemon Client] - 2026-08-25T16:24:32.890Z - [Messenger] Received message, length: 47
19303
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:32.900Z - [SYNC]: collect registered sync generators
19304
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:32.910Z - Wrote project graph cache to /Applications/AngularJS/angular-web-sdk/.nx/workspace-data/project-graph.json
19305
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:32.910Z - Serializing response for REQUEST_PROJECT_GRAPH message in json mode
19306
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:32.910Z - Responding to REQUEST_PROJECT_GRAPH message
19307
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:32.910Z - [REQUEST]: Responding to the client. project-graph
19308
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:32.911Z - Time taken for 'total for creating and serializing project graph' 630.0505840000001ms
19309
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:32.911Z - Time taken for 'total execution time for createProjectGraph()' 59.15933300000006ms
19310
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:32.911Z - Time taken for 'createDependencies' 51.224791000000096ms
19311
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:32.911Z - Time taken for 'nx/js/dependencies-and-lockfile:createDependencies' 50.916625000000295ms
19312
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:32.911Z - Time taken for 'createMetadata' 0.012375000000247383ms
19313
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:32.911Z - Time taken for 'serialize graph' 2.555917000000136ms
19314
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:32.911Z - Time taken for 'write cache' 9.533208000000286ms
19315
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:32.921Z - Done responding to the client project-graph
19316
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:32.921Z - Handled json message REQUEST_PROJECT_GRAPH. Handling time: 630. Response time: 11.
19317
+ [NX v23.1.1 Daemon Client] - 2026-08-25T16:24:32.921Z - [Messenger] Received message, length: 895604
19318
+ [NX v23.1.1 Daemon Client] - 2026-08-25T16:24:32.932Z - [Messenger] Sending message type: PRE_TASKS_EXECUTION
19319
+ [NX v23.1.1 Daemon Client] - 2026-08-25T16:24:32.932Z - [Messenger] Message sent
19320
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:32.932Z - Received raw message of length 2088
19321
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:32.932Z - Received json message of type PRE_TASKS_EXECUTION
19322
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:32.933Z - Serializing response for PRE_TASKS_EXECUTION message in json mode
19323
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:32.933Z - Responding to PRE_TASKS_EXECUTION message
19324
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:32.933Z - [REQUEST]: Responding to the client. handleRunPreTasksExecution
19325
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:32.933Z - Done responding to the client handleRunPreTasksExecution
19326
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:32.933Z - Handled json message PRE_TASKS_EXECUTION. Handling time: 1. Response time: 0.
19327
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:32.933Z - Time taken for 'preTasksExecution' 0.5708749999998872ms
19328
+ [NX v23.1.1 Daemon Client] - 2026-08-25T16:24:32.933Z - [Messenger] Received message, length: 2
19329
+ [NX v23.1.1 Daemon Client] - 2026-08-25T16:24:33.255Z - [Messenger] Sending message type: HASH_TASKS
19330
+ [NX v23.1.1 Daemon Client] - 2026-08-25T16:24:33.255Z - [Messenger] Message sent
19331
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:33.256Z - Received raw message of length 42512
19332
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:33.256Z - Received json message of type HASH_TASKS
19333
+ DEBUG nx::native::watch::watcher: force-flush END count=0 replies=1 elapsed=59.431375ms
19334
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:33.316Z - Reusing in-memory cached project graph because no files changed.
19335
+ DEBUG nx::native::tasks::hash_planner: get_plans_internal COMPLETED in 7.923041ms - processed 6 tasks (setup: 4.774083ms, parallel_planning: 3.145042ms, pool: 1031 unique instructions)
19336
+ DEBUG nx::native::tasks::hashers::hash_workspace_files: Hashing workspace fileset: Adding "8520130568453209191" (".gitignore") to hash
19337
+ DEBUG nx::native::tasks::hashers::hash_workspace_files: Hashing workspace fileset: Adding "2425668806101952406" ("nx.json") to hash
19338
+ DEBUG nx::native::tasks::hashers::hash_workspace_files: Hashing workspace fileset: Hash Value: "17385814077483807182"
19339
+ DEBUG nx::native::tasks::hashers::hash_workspace_files: Hashing workspace fileset: Adding "6605332246132408965" ("eslint.config.mjs") to hash
19340
+ DEBUG nx::native::tasks::hashers::hash_workspace_files: Hashing workspace fileset: Hash Value: "17732202739991855709"
19341
+ DEBUG nx::native::tasks::task_hasher: hash_plans COMPLETED in 8.883625ms - processed 6 plans (setup: 498.667µs, hashing: 8.38225ms, assembly: 4.645875ms)
19342
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:33.343Z - Serializing response for HASH_TASKS message in json mode
19343
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:33.344Z - Responding to HASH_TASKS message
19344
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:33.344Z - [REQUEST]: Responding to the client. handleHashTasks
19345
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:33.345Z - Done responding to the client handleHashTasks
19346
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:33.345Z - Handled json message HASH_TASKS. Handling time: 87. Response time: 2.
19347
+ [NX v23.1.1 Daemon Client] - 2026-08-25T16:24:33.345Z - [Messenger] Received message, length: 288896
19348
+ [NX v23.1.1 Daemon Client] - 2026-08-25T16:24:33.429Z - [Messenger] Sending message type: GET_ESTIMATED_TASK_TIMINGS
19349
+ [NX v23.1.1 Daemon Client] - 2026-08-25T16:24:33.429Z - [Messenger] Message sent
19350
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:33.429Z - Received raw message of length 330
19351
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:33.429Z - Received json message of type GET_ESTIMATED_TASK_TIMINGS
19352
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:33.435Z - Serializing response for GET_ESTIMATED_TASK_TIMINGS message in json mode
19353
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:33.435Z - Responding to GET_ESTIMATED_TASK_TIMINGS message
19354
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:33.435Z - [REQUEST]: Responding to the client. handleGetEstimatedTaskTimings
19355
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:33.435Z - Done responding to the client handleGetEstimatedTaskTimings
19356
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:33.435Z - Handled json message GET_ESTIMATED_TASK_TIMINGS. Handling time: 6. Response time: 0.
19357
+ [NX v23.1.1 Daemon Client] - 2026-08-25T16:24:33.435Z - [Messenger] Received message, length: 180
19358
+ [NX v23.1.1 Daemon Client] - 2026-08-25T16:24:33.442Z - [Messenger] Sending message type: RECORD_TASK_RUNS
19359
+ [NX v23.1.1 Daemon Client] - 2026-08-25T16:24:33.442Z - [Messenger] Message sent
19360
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:33.442Z - Received raw message of length 1191
19361
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:33.442Z - Received json message of type RECORD_TASK_RUNS
19362
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:33.443Z - Serializing response for RECORD_TASK_RUNS message in json mode
19363
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:33.443Z - Responding to RECORD_TASK_RUNS message
19364
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:33.443Z - [REQUEST]: Responding to the client. handleRecordTaskRuns
19365
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:33.443Z - Done responding to the client handleRecordTaskRuns
19366
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:33.443Z - Handled json message RECORD_TASK_RUNS. Handling time: 1. Response time: 0.
19367
+ [NX v23.1.1 Daemon Client] - 2026-08-25T16:24:33.443Z - [Messenger] Received message, length: 4
19368
+ [NX v23.1.1 Daemon Client] - 2026-08-25T16:24:33.443Z - [Messenger] Sending message type: GET_FLAKY_TASKS
19369
+ [NX v23.1.1 Daemon Client] - 2026-08-25T16:24:33.443Z - [Messenger] Message sent
19370
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:33.444Z - Received raw message of length 169
19371
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:33.444Z - Received json message of type GET_FLAKY_TASKS
19372
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:33.444Z - Serializing response for GET_FLAKY_TASKS message in json mode
19373
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:33.444Z - Responding to GET_FLAKY_TASKS message
19374
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:33.444Z - [REQUEST]: Responding to the client. handleGetFlakyTasks
19375
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:33.444Z - Done responding to the client handleGetFlakyTasks
19376
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:33.444Z - Handled json message GET_FLAKY_TASKS. Handling time: 0. Response time: 0.
19377
+ [NX v23.1.1 Daemon Client] - 2026-08-25T16:24:33.444Z - [Messenger] Received message, length: 2
19378
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:33.444Z - Established a connection. Number of open connections: 2
19379
+ [NX v23.1.1 Daemon Client] - 2026-08-25T16:24:33.444Z - [Messenger] Sending message type: GET_CONFIGURE_AI_AGENTS_STATUS
19380
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:33.444Z - Closed a connection. Number of open connections: 1
19381
+ [NX v23.1.1 Daemon Client] - 2026-08-25T16:24:33.444Z - [Messenger] Message sent
19382
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:33.444Z - Received raw message of length 41
19383
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:33.445Z - Received json message of type GET_CONFIGURE_AI_AGENTS_STATUS
19384
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:33.445Z - Serializing response for GET_CONFIGURE_AI_AGENTS_STATUS message in json mode
19385
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:33.445Z - Responding to GET_CONFIGURE_AI_AGENTS_STATUS message
19386
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:33.445Z - [REQUEST]: Responding to the client. handleGetConfigureAiAgentsStatus
19387
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:33.445Z - Done responding to the client handleGetConfigureAiAgentsStatus
19388
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:33.445Z - Handled json message GET_CONFIGURE_AI_AGENTS_STATUS. Handling time: 0. Response time: 0.
19389
+ [NX v23.1.1 Daemon Client] - 2026-08-25T16:24:33.445Z - [Messenger] Received message, length: 104
19390
+ [NX v23.1.1 Daemon Client] - 2026-08-25T16:24:33.446Z - [Messenger] Sending message type: POST_TASKS_EXECUTION
19391
+ [NX v23.1.1 Daemon Client] - 2026-08-25T16:24:33.448Z - [Messenger] Message sent
19392
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:33.449Z - Received raw message of length 319264
19393
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:33.450Z - Received json message of type POST_TASKS_EXECUTION
19394
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:33.451Z - Serializing response for POST_TASKS_EXECUTION message in json mode
19395
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:33.451Z - Responding to POST_TASKS_EXECUTION message
19396
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:33.451Z - [REQUEST]: Responding to the client. handleRunPostTasksExecution
19397
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:33.451Z - Done responding to the client handleRunPostTasksExecution
19398
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:33.451Z - Handled json message POST_TASKS_EXECUTION. Handling time: 1. Response time: 0.
19399
+ [NX v23.1.1 Daemon Client] - 2026-08-25T16:24:33.451Z - [Messenger] Received message, length: 4
19400
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:33.451Z - Time taken for 'postTasksExecution' 0.2304999999996653ms
19401
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:33.456Z - Closed a connection. Number of open connections: 0
19402
+ Fetching nx...
19403
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:37.063Z - [LATEST-NX]: Successfully pulled latest Nx to /private/tmp/tmp-61260-OAJVH65Ua3uZ
19404
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:37.064Z - [NX-CONSOLE]: Using local implementation (NX_USE_LOCAL=true or inner call)
19405
+ DEBUG nx::native::ide::preferences: Loaded console preferences: NxConsolePreferences { auto_install_console: Some(true), path: "/Users/ikechukwukalu/.config/nx/ide.json" }
19406
+ DEBUG nx::native::ide::install: Detected editor: VSCode
19407
+ DEBUG nx::native::ide::install: Checking if Nx Console extension is installed with: code --list-extensions
19408
+ DEBUG nx::native::ide::install: Editor command 'code' is installed
19409
+ DEBUG nx::native::ide::install: Editor command 'code-insiders' not found
19410
+ DEBUG nx::native::ide::install: Checking if Nx Console extension is installed with: code --list-extensions
19411
+ DEBUG nx::native::ide::install: Nx Console extension is installed
19412
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:38.030Z - [NX-CONSOLE]: Console status check completed, shouldPrompt: false
19413
+ DEBUG nx::native::ide::install: Nx Console extension is installed
19414
+ DEBUG nx::native::ide::install: Editor command 'cursor' not found
19415
+ DEBUG nx::native::ide::install: Checking if Nx Console extension is installed with: cursor --list-extensions
19416
+ DEBUG nx::native::ide::install: Command 'cursor' not found, cannot check extension status
19417
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:24:38.202Z - [AI-AGENTS]: Agent configuration status computation completed: 0 fully configured, 0 outdated, 1 partially configured, 4 non-configured
19418
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=3
19419
+ DEBUG nx::native::watch::watcher: [update] README.md
19420
+ DEBUG nx::native::watch::watcher: [update] apps/playground/src/app/app.config.ts
19421
+ DEBUG nx::native::watch::watcher: [update] package.json
19422
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=3
19423
+ DEBUG nx::native::watch::watcher: [update] README.md
19424
+ DEBUG nx::native::watch::watcher: [update] apps/playground/src/app/app.config.ts
19425
+ DEBUG nx::native::watch::watcher: [update] package.json
19426
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:31.413Z - [WATCHER]: Processing file changes in outputs
19427
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:31.440Z - [WATCHER]: 0 file(s) created or restored, 3 file(s) modified, 0 file(s) deleted
19428
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:31.441Z - [WATCHER]: [watcher] routeWorkspaceChanges batch: 3 events: update:README.md, update:apps/playground/src/app/app.config.ts, update:package.json
19429
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:31.442Z - [WATCHER]: File changes detected:
19430
+ Created:
19431
+ (none)
19432
+ Updated:
19433
+ - README.md
19434
+ - apps/playground/src/app/app.config.ts
19435
+ - package.json
19436
+ Deleted:
19437
+ (none)
19438
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:31.460Z - [SYNC]: clearing sync generators cache due to file changes
19439
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:31.463Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
19440
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:31.464Z - [REQUEST]: package.json,README.md,apps/playground/src/app/app.config.ts
19441
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:31.464Z - [REQUEST]:
19442
+ [plugin-client] restarting worker for "nx/js/dependencies-and-lockfile"
19443
+ [isolated-plugin] spawned worker for "nx/js/dependencies-and-lockfile" (pid: 69963, socket: /private/tmp/plugin61260-4-662086.425917.sock)
19444
+ [plugin-client] restarting worker for "nx/core/package-json"
19445
+ [isolated-plugin] spawned worker for "nx/core/package-json" (pid: 69964, socket: /private/tmp/plugin61260-5-662112.099583.sock)
19446
+ [plugin-client] restarting worker for "nx/core/project-json"
19447
+ [isolated-plugin] spawned worker for "nx/core/project-json" (pid: 69965, socket: /private/tmp/plugin61260-6-662112.896708.sock)
19448
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:31.522Z - Time taken for 'hash changed files from watcher' 15.220916999969631ms
19449
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=1
19450
+ DEBUG nx::native::watch::watcher: [create] .github/workflows/deploy-demo.yml
19451
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=1
19452
+ DEBUG nx::native::watch::watcher: [create] .github/workflows/deploy-demo.yml
19453
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:31.565Z - [WATCHER]: Processing file changes in outputs
19454
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:31.565Z - [WATCHER]: .github/workflows/deploy-demo.yml was created or restored
19455
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:31.565Z - [WATCHER]: [watcher] routeWorkspaceChanges batch: 1 events: create:.github/workflows/deploy-demo.yml
19456
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:31.566Z - [WATCHER]: File changes detected:
19457
+ Created:
19458
+ - .github/workflows/deploy-demo.yml
19459
+ Updated:
19460
+ (none)
19461
+ Deleted:
19462
+ (none)
19463
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:31.569Z - [SYNC]: clearing sync generators cache due to file changes
19464
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:31.570Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
19465
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:31.570Z - [REQUEST]: package.json,README.md,apps/playground/src/app/app.config.ts,.github/workflows/deploy-demo.yml
19466
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:31.570Z - [REQUEST]:
19467
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:31.577Z - Time taken for 'hash changed files from watcher' 3.4932090000947937ms
19468
+ [plugin-worker] "nx/core/project-json" (pid: 69965) listening on /private/tmp/plugin61260-6-662112.896708.sock
19469
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 69963) listening on /private/tmp/plugin61260-4-662086.425917.sock
19470
+ [isolated-plugin] connected to worker for "nx/core/project-json" (pid: 69965)
19471
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:32.695Z - Time taken for 'start-plugin-worker:nx/core/project-json' 1174.5902500000084ms
19472
+ [plugin-worker] "nx/core/project-json" (pid: 69965) connected
19473
+ Time taken for 'plugin worker 69965 code loading' 652.1923750000001ms
19474
+ Time taken for 'plugin worker 69963 code loading' 652.2041250000001ms
19475
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 69963) connected
19476
+ [plugin-worker] "nx/core/package-json" (pid: 69964) listening on /private/tmp/plugin61260-5-662112.099583.sock
19477
+ Time taken for 'plugin worker 69964 code loading' 652.1474580000001ms
19478
+ [isolated-plugin] connected to worker for "nx/js/dependencies-and-lockfile" (pid: 69963)
19479
+ [isolated-plugin] connected to worker for "nx/core/package-json" (pid: 69964)
19480
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:32.697Z - Time taken for 'start-plugin-worker:nx/js/dependencies-and-lockfile' 1204.9787910000887ms
19481
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:32.697Z - Time taken for 'start-plugin-worker:nx/core/package-json' 1178.670000000042ms
19482
+ [plugin-worker] "nx/core/package-json" (pid: 69964) connected
19483
+ [plugin-worker] "nx/core/project-json" (pid: 69965) loaded successfully
19484
+ [plugin-worker] "nx/core/package-json" (pid: 69964) loaded successfully
19485
+ Time taken for 'nx/core/project-json:createNodes' 2.1504999999999654ms
19486
+ [isolated-plugin] shutting down worker for "nx/core/project-json" after createNodes
19487
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 69963) loaded successfully
19488
+ Time taken for 'nx/core/package-json:createNodes' 18.277000000000044ms
19489
+ [isolated-plugin] shutting down worker for "nx/core/package-json" after createNodes
19490
+ Time taken for 'nx/js/dependencies-and-lockfile:createNodes' 16.211500000000115ms
19491
+ Time taken for 'nx/js/dependencies-and-lockfile:createNodes' 11.081458999999995ms
19492
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:32.800Z - Time taken for 'build-project-configs' 1208.0810839999467ms
19493
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:32.800Z - Time taken for 'build-project-configs' 1210.7578340000473ms
19494
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:32.800Z - Time taken for 'createNodes:merge' 3.1055419999174774ms
19495
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:32.800Z - Time taken for 'createNodes:merge' 2.6380409999983385ms
19496
+ Time taken for 'build typescript dependencies' 148.50079200000005ms
19497
+ [isolated-plugin] shutting down worker for "nx/js/dependencies-and-lockfile" after createDependencies
19498
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:32.990Z - [SYNC]: collect registered sync generators
19499
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:33.001Z - [SYNC]: project graph hash is the same, not collecting task sync generators
19500
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:33.001Z - [SYNC]: nx.json hash is the same, not collecting global sync generators
19501
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:33.014Z - Wrote project graph cache to /Applications/AngularJS/angular-web-sdk/.nx/workspace-data/project-graph.json
19502
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:33.015Z - Time taken for 'total execution time for createProjectGraph()' 191.00179200002458ms
19503
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:33.015Z - Time taken for 'createDependencies' 182.8110409999499ms
19504
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:33.015Z - Time taken for 'nx/js/dependencies-and-lockfile:createDependencies' 182.22120800008997ms
19505
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:33.015Z - Time taken for 'createMetadata' 0.020958000095561147ms
19506
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:33.015Z - Time taken for 'serialize graph' 7.22179199999664ms
19507
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:33.015Z - Time taken for 'write cache' 12.900000000023283ms
19508
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=2
19509
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=6
19510
+ DEBUG nx::native::watch::watcher: [create] .pnpm-store/v11/index.db-shm
19511
+ DEBUG nx::native::watch::watcher: [delete] _tmp_70109_fc39cc55f753639630c4694cded2bad0
19512
+ DEBUG nx::native::watch::watcher: [create] .pnpm-store/v11/index.db
19513
+ DEBUG nx::native::watch::watcher: [delete] _tmp_70109_b28c92b847398c21e37fb0a5d10b9694
19514
+ DEBUG nx::native::watch::watcher: [delete] .pnpm-store/v11/index.db-journal
19515
+ DEBUG nx::native::watch::watcher: [create] .pnpm-store/v11/index.db-wal
19516
+ DEBUG nx::native::watch::watcher: [delete] _tmp_70109_b28c92b847398c21e37fb0a5d10b9694
19517
+ DEBUG nx::native::watch::watcher: [delete] _tmp_70109_fc39cc55f753639630c4694cded2bad0
19518
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:40.097Z - [WATCHER]: Processing file changes in outputs
19519
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:40.099Z - [WATCHER]: 0 file(s) created or restored, 0 file(s) modified, 2 file(s) deleted
19520
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:40.099Z - [WATCHER]: [watcher] routeWorkspaceChanges batch: 2 events: delete:_tmp_70109_b28c92b847398c21e37fb0a5d10b9694, delete:_tmp_70109_fc39cc55f753639630c4694cded2bad0
19521
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:40.099Z - [WATCHER]: File changes detected:
19522
+ Created:
19523
+ (none)
19524
+ Updated:
19525
+ (none)
19526
+ Deleted:
19527
+ - _tmp_70109_b28c92b847398c21e37fb0a5d10b9694
19528
+ - _tmp_70109_fc39cc55f753639630c4694cded2bad0
19529
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:40.107Z - [SYNC]: clearing sync generators cache due to file changes
19530
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:40.109Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
19531
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:40.110Z - [REQUEST]:
19532
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:40.110Z - [REQUEST]: _tmp_70109_b28c92b847398c21e37fb0a5d10b9694,_tmp_70109_fc39cc55f753639630c4694cded2bad0
19533
+ [plugin-client] restarting worker for "nx/js/dependencies-and-lockfile"
19534
+ [isolated-plugin] spawned worker for "nx/js/dependencies-and-lockfile" (pid: 70135, socket: /private/tmp/plugin61260-7-670746.60175.sock)
19535
+ [plugin-client] restarting worker for "nx/core/package-json"
19536
+ [isolated-plugin] spawned worker for "nx/core/package-json" (pid: 70136, socket: /private/tmp/plugin61260-8-670748.473125.sock)
19537
+ [plugin-client] restarting worker for "nx/core/project-json"
19538
+ [isolated-plugin] spawned worker for "nx/core/project-json" (pid: 70137, socket: /private/tmp/plugin61260-9-670750.411917.sock)
19539
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:40.159Z - Time taken for 'hash changed files from watcher' 6.945500000030734ms
19540
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=3
19541
+ DEBUG nx::native::watch::watcher: [delete] .pnpm-store/v11/index.db-shm
19542
+ DEBUG nx::native::watch::watcher: [update] .pnpm-store/v11/index.db
19543
+ DEBUG nx::native::watch::watcher: [delete] .pnpm-store/v11/index.db-wal
19544
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:40.622Z - [WATCHER]: Processing file changes in outputs
19545
+ [plugin-worker] "nx/core/package-json" (pid: 70136) listening on /private/tmp/plugin61260-8-670748.473125.sock
19546
+ [plugin-worker] "nx/core/project-json" (pid: 70137) listening on /private/tmp/plugin61260-9-670750.411917.sock
19547
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 70135) listening on /private/tmp/plugin61260-7-670746.60175.sock
19548
+ Time taken for 'plugin worker 70137 code loading' 613.360917ms
19549
+ Time taken for 'plugin worker 70136 code loading' 617.67875ms
19550
+ Time taken for 'plugin worker 70135 code loading' 623.2988339999999ms
19551
+ [isolated-plugin] connected to worker for "nx/core/package-json" (pid: 70136)
19552
+ [isolated-plugin] connected to worker for "nx/core/project-json" (pid: 70137)
19553
+ [isolated-plugin] connected to worker for "nx/js/dependencies-and-lockfile" (pid: 70135)
19554
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:40.918Z - Time taken for 'start-plugin-worker:nx/js/dependencies-and-lockfile' 767.9180409999099ms
19555
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:40.918Z - Time taken for 'start-plugin-worker:nx/core/package-json' 760.6436669999966ms
19556
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:40.918Z - Time taken for 'start-plugin-worker:nx/core/project-json' 759.5335000000196ms
19557
+ [plugin-worker] "nx/core/package-json" (pid: 70136) connected
19558
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 70135) connected
19559
+ [plugin-worker] "nx/core/project-json" (pid: 70137) connected
19560
+ [plugin-worker] "nx/core/project-json" (pid: 70137) loaded successfully
19561
+ [plugin-worker] "nx/core/package-json" (pid: 70136) loaded successfully
19562
+ Time taken for 'nx/core/project-json:createNodes' 4.1766249999999445ms
19563
+ [isolated-plugin] shutting down worker for "nx/core/project-json" after createNodes
19564
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 70135) loaded successfully
19565
+ [isolated-plugin] shutting down worker for "nx/core/package-json" after createNodes
19566
+ Time taken for 'nx/js/dependencies-and-lockfile:createNodes' 18.281333000000018ms
19567
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:40.992Z - Time taken for 'build-project-configs' 824.1414589999476ms
19568
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:40.992Z - Time taken for 'createNodes:merge' 2.9237079999875277ms
19569
+ Time taken for 'build typescript dependencies' 0.3277500000000373ms
19570
+ [isolated-plugin] shutting down worker for "nx/js/dependencies-and-lockfile" after createDependencies
19571
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:41.082Z - [SYNC]: collect registered sync generators
19572
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:41.087Z - [SYNC]: project graph hash is the same, not collecting task sync generators
19573
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:41.087Z - [SYNC]: nx.json hash is the same, not collecting global sync generators
19574
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:41.105Z - Wrote project graph cache to /Applications/AngularJS/angular-web-sdk/.nx/workspace-data/project-graph.json
19575
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:41.105Z - Time taken for 'total execution time for createProjectGraph()' 95.9704999999376ms
19576
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:41.105Z - Time taken for 'createDependencies' 77.50116700003855ms
19577
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:41.105Z - Time taken for 'nx/js/dependencies-and-lockfile:createDependencies' 77.22950000001583ms
19578
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:41.105Z - Time taken for 'createMetadata' 0.023999999975785613ms
19579
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:41.105Z - Time taken for 'serialize graph' 7.205624999944121ms
19580
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:41.105Z - Time taken for 'write cache' 17.86829199991189ms
19581
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=6
19582
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-icons/README.md
19583
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-theme/README.md
19584
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-models/README.md
19585
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-ui/README.md
19586
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-storage/README.md
19587
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-core/README.md
19588
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:55.843Z - [WATCHER]: 0 file(s) created or restored, 6 file(s) modified, 0 file(s) deleted
19589
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:55.843Z - [WATCHER]: [watcher] routeWorkspaceChanges batch: 6 events: update:dist/libs/africanies-icons/README.md, update:dist/libs/africanies-theme/README.md, update:dist/libs/africanies-models/README.md, update:dist/libs/africanies-ui/README.md, update:dist/libs/africanies-storage/README.md, update:dist/libs/africanies-core/README.md
19590
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:55.844Z - [WATCHER]: File changes detected:
19591
+ Created:
19592
+ (none)
19593
+ Updated:
19594
+ - dist/libs/africanies-icons/README.md
19595
+ - dist/libs/africanies-theme/README.md
19596
+ - dist/libs/africanies-models/README.md
19597
+ - dist/libs/africanies-ui/README.md
19598
+ - dist/libs/africanies-storage/README.md
19599
+ - dist/libs/africanies-core/README.md
19600
+ Deleted:
19601
+ (none)
19602
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:55.851Z - [SYNC]: clearing sync generators cache due to file changes
19603
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=36
19604
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-models/types/africanies-africanies-models.d.ts
19605
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-storage/README.md
19606
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-ui/assets/carriers/dhl.svg
19607
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-storage/package.json
19608
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-ui/assets/brand/africanies-logo.png
19609
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-theme/package.json
19610
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-theme/README.md
19611
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-ui/package.json
19612
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-models/fesm2022/africanies-africanies-models.mjs
19613
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-theme/tailwind-preset.cjs
19614
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-storage/types/africanies-africanies-storage.d.ts
19615
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-models/package.json
19616
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-icons/README.md
19617
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-icons/assets/icons.sprite.svg
19618
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-core/types/africanies-africanies-core.d.ts
19619
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-icons/fesm2022/africanies-africanies-icons.mjs
19620
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-theme/fesm2022/africanies-africanies-theme.mjs.map
19621
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-ui/assets/brand/africanies-logo.svg
19622
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-ui/README.md
19623
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-icons/fesm2022/africanies-africanies-icons.mjs.map
19624
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-ui/fesm2022/africanies-africanies-ui.mjs
19625
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-core/fesm2022/africanies-africanies-core.mjs.map
19626
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-ui/fesm2022/africanies-africanies-ui.mjs.map
19627
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-icons/types/africanies-africanies-icons.d.ts
19628
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-core/fesm2022/africanies-africanies-core.mjs
19629
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-core/README.md
19630
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-models/README.md
19631
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-models/fesm2022/africanies-africanies-models.mjs.map
19632
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-storage/fesm2022/africanies-africanies-storage.mjs.map
19633
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:55.852Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
19634
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-icons/package.json
19635
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-core/package.json
19636
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-ui/types/africanies-africanies-ui.d.ts
19637
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-theme/types/africanies-africanies-theme.d.ts
19638
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-ui/assets/brand/africanies-logo-mini.png
19639
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-theme/fesm2022/africanies-africanies-theme.mjs
19640
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:55.852Z - [REQUEST]: dist/libs/africanies-ui/README.md,dist/libs/africanies-models/README.md,dist/libs/africanies-icons/README.md,dist/libs/africanies-core/README.md,dist/libs/africanies-storage/README.md,dist/libs/africanies-theme/README.md
19641
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-storage/fesm2022/africanies-africanies-storage.mjs
19642
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:55.852Z - [REQUEST]:
19643
+ [plugin-client] restarting worker for "nx/js/dependencies-and-lockfile"
19644
+ [isolated-plugin] spawned worker for "nx/js/dependencies-and-lockfile" (pid: 70380, socket: /private/tmp/plugin61260-10-686449.915042.sock)
19645
+ [plugin-client] restarting worker for "nx/core/package-json"
19646
+ [isolated-plugin] spawned worker for "nx/core/package-json" (pid: 70381, socket: /private/tmp/plugin61260-11-686452.6175.sock)
19647
+ [plugin-client] restarting worker for "nx/core/project-json"
19648
+ [isolated-plugin] spawned worker for "nx/core/project-json" (pid: 70382, socket: /private/tmp/plugin61260-12-686454.726125.sock)
19649
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:55.863Z - Time taken for 'hash changed files from watcher' 6.808959000045434ms
19650
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:55.865Z - [WATCHER]: Processing file changes in outputs
19651
+ [plugin-worker] "nx/core/project-json" (pid: 70382) listening on /private/tmp/plugin61260-12-686454.726125.sock
19652
+ Time taken for 'plugin worker 70382 code loading' 190.020917ms
19653
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 70380) listening on /private/tmp/plugin61260-10-686449.915042.sock
19654
+ [plugin-worker] "nx/core/package-json" (pid: 70381) listening on /private/tmp/plugin61260-11-686452.6175.sock
19655
+ Time taken for 'plugin worker 70380 code loading' 199.633708ms
19656
+ Time taken for 'plugin worker 70381 code loading' 198.50266599999998ms
19657
+ [isolated-plugin] connected to worker for "nx/js/dependencies-and-lockfile" (pid: 70380)
19658
+ [isolated-plugin] connected to worker for "nx/core/package-json" (pid: 70381)
19659
+ [isolated-plugin] connected to worker for "nx/core/project-json" (pid: 70382)
19660
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:56.137Z - Time taken for 'start-plugin-worker:nx/js/dependencies-and-lockfile' 279.59333299996797ms
19661
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:56.138Z - Time taken for 'start-plugin-worker:nx/core/package-json' 277.5028749998892ms
19662
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:56.138Z - Time taken for 'start-plugin-worker:nx/core/project-json' 276.9664590000175ms
19663
+ [plugin-worker] "nx/core/package-json" (pid: 70381) connected
19664
+ [plugin-worker] "nx/core/project-json" (pid: 70382) connected
19665
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 70380) connected
19666
+ [plugin-worker] "nx/core/project-json" (pid: 70382) loaded successfully
19667
+ [plugin-worker] "nx/core/package-json" (pid: 70381) loaded successfully
19668
+ Time taken for 'nx/core/project-json:createNodes' 3.1187080000000265ms
19669
+ [isolated-plugin] shutting down worker for "nx/core/project-json" after createNodes
19670
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 70380) loaded successfully
19671
+ [isolated-plugin] shutting down worker for "nx/core/package-json" after createNodes
19672
+ Time taken for 'nx/js/dependencies-and-lockfile:createNodes' 12.615542000000005ms
19673
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:56.361Z - Time taken for 'build-project-configs' 372.7709170000162ms
19674
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:56.361Z - Time taken for 'createNodes:merge' 4.247916999971494ms
19675
+ Time taken for 'build typescript dependencies' 12.30499999999995ms
19676
+ [isolated-plugin] shutting down worker for "nx/js/dependencies-and-lockfile" after createDependencies
19677
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:56.418Z - [SYNC]: collect registered sync generators
19678
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:56.419Z - [SYNC]: project graph hash is the same, not collecting task sync generators
19679
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:56.419Z - [SYNC]: nx.json hash is the same, not collecting global sync generators
19680
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:56.425Z - Wrote project graph cache to /Applications/AngularJS/angular-web-sdk/.nx/workspace-data/project-graph.json
19681
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:56.426Z - Time taken for 'total execution time for createProjectGraph()' 145.65445899998304ms
19682
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:56.426Z - Time taken for 'createDependencies' 74.04058399994392ms
19683
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:56.426Z - Time taken for 'nx/js/dependencies-and-lockfile:createDependencies' 73.48175000003539ms
19684
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:56.426Z - Time taken for 'createMetadata' 0.01216699997894466ms
19685
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:56.426Z - Time taken for 'serialize graph' 2.4780839999439195ms
19686
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:35:56.426Z - Time taken for 'write cache' 6.794624999980442ms
19687
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=1
19688
+ DEBUG nx::native::watch::watcher: [update] .angular/cache/22.0.9/playground/.tsbuildinfo
19689
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:01.157Z - [WATCHER]: Processing file changes in outputs
19690
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=2
19691
+ DEBUG nx::native::watch::watcher: [create] .angular/cache/22.0.9/playground/angular-compiler.db
19692
+ DEBUG nx::native::watch::watcher: [create] .angular/cache/22.0.9/playground/angular-compiler.db-lock
19693
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:04.375Z - [WATCHER]: Processing file changes in outputs
19694
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=6
19695
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-icons/README.md
19696
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-theme/README.md
19697
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-models/README.md
19698
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-ui/README.md
19699
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-storage/README.md
19700
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-core/README.md
19701
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=36
19702
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-models/types/africanies-africanies-models.d.ts
19703
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-theme/fesm2022/africanies-africanies-theme.mjs
19704
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-ui/assets/carriers/dhl.svg
19705
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-storage/package.json
19706
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-ui/assets/brand/africanies-logo.png
19707
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-theme/package.json
19708
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-theme/README.md
19709
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-ui/package.json
19710
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-models/fesm2022/africanies-africanies-models.mjs
19711
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-theme/tailwind-preset.cjs
19712
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-storage/types/africanies-africanies-storage.d.ts
19713
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-models/package.json
19714
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-icons/README.md
19715
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-icons/assets/icons.sprite.svg
19716
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-core/types/africanies-africanies-core.d.ts
19717
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-icons/fesm2022/africanies-africanies-icons.mjs
19718
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-theme/fesm2022/africanies-africanies-theme.mjs.map
19719
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-ui/assets/brand/africanies-logo.svg
19720
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-ui/README.md
19721
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-icons/fesm2022/africanies-africanies-icons.mjs.map
19722
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-ui/fesm2022/africanies-africanies-ui.mjs
19723
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-core/fesm2022/africanies-africanies-core.mjs.map
19724
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-ui/fesm2022/africanies-africanies-ui.mjs.map
19725
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-icons/types/africanies-africanies-icons.d.ts
19726
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-core/fesm2022/africanies-africanies-core.mjs
19727
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-core/README.md
19728
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-models/README.md
19729
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-models/fesm2022/africanies-africanies-models.mjs.map
19730
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-storage/fesm2022/africanies-africanies-storage.mjs.map
19731
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-icons/package.json
19732
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-core/package.json
19733
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-ui/types/africanies-africanies-ui.d.ts
19734
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-theme/types/africanies-africanies-theme.d.ts
19735
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-ui/assets/brand/africanies-logo-mini.png
19736
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-storage/fesm2022/africanies-africanies-storage.mjs
19737
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-storage/README.md
19738
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:10.765Z - [WATCHER]: 0 file(s) created or restored, 6 file(s) modified, 0 file(s) deleted
19739
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:10.766Z - [WATCHER]: [watcher] routeWorkspaceChanges batch: 6 events: update:dist/libs/africanies-icons/README.md, update:dist/libs/africanies-theme/README.md, update:dist/libs/africanies-models/README.md, update:dist/libs/africanies-ui/README.md, update:dist/libs/africanies-storage/README.md, update:dist/libs/africanies-core/README.md
19740
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:10.766Z - [WATCHER]: File changes detected:
19741
+ Created:
19742
+ (none)
19743
+ Updated:
19744
+ - dist/libs/africanies-icons/README.md
19745
+ - dist/libs/africanies-theme/README.md
19746
+ - dist/libs/africanies-models/README.md
19747
+ - dist/libs/africanies-ui/README.md
19748
+ - dist/libs/africanies-storage/README.md
19749
+ - dist/libs/africanies-core/README.md
19750
+ Deleted:
19751
+ (none)
19752
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:10.771Z - Time taken for 'hash changed files from watcher' 4.565333000035025ms
19753
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:10.771Z - [WATCHER]: Processing file changes in outputs
19754
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=1
19755
+ DEBUG nx::native::watch::watcher: [update] .angular/cache/22.0.9/playground/.tsbuildinfo
19756
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:13.859Z - [WATCHER]: Processing file changes in outputs
19757
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=1
19758
+ DEBUG nx::native::watch::watcher: [create] .angular/cache/22.0.9/playground/angular-compiler.db-lock
19759
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:16.354Z - [WATCHER]: Processing file changes in outputs
19760
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=3
19761
+ DEBUG nx::native::watch::watcher: [create] tmp/libs/africanies-models/build/tsconfig.generated.92bcaa31-02c5-4b8a-90fa-8f5aa30e678d.json
19762
+ DEBUG nx::native::watch::watcher: [create] tmp/libs/africanies-storage/build/tsconfig.generated.5f2b930a-f6d1-4fdf-922b-34cf93d89546.json
19763
+ DEBUG nx::native::watch::watcher: [create] tmp/libs/africanies-icons/build/tsconfig.generated.66b2af05-e285-451a-a5c4-4c95ad1843e3.json
19764
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:23.019Z - [WATCHER]: Processing file changes in outputs
19765
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=3
19766
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-icons/README.md
19767
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-models/README.md
19768
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-storage/README.md
19769
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=26
19770
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-models/types/africanies-africanies-models.d.ts
19771
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-models/types
19772
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-icons/fesm2022
19773
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-storage/fesm2022/africanies-africanies-storage.mjs
19774
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-storage/package.json
19775
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-storage
19776
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-icons
19777
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-models/fesm2022/africanies-africanies-models.mjs
19778
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-storage/fesm2022
19779
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-storage/types/africanies-africanies-storage.d.ts
19780
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-models/package.json
19781
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-icons/README.md
19782
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-icons/assets/icons.sprite.svg
19783
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-icons/fesm2022/africanies-africanies-icons.mjs
19784
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-icons/fesm2022/africanies-africanies-icons.mjs.map
19785
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-icons/types
19786
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-icons/types/africanies-africanies-icons.d.ts
19787
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-storage/types
19788
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-models/README.md
19789
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-models/fesm2022/africanies-africanies-models.mjs.map
19790
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-icons/package.json
19791
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-storage/fesm2022/africanies-africanies-storage.mjs.map
19792
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-icons/assets
19793
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-models
19794
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-models/fesm2022
19795
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-storage/README.md
19796
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:23.505Z - [WATCHER]: Processing file changes in outputs
19797
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:23.505Z - [WATCHER]: 0 file(s) created or restored, 0 file(s) modified, 3 file(s) deleted
19798
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:23.505Z - [WATCHER]: [watcher] routeWorkspaceChanges batch: 3 events: delete:dist/libs/africanies-icons/README.md, delete:dist/libs/africanies-models/README.md, delete:dist/libs/africanies-storage/README.md
19799
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:23.505Z - [WATCHER]: File changes detected:
19800
+ Created:
19801
+ (none)
19802
+ Updated:
19803
+ (none)
19804
+ Deleted:
19805
+ - dist/libs/africanies-icons/README.md
19806
+ - dist/libs/africanies-models/README.md
19807
+ - dist/libs/africanies-storage/README.md
19808
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:23.547Z - [SYNC]: clearing sync generators cache due to file changes
19809
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:23.547Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
19810
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:23.547Z - [REQUEST]:
19811
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:23.547Z - [REQUEST]: dist/libs/africanies-icons/README.md,dist/libs/africanies-models/README.md,dist/libs/africanies-storage/README.md
19812
+ [plugin-client] restarting worker for "nx/js/dependencies-and-lockfile"
19813
+ [isolated-plugin] spawned worker for "nx/js/dependencies-and-lockfile" (pid: 70887, socket: /private/tmp/plugin61260-13-714169.371875.sock)
19814
+ [plugin-client] restarting worker for "nx/core/package-json"
19815
+ [isolated-plugin] spawned worker for "nx/core/package-json" (pid: 70888, socket: /private/tmp/plugin61260-14-714171.027.sock)
19816
+ [plugin-client] restarting worker for "nx/core/project-json"
19817
+ [isolated-plugin] spawned worker for "nx/core/project-json" (pid: 70889, socket: /private/tmp/plugin61260-15-714171.6895.sock)
19818
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:23.579Z - Time taken for 'hash changed files from watcher' 41.00291699997615ms
19819
+ [plugin-worker] "nx/core/project-json" (pid: 70889) listening on /private/tmp/plugin61260-15-714171.6895.sock
19820
+ [isolated-plugin] connected to worker for "nx/core/project-json" (pid: 70889)
19821
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:23.936Z - Time taken for 'start-plugin-worker:nx/core/project-json' 357.5652079998981ms
19822
+ Time taken for 'plugin worker 70889 code loading' 318.926666ms
19823
+ [plugin-worker] "nx/core/project-json" (pid: 70889) connected
19824
+ [plugin-worker] "nx/core/project-json" (pid: 70889) loaded successfully
19825
+ Time taken for 'nx/core/project-json:createNodes' 1.138417000000004ms
19826
+ [isolated-plugin] shutting down worker for "nx/core/project-json" after createNodes
19827
+ [isolated-plugin] connected to worker for "nx/core/package-json" (pid: 70888)
19828
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:24.075Z - Time taken for 'start-plugin-worker:nx/core/package-json' 497.7381249999162ms
19829
+ [plugin-worker] "nx/core/package-json" (pid: 70888) listening on /private/tmp/plugin61260-14-714171.027.sock
19830
+ [plugin-worker] "nx/core/package-json" (pid: 70888) connected
19831
+ Time taken for 'plugin worker 70888 code loading' 454.135416ms
19832
+ [plugin-worker] "nx/core/package-json" (pid: 70888) loaded successfully
19833
+ [isolated-plugin] shutting down worker for "nx/core/package-json" after createNodes
19834
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 70887) listening on /private/tmp/plugin61260-13-714169.371875.sock
19835
+ [isolated-plugin] connected to worker for "nx/js/dependencies-and-lockfile" (pid: 70887)
19836
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:24.151Z - Time taken for 'start-plugin-worker:nx/js/dependencies-and-lockfile' 575.1960410000756ms
19837
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 70887) connected
19838
+ Time taken for 'plugin worker 70887 code loading' 533.545458ms
19839
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 70887) loaded successfully
19840
+ Time taken for 'nx/js/dependencies-and-lockfile:createNodes' 8.318417000000068ms
19841
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:24.244Z - Time taken for 'build-project-configs' 640.0408329999773ms
19842
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:24.245Z - Time taken for 'createNodes:merge' 6.408792000031099ms
19843
+ Time taken for 'build typescript dependencies' 0.1407090000000153ms
19844
+ [isolated-plugin] shutting down worker for "nx/js/dependencies-and-lockfile" after createDependencies
19845
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:24.290Z - [SYNC]: collect registered sync generators
19846
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:24.291Z - [SYNC]: project graph hash is the same, not collecting task sync generators
19847
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:24.291Z - [SYNC]: nx.json hash is the same, not collecting global sync generators
19848
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:24.322Z - Wrote project graph cache to /Applications/AngularJS/angular-web-sdk/.nx/workspace-data/project-graph.json
19849
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:24.323Z - Time taken for 'total execution time for createProjectGraph()' 65.30333300004713ms
19850
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:24.323Z - Time taken for 'createDependencies' 51.88500000000931ms
19851
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:24.323Z - Time taken for 'nx/js/dependencies-and-lockfile:createDependencies' 51.63920800003689ms
19852
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:24.323Z - Time taken for 'createMetadata' 0.025332999997772276ms
19853
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:24.323Z - Time taken for 'serialize graph' 4.584833000088111ms
19854
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:24.323Z - Time taken for 'write cache' 32.00362500001211ms
19855
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=3
19856
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-icons/README.md
19857
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-models/README.md
19858
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-storage/README.md
19859
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:25.975Z - [WATCHER]: 0 file(s) created or restored, 3 file(s) modified, 0 file(s) deleted
19860
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:25.975Z - [WATCHER]: [watcher] routeWorkspaceChanges batch: 3 events: update:dist/libs/africanies-icons/README.md, update:dist/libs/africanies-models/README.md, update:dist/libs/africanies-storage/README.md
19861
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:25.975Z - [WATCHER]: File changes detected:
19862
+ Created:
19863
+ (none)
19864
+ Updated:
19865
+ - dist/libs/africanies-icons/README.md
19866
+ - dist/libs/africanies-models/README.md
19867
+ - dist/libs/africanies-storage/README.md
19868
+ Deleted:
19869
+ (none)
19870
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=19
19871
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-models/types/africanies-africanies-models.d.ts
19872
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-storage/package.json
19873
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-models/fesm2022/africanies-africanies-models.mjs
19874
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-storage/types/africanies-africanies-storage.d.ts
19875
+ DEBUG nx::native::watch::watcher: [delete] tmp/libs/africanies-models/build/tsconfig.generated.92bcaa31-02c5-4b8a-90fa-8f5aa30e678d.json
19876
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-models/package.json
19877
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-icons/README.md
19878
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-icons/assets/icons.sprite.svg
19879
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-icons/fesm2022/africanies-africanies-icons.mjs
19880
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-icons/fesm2022/africanies-africanies-icons.mjs.map
19881
+ DEBUG nx::native::watch::watcher: [delete] tmp/libs/africanies-storage/build/tsconfig.generated.5f2b930a-f6d1-4fdf-922b-34cf93d89546.json
19882
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-icons/types/africanies-africanies-icons.d.ts
19883
+ DEBUG nx::native::watch::watcher: [delete] tmp/libs/africanies-icons/build/tsconfig.generated.66b2af05-e285-451a-a5c4-4c95ad1843e3.json
19884
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-storage/fesm2022/africanies-africanies-storage.mjs.map
19885
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-models/fesm2022/africanies-africanies-models.mjs.map
19886
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-models/README.md
19887
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-icons/package.json
19888
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-storage/fesm2022/africanies-africanies-storage.mjs
19889
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-storage/README.md
19890
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:25.978Z - [SYNC]: clearing sync generators cache due to file changes
19891
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:25.979Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
19892
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:25.979Z - [REQUEST]: dist/libs/africanies-icons/README.md,dist/libs/africanies-storage/README.md,dist/libs/africanies-models/README.md
19893
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:25.979Z - [REQUEST]:
19894
+ [plugin-client] restarting worker for "nx/js/dependencies-and-lockfile"
19895
+ [isolated-plugin] spawned worker for "nx/js/dependencies-and-lockfile" (pid: 70921, socket: /private/tmp/plugin61260-16-716575.472042.sock)
19896
+ [plugin-client] restarting worker for "nx/core/package-json"
19897
+ [isolated-plugin] spawned worker for "nx/core/package-json" (pid: 70922, socket: /private/tmp/plugin61260-17-716576.475458.sock)
19898
+ [plugin-client] restarting worker for "nx/core/project-json"
19899
+ [isolated-plugin] spawned worker for "nx/core/project-json" (pid: 70923, socket: /private/tmp/plugin61260-18-716577.698292.sock)
19900
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:25.985Z - Time taken for 'hash changed files from watcher' 2.633665999979712ms
19901
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:25.986Z - [WATCHER]: Processing file changes in outputs
19902
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 70921) listening on /private/tmp/plugin61260-16-716575.472042.sock
19903
+ Time taken for 'plugin worker 70921 code loading' 111.966584ms
19904
+ [plugin-worker] "nx/core/package-json" (pid: 70922) listening on /private/tmp/plugin61260-17-716576.475458.sock
19905
+ [isolated-plugin] connected to worker for "nx/js/dependencies-and-lockfile" (pid: 70921)
19906
+ [isolated-plugin] connected to worker for "nx/core/package-json" (pid: 70922)
19907
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:26.139Z - Time taken for 'start-plugin-worker:nx/js/dependencies-and-lockfile' 156.5341250000056ms
19908
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:26.139Z - Time taken for 'start-plugin-worker:nx/core/package-json' 155.6545000000624ms
19909
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 70921) connected
19910
+ [plugin-worker] "nx/core/package-json" (pid: 70922) connected
19911
+ Time taken for 'plugin worker 70922 code loading' 124.16933300000001ms
19912
+ [plugin-worker] "nx/core/project-json" (pid: 70923) listening on /private/tmp/plugin61260-18-716577.698292.sock
19913
+ [plugin-worker] "nx/core/package-json" (pid: 70922) loaded successfully
19914
+ Time taken for 'plugin worker 70923 code loading' 117.25824999999999ms
19915
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 70921) loaded successfully
19916
+ [isolated-plugin] connected to worker for "nx/core/project-json" (pid: 70923)
19917
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:26.150Z - Time taken for 'start-plugin-worker:nx/core/project-json' 165.83183399995323ms
19918
+ [plugin-worker] "nx/core/project-json" (pid: 70923) connected
19919
+ [plugin-worker] "nx/core/project-json" (pid: 70923) loaded successfully
19920
+ Time taken for 'nx/core/project-json:createNodes' 1.144124999999974ms
19921
+ [isolated-plugin] shutting down worker for "nx/core/project-json" after createNodes
19922
+ Time taken for 'nx/js/dependencies-and-lockfile:createNodes' 6.77158399999999ms
19923
+ [isolated-plugin] shutting down worker for "nx/core/package-json" after createNodes
19924
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:26.176Z - Time taken for 'build-project-configs' 187.84229199995752ms
19925
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:26.176Z - Time taken for 'createNodes:merge' 2.1371669999789447ms
19926
+ Time taken for 'build typescript dependencies' 3.9254160000000127ms
19927
+ [isolated-plugin] shutting down worker for "nx/js/dependencies-and-lockfile" after createDependencies
19928
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:26.193Z - [SYNC]: collect registered sync generators
19929
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:26.194Z - [SYNC]: project graph hash is the same, not collecting task sync generators
19930
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:26.194Z - [SYNC]: nx.json hash is the same, not collecting global sync generators
19931
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:26.198Z - Wrote project graph cache to /Applications/AngularJS/angular-web-sdk/.nx/workspace-data/project-graph.json
19932
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:26.198Z - Time taken for 'total execution time for createProjectGraph()' 20.566500000073574ms
19933
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:26.198Z - Time taken for 'createDependencies' 17.208040999947116ms
19934
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:26.198Z - Time taken for 'nx/js/dependencies-and-lockfile:createDependencies' 17.132125000003725ms
19935
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:26.198Z - Time taken for 'createMetadata' 0.006667000008746982ms
19936
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:26.198Z - Time taken for 'serialize graph' 1.673958000028506ms
19937
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:26.198Z - Time taken for 'write cache' 4.030583000043407ms
19938
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=1
19939
+ DEBUG nx::native::watch::watcher: [create] tmp/libs/africanies-core/build/tsconfig.generated.894f9283-afef-470c-b128-3c11e52f7d77.json
19940
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:26.625Z - [WATCHER]: Processing file changes in outputs
19941
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=8
19942
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-core
19943
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-core/types/africanies-africanies-core.d.ts
19944
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-core/types
19945
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-core/fesm2022/africanies-africanies-core.mjs.map
19946
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-core/fesm2022/africanies-africanies-core.mjs
19947
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-core/README.md
19948
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-core/package.json
19949
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-core/fesm2022
19950
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:27.025Z - [WATCHER]: Processing file changes in outputs
19951
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=1
19952
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-core/README.md
19953
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:27.026Z - [WATCHER]: dist/libs/africanies-core/README.md was deleted
19954
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:27.026Z - [WATCHER]: [watcher] routeWorkspaceChanges batch: 1 events: delete:dist/libs/africanies-core/README.md
19955
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:27.026Z - [WATCHER]: File changes detected:
19956
+ Created:
19957
+ (none)
19958
+ Updated:
19959
+ (none)
19960
+ Deleted:
19961
+ - dist/libs/africanies-core/README.md
19962
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:27.027Z - [SYNC]: clearing sync generators cache due to file changes
19963
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:27.028Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
19964
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:27.028Z - [REQUEST]:
19965
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:27.028Z - [REQUEST]: dist/libs/africanies-core/README.md
19966
+ [plugin-client] restarting worker for "nx/js/dependencies-and-lockfile"
19967
+ [isolated-plugin] spawned worker for "nx/js/dependencies-and-lockfile" (pid: 70930, socket: /private/tmp/plugin61260-19-717624.963458.sock)
19968
+ [plugin-client] restarting worker for "nx/core/package-json"
19969
+ [isolated-plugin] spawned worker for "nx/core/package-json" (pid: 70931, socket: /private/tmp/plugin61260-20-717626.841667.sock)
19970
+ [plugin-client] restarting worker for "nx/core/project-json"
19971
+ [isolated-plugin] spawned worker for "nx/core/project-json" (pid: 70932, socket: /private/tmp/plugin61260-21-717629.689667.sock)
19972
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:27.042Z - Time taken for 'hash changed files from watcher' 0.8107500000623986ms
19973
+ [plugin-worker] "nx/core/package-json" (pid: 70931) listening on /private/tmp/plugin61260-20-717626.841667.sock
19974
+ Time taken for 'plugin worker 70931 code loading' 280.134875ms
19975
+ [isolated-plugin] connected to worker for "nx/core/package-json" (pid: 70931)
19976
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:27.412Z - Time taken for 'start-plugin-worker:nx/core/package-json' 374.4032920000609ms
19977
+ [plugin-worker] "nx/core/package-json" (pid: 70931) connected
19978
+ [plugin-worker] "nx/core/project-json" (pid: 70932) listening on /private/tmp/plugin61260-21-717629.689667.sock
19979
+ Time taken for 'plugin worker 70932 code loading' 288.407375ms
19980
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 70930) listening on /private/tmp/plugin61260-19-717624.963458.sock
19981
+ Time taken for 'plugin worker 70930 code loading' 295.55958300000003ms
19982
+ [plugin-worker] "nx/core/package-json" (pid: 70931) loaded successfully
19983
+ [isolated-plugin] connected to worker for "nx/js/dependencies-and-lockfile" (pid: 70930)
19984
+ [isolated-plugin] connected to worker for "nx/core/project-json" (pid: 70932)
19985
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:27.426Z - Time taken for 'start-plugin-worker:nx/js/dependencies-and-lockfile' 394.0728750000708ms
19986
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:27.426Z - Time taken for 'start-plugin-worker:nx/core/project-json' 389.8169169999892ms
19987
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 70930) connected
19988
+ [plugin-worker] "nx/core/project-json" (pid: 70932) connected
19989
+ [plugin-worker] "nx/core/project-json" (pid: 70932) loaded successfully
19990
+ Time taken for 'nx/core/project-json:createNodes' 0.6581249999999841ms
19991
+ [isolated-plugin] shutting down worker for "nx/core/project-json" after createNodes
19992
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 70930) loaded successfully
19993
+ Time taken for 'nx/js/dependencies-and-lockfile:createNodes' 17.408999999999992ms
19994
+ [isolated-plugin] shutting down worker for "nx/core/package-json" after createNodes
19995
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:27.541Z - Time taken for 'build-project-configs' 486.9185409999918ms
19996
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:27.541Z - Time taken for 'createNodes:merge' 20.21558299998287ms
19997
+ Time taken for 'build typescript dependencies' 0.335125000000005ms
19998
+ [isolated-plugin] shutting down worker for "nx/js/dependencies-and-lockfile" after createDependencies
19999
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:27.598Z - [SYNC]: collect registered sync generators
20000
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:27.598Z - [SYNC]: project graph hash is the same, not collecting task sync generators
20001
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:27.599Z - [SYNC]: nx.json hash is the same, not collecting global sync generators
20002
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:27.606Z - Wrote project graph cache to /Applications/AngularJS/angular-web-sdk/.nx/workspace-data/project-graph.json
20003
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:27.606Z - Time taken for 'total execution time for createProjectGraph()' 64.72895799996331ms
20004
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:27.606Z - Time taken for 'createDependencies' 56.17095900001004ms
20005
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:27.606Z - Time taken for 'nx/js/dependencies-and-lockfile:createDependencies' 55.997707999893464ms
20006
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:27.606Z - Time taken for 'createMetadata' 0.010583000024780631ms
20007
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:27.606Z - Time taken for 'serialize graph' 2.843207999947481ms
20008
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:27.606Z - Time taken for 'write cache' 7.328291999991052ms
20009
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=6
20010
+ DEBUG nx::native::watch::watcher: [delete] tmp/libs/africanies-core/build/tsconfig.generated.894f9283-afef-470c-b128-3c11e52f7d77.json
20011
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-core/types/africanies-africanies-core.d.ts
20012
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-core/fesm2022/africanies-africanies-core.mjs.map
20013
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-core/fesm2022/africanies-africanies-core.mjs
20014
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-core/README.md
20015
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-core/package.json
20016
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:29.343Z - [WATCHER]: Processing file changes in outputs
20017
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=1
20018
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-core/README.md
20019
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:29.343Z - [WATCHER]: dist/libs/africanies-core/README.md was modified
20020
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:29.343Z - [WATCHER]: [watcher] routeWorkspaceChanges batch: 1 events: update:dist/libs/africanies-core/README.md
20021
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:29.343Z - [WATCHER]: File changes detected:
20022
+ Created:
20023
+ (none)
20024
+ Updated:
20025
+ - dist/libs/africanies-core/README.md
20026
+ Deleted:
20027
+ (none)
20028
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:29.345Z - [SYNC]: clearing sync generators cache due to file changes
20029
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:29.345Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
20030
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:29.345Z - [REQUEST]: dist/libs/africanies-core/README.md
20031
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:29.345Z - [REQUEST]:
20032
+ [plugin-client] restarting worker for "nx/js/dependencies-and-lockfile"
20033
+ [isolated-plugin] spawned worker for "nx/js/dependencies-and-lockfile" (pid: 70967, socket: /private/tmp/plugin61260-22-719939.568958.sock)
20034
+ [plugin-client] restarting worker for "nx/core/package-json"
20035
+ [isolated-plugin] spawned worker for "nx/core/package-json" (pid: 70968, socket: /private/tmp/plugin61260-23-719940.272125.sock)
20036
+ [plugin-client] restarting worker for "nx/core/project-json"
20037
+ [isolated-plugin] spawned worker for "nx/core/project-json" (pid: 70969, socket: /private/tmp/plugin61260-24-719940.646458.sock)
20038
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:29.348Z - Time taken for 'hash changed files from watcher' 1.21120800008066ms
20039
+ [plugin-worker] "nx/core/package-json" (pid: 70968) listening on /private/tmp/plugin61260-23-719940.272125.sock
20040
+ Time taken for 'plugin worker 70968 code loading' 123.535667ms
20041
+ [isolated-plugin] connected to worker for "nx/core/package-json" (pid: 70968)
20042
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:29.503Z - Time taken for 'start-plugin-worker:nx/core/package-json' 155.9332080000313ms
20043
+ [plugin-worker] "nx/core/package-json" (pid: 70968) connected
20044
+ [plugin-worker] "nx/core/project-json" (pid: 70969) listening on /private/tmp/plugin61260-24-719940.646458.sock
20045
+ Time taken for 'plugin worker 70969 code loading' 121.769792ms
20046
+ [plugin-worker] "nx/core/package-json" (pid: 70968) loaded successfully
20047
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 70967) listening on /private/tmp/plugin61260-22-719939.568958.sock
20048
+ Time taken for 'plugin worker 70967 code loading' 125.418792ms
20049
+ [isolated-plugin] connected to worker for "nx/js/dependencies-and-lockfile" (pid: 70967)
20050
+ [isolated-plugin] connected to worker for "nx/core/project-json" (pid: 70969)
20051
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:29.514Z - Time taken for 'start-plugin-worker:nx/js/dependencies-and-lockfile' 167.42787500005215ms
20052
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:29.514Z - Time taken for 'start-plugin-worker:nx/core/project-json' 166.48441600007936ms
20053
+ [plugin-worker] "nx/core/project-json" (pid: 70969) connected
20054
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 70967) connected
20055
+ [plugin-worker] "nx/core/project-json" (pid: 70969) loaded successfully
20056
+ Time taken for 'nx/core/project-json:createNodes' 0.6707090000000164ms
20057
+ [isolated-plugin] shutting down worker for "nx/core/project-json" after createNodes
20058
+ [isolated-plugin] shutting down worker for "nx/core/package-json" after createNodes
20059
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 70967) loaded successfully
20060
+ Time taken for 'nx/js/dependencies-and-lockfile:createNodes' 6.421582999999998ms
20061
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:29.549Z - Time taken for 'build-project-configs' 197.344875000068ms
20062
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:29.549Z - Time taken for 'createNodes:merge' 2.22199999995064ms
20063
+ Time taken for 'build typescript dependencies' 2.3383330000000058ms
20064
+ [isolated-plugin] shutting down worker for "nx/js/dependencies-and-lockfile" after createDependencies
20065
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:29.564Z - [SYNC]: collect registered sync generators
20066
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:29.565Z - [SYNC]: project graph hash is the same, not collecting task sync generators
20067
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:29.565Z - [SYNC]: nx.json hash is the same, not collecting global sync generators
20068
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:29.570Z - Wrote project graph cache to /Applications/AngularJS/angular-web-sdk/.nx/workspace-data/project-graph.json
20069
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:29.570Z - Time taken for 'total execution time for createProjectGraph()' 17.935708999983035ms
20070
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:29.570Z - Time taken for 'createDependencies' 14.74800000002142ms
20071
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:29.570Z - Time taken for 'nx/js/dependencies-and-lockfile:createDependencies' 14.665167000028305ms
20072
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:29.570Z - Time taken for 'createMetadata' 0.009000000078231096ms
20073
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:29.570Z - Time taken for 'serialize graph' 1.8889170000329614ms
20074
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:29.570Z - Time taken for 'write cache' 5.086875000037253ms
20075
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=1
20076
+ DEBUG nx::native::watch::watcher: [create] tmp/libs/africanies-theme/build/tsconfig.generated.efe06f20-3e82-4b91-9f72-0c7f1c54817d.json
20077
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:29.999Z - [WATCHER]: Processing file changes in outputs
20078
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=9
20079
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-theme/package.json
20080
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-theme/README.md
20081
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-theme/tailwind-preset.cjs
20082
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-theme
20083
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-theme/fesm2022/africanies-africanies-theme.mjs.map
20084
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-theme/types
20085
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-theme/fesm2022
20086
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-theme/types/africanies-africanies-theme.d.ts
20087
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-theme/fesm2022/africanies-africanies-theme.mjs
20088
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:30.343Z - [WATCHER]: Processing file changes in outputs
20089
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=1
20090
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-theme/README.md
20091
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:30.347Z - [WATCHER]: dist/libs/africanies-theme/README.md was deleted
20092
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:30.347Z - [WATCHER]: [watcher] routeWorkspaceChanges batch: 1 events: delete:dist/libs/africanies-theme/README.md
20093
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:30.349Z - [WATCHER]: File changes detected:
20094
+ Created:
20095
+ (none)
20096
+ Updated:
20097
+ (none)
20098
+ Deleted:
20099
+ - dist/libs/africanies-theme/README.md
20100
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:30.352Z - [SYNC]: clearing sync generators cache due to file changes
20101
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:30.353Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
20102
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:30.353Z - [REQUEST]:
20103
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:30.353Z - [REQUEST]: dist/libs/africanies-theme/README.md
20104
+ [plugin-client] restarting worker for "nx/js/dependencies-and-lockfile"
20105
+ [isolated-plugin] spawned worker for "nx/js/dependencies-and-lockfile" (pid: 70992, socket: /private/tmp/plugin61260-25-720953.289125.sock)
20106
+ [plugin-client] restarting worker for "nx/core/package-json"
20107
+ [isolated-plugin] spawned worker for "nx/core/package-json" (pid: 70993, socket: /private/tmp/plugin61260-26-720954.413042.sock)
20108
+ [plugin-client] restarting worker for "nx/core/project-json"
20109
+ [isolated-plugin] spawned worker for "nx/core/project-json" (pid: 70994, socket: /private/tmp/plugin61260-27-720955.4365.sock)
20110
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:30.364Z - Time taken for 'hash changed files from watcher' 1.8244999999878928ms
20111
+ [plugin-worker] "nx/core/project-json" (pid: 70994) listening on /private/tmp/plugin61260-27-720955.4365.sock
20112
+ Time taken for 'plugin worker 70994 code loading' 139.5325ms
20113
+ [isolated-plugin] connected to worker for "nx/core/project-json" (pid: 70994)
20114
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:30.546Z - Time taken for 'start-plugin-worker:nx/core/project-json' 184.08191700000316ms
20115
+ [plugin-worker] "nx/core/project-json" (pid: 70994) connected
20116
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 70992) listening on /private/tmp/plugin61260-25-720953.289125.sock
20117
+ [plugin-worker] "nx/core/project-json" (pid: 70994) loaded successfully
20118
+ Time taken for 'plugin worker 70992 code loading' 146.198958ms
20119
+ [isolated-plugin] connected to worker for "nx/js/dependencies-and-lockfile" (pid: 70992)
20120
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:30.556Z - Time taken for 'start-plugin-worker:nx/js/dependencies-and-lockfile' 196.6646250000922ms
20121
+ [plugin-worker] "nx/core/package-json" (pid: 70993) listening on /private/tmp/plugin61260-26-720954.413042.sock
20122
+ Time taken for 'nx/core/project-json:createNodes' 0.6381250000000023ms
20123
+ Time taken for 'plugin worker 70993 code loading' 147.647917ms
20124
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 70992) connected
20125
+ [isolated-plugin] shutting down worker for "nx/core/project-json" after createNodes
20126
+ [isolated-plugin] connected to worker for "nx/core/package-json" (pid: 70993)
20127
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:30.568Z - Time taken for 'start-plugin-worker:nx/core/package-json' 206.56770899996627ms
20128
+ [plugin-worker] "nx/core/package-json" (pid: 70993) connected
20129
+ [plugin-worker] "nx/core/package-json" (pid: 70993) loaded successfully
20130
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 70992) loaded successfully
20131
+ Time taken for 'nx/js/dependencies-and-lockfile:createNodes' 5.975291999999996ms
20132
+ [isolated-plugin] shutting down worker for "nx/core/package-json" after createNodes
20133
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:30.606Z - Time taken for 'build-project-configs' 240.05900000000838ms
20134
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:30.606Z - Time taken for 'createNodes:merge' 2.491666999994777ms
20135
+ Time taken for 'build typescript dependencies' 0.11050000000000182ms
20136
+ [isolated-plugin] shutting down worker for "nx/js/dependencies-and-lockfile" after createDependencies
20137
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:30.628Z - [SYNC]: collect registered sync generators
20138
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:30.628Z - [SYNC]: project graph hash is the same, not collecting task sync generators
20139
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:30.628Z - [SYNC]: nx.json hash is the same, not collecting global sync generators
20140
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:30.634Z - Wrote project graph cache to /Applications/AngularJS/angular-web-sdk/.nx/workspace-data/project-graph.json
20141
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:30.634Z - Time taken for 'total execution time for createProjectGraph()' 25.59929199994076ms
20142
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:30.634Z - Time taken for 'createDependencies' 21.770750000025146ms
20143
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:30.634Z - Time taken for 'nx/js/dependencies-and-lockfile:createDependencies' 21.665000000037253ms
20144
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:30.634Z - Time taken for 'createMetadata' 0.008917000028304756ms
20145
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:30.634Z - Time taken for 'serialize graph' 1.7745839999988675ms
20146
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:30.634Z - Time taken for 'write cache' 5.512834000051953ms
20147
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=1
20148
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-theme/README.md
20149
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=7
20150
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-theme/package.json
20151
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-theme/README.md
20152
+ DEBUG nx::native::watch::watcher: [delete] tmp/libs/africanies-theme/build/tsconfig.generated.efe06f20-3e82-4b91-9f72-0c7f1c54817d.json
20153
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-theme/tailwind-preset.cjs
20154
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-theme/fesm2022/africanies-africanies-theme.mjs.map
20155
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-theme/types/africanies-africanies-theme.d.ts
20156
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-theme/fesm2022/africanies-africanies-theme.mjs
20157
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:31.694Z - [WATCHER]: Processing file changes in outputs
20158
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:31.695Z - [WATCHER]: dist/libs/africanies-theme/README.md was modified
20159
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:31.695Z - [WATCHER]: [watcher] routeWorkspaceChanges batch: 1 events: update:dist/libs/africanies-theme/README.md
20160
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:31.696Z - [WATCHER]: File changes detected:
20161
+ Created:
20162
+ (none)
20163
+ Updated:
20164
+ - dist/libs/africanies-theme/README.md
20165
+ Deleted:
20166
+ (none)
20167
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:31.701Z - [SYNC]: clearing sync generators cache due to file changes
20168
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:31.702Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
20169
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:31.702Z - [REQUEST]: dist/libs/africanies-theme/README.md
20170
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:31.702Z - [REQUEST]:
20171
+ [plugin-client] restarting worker for "nx/js/dependencies-and-lockfile"
20172
+ [isolated-plugin] spawned worker for "nx/js/dependencies-and-lockfile" (pid: 71000, socket: /private/tmp/plugin61260-28-722301.425458.sock)
20173
+ [plugin-client] restarting worker for "nx/core/package-json"
20174
+ [isolated-plugin] spawned worker for "nx/core/package-json" (pid: 71001, socket: /private/tmp/plugin61260-29-722306.886833.sock)
20175
+ [plugin-client] restarting worker for "nx/core/project-json"
20176
+ [isolated-plugin] spawned worker for "nx/core/project-json" (pid: 71002, socket: /private/tmp/plugin61260-30-722310.717667.sock)
20177
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:31.719Z - Time taken for 'hash changed files from watcher' 4.034458999987692ms
20178
+ [plugin-worker] "nx/core/package-json" (pid: 71001) listening on /private/tmp/plugin61260-29-722306.886833.sock
20179
+ [plugin-worker] "nx/core/project-json" (pid: 71002) listening on /private/tmp/plugin61260-30-722310.717667.sock
20180
+ Time taken for 'plugin worker 71002 code loading' 1501.36725ms
20181
+ Time taken for 'plugin worker 71001 code loading' 1518.0182909999999ms
20182
+ [isolated-plugin] connected to worker for "nx/core/package-json" (pid: 71001)
20183
+ [isolated-plugin] connected to worker for "nx/core/project-json" (pid: 71002)
20184
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:33.604Z - Time taken for 'start-plugin-worker:nx/core/package-json' 1888.44837499992ms
20185
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:33.605Z - Time taken for 'start-plugin-worker:nx/core/project-json' 1886.0910419999855ms
20186
+ [plugin-worker] "nx/core/package-json" (pid: 71001) connected
20187
+ [plugin-worker] "nx/core/project-json" (pid: 71002) connected
20188
+ [plugin-worker] "nx/core/project-json" (pid: 71002) loaded successfully
20189
+ [isolated-plugin] shutting down worker for "nx/core/project-json" after createNodes
20190
+ [isolated-plugin] connected to worker for "nx/js/dependencies-and-lockfile" (pid: 71000)
20191
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:33.661Z - Time taken for 'start-plugin-worker:nx/js/dependencies-and-lockfile' 1953.6854579999344ms
20192
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 71000) listening on /private/tmp/plugin61260-28-722301.425458.sock
20193
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 71000) connected
20194
+ Time taken for 'plugin worker 71000 code loading' 1665.174125ms
20195
+ [plugin-worker] "nx/core/package-json" (pid: 71001) loaded successfully
20196
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 71000) loaded successfully
20197
+ [isolated-plugin] shutting down worker for "nx/core/package-json" after createNodes
20198
+ Time taken for 'nx/js/dependencies-and-lockfile:createNodes' 24.024249999999938ms
20199
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:33.793Z - Time taken for 'build-project-configs' 2061.3190409999806ms
20200
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:33.793Z - Time taken for 'createNodes:merge' 12.194791999994777ms
20201
+ Time taken for 'build typescript dependencies' 7.941082999999708ms
20202
+ [isolated-plugin] shutting down worker for "nx/js/dependencies-and-lockfile" after createDependencies
20203
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:33.834Z - [SYNC]: collect registered sync generators
20204
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:33.834Z - [SYNC]: project graph hash is the same, not collecting task sync generators
20205
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:33.834Z - [SYNC]: nx.json hash is the same, not collecting global sync generators
20206
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:33.843Z - Wrote project graph cache to /Applications/AngularJS/angular-web-sdk/.nx/workspace-data/project-graph.json
20207
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:33.843Z - Time taken for 'total execution time for createProjectGraph()' 55.08033299993258ms
20208
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:33.843Z - Time taken for 'createDependencies' 48.17804199992679ms
20209
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:33.843Z - Time taken for 'nx/js/dependencies-and-lockfile:createDependencies' 46.53545799991116ms
20210
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:33.843Z - Time taken for 'createMetadata' 0.012500000069849193ms
20211
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:33.843Z - Time taken for 'serialize graph' 2.803416999988258ms
20212
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:33.843Z - Time taken for 'write cache' 8.23070800001733ms
20213
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=1
20214
+ DEBUG nx::native::watch::watcher: [create] tmp/libs/africanies-ui/build/tsconfig.generated.0e8f486a-003d-4368-8e68-9accf342e9e0.json
20215
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:35.060Z - [WATCHER]: Processing file changes in outputs
20216
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=1
20217
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-ui/README.md
20218
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:35.422Z - [WATCHER]: dist/libs/africanies-ui/README.md was deleted
20219
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:35.422Z - [WATCHER]: [watcher] routeWorkspaceChanges batch: 1 events: delete:dist/libs/africanies-ui/README.md
20220
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:35.422Z - [WATCHER]: File changes detected:
20221
+ Created:
20222
+ (none)
20223
+ Updated:
20224
+ (none)
20225
+ Deleted:
20226
+ - dist/libs/africanies-ui/README.md
20227
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:35.423Z - [SYNC]: clearing sync generators cache due to file changes
20228
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:35.424Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
20229
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:35.425Z - [REQUEST]:
20230
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:35.425Z - [REQUEST]: dist/libs/africanies-ui/README.md
20231
+ [plugin-client] restarting worker for "nx/js/dependencies-and-lockfile"
20232
+ [isolated-plugin] spawned worker for "nx/js/dependencies-and-lockfile" (pid: 71035, socket: /private/tmp/plugin61260-31-726022.171125.sock)
20233
+ [plugin-client] restarting worker for "nx/core/package-json"
20234
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=15
20235
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-ui/assets/carriers
20236
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-ui/assets/carriers/dhl.svg
20237
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-ui
20238
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-ui/assets/brand/africanies-logo.png
20239
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-ui/package.json
20240
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-ui/assets/brand
20241
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-ui/fesm2022
20242
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-ui/assets/brand/africanies-logo.svg
20243
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-ui/assets
20244
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-ui/README.md
20245
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-ui/fesm2022/africanies-africanies-ui.mjs
20246
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-ui/fesm2022/africanies-africanies-ui.mjs.map
20247
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-ui/types
20248
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-ui/types/africanies-africanies-ui.d.ts
20249
+ DEBUG nx::native::watch::watcher: [delete] dist/libs/africanies-ui/assets/brand/africanies-logo-mini.png
20250
+ [isolated-plugin] spawned worker for "nx/core/package-json" (pid: 71036, socket: /private/tmp/plugin61260-32-726024.01775.sock)
20251
+ [plugin-client] restarting worker for "nx/core/project-json"
20252
+ [isolated-plugin] spawned worker for "nx/core/project-json" (pid: 71037, socket: /private/tmp/plugin61260-33-726026.332542.sock)
20253
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:35.435Z - Time taken for 'hash changed files from watcher' 1.4276669999817386ms
20254
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:35.436Z - [WATCHER]: Processing file changes in outputs
20255
+ [plugin-worker] "nx/core/project-json" (pid: 71037) listening on /private/tmp/plugin61260-33-726026.332542.sock
20256
+ Time taken for 'plugin worker 71037 code loading' 534.104334ms
20257
+ [isolated-plugin] connected to worker for "nx/core/project-json" (pid: 71037)
20258
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:36.129Z - Time taken for 'start-plugin-worker:nx/core/project-json' 695.1884169999976ms
20259
+ [plugin-worker] "nx/core/package-json" (pid: 71036) listening on /private/tmp/plugin61260-32-726024.01775.sock
20260
+ Time taken for 'plugin worker 71036 code loading' 535.373667ms
20261
+ [plugin-worker] "nx/core/project-json" (pid: 71037) connected
20262
+ [isolated-plugin] connected to worker for "nx/core/package-json" (pid: 71036)
20263
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:36.136Z - Time taken for 'start-plugin-worker:nx/core/package-json' 704.7833749999991ms
20264
+ [plugin-worker] "nx/core/package-json" (pid: 71036) connected
20265
+ [plugin-worker] "nx/core/project-json" (pid: 71037) loaded successfully
20266
+ Time taken for 'nx/core/project-json:createNodes' 2.6501670000000104ms
20267
+ [isolated-plugin] shutting down worker for "nx/core/project-json" after createNodes
20268
+ [plugin-worker] "nx/core/package-json" (pid: 71036) loaded successfully
20269
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 71035) listening on /private/tmp/plugin61260-31-726022.171125.sock
20270
+ [isolated-plugin] connected to worker for "nx/js/dependencies-and-lockfile" (pid: 71035)
20271
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:36.204Z - Time taken for 'start-plugin-worker:nx/js/dependencies-and-lockfile' 774.8868340000045ms
20272
+ Time taken for 'plugin worker 71035 code loading' 607.666166ms
20273
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 71035) connected
20274
+ [isolated-plugin] shutting down worker for "nx/core/package-json" after createNodes
20275
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 71035) loaded successfully
20276
+ Time taken for 'nx/js/dependencies-and-lockfile:createNodes' 44.67454099999998ms
20277
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:36.413Z - Time taken for 'build-project-configs' 944.609375ms
20278
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:36.413Z - Time taken for 'createNodes:merge' 17.873958999989554ms
20279
+ Time taken for 'build typescript dependencies' 0.18508299999996325ms
20280
+ [isolated-plugin] shutting down worker for "nx/js/dependencies-and-lockfile" after createDependencies
20281
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:36.451Z - [SYNC]: collect registered sync generators
20282
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:36.451Z - [SYNC]: project graph hash is the same, not collecting task sync generators
20283
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:36.451Z - [SYNC]: nx.json hash is the same, not collecting global sync generators
20284
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:36.471Z - Wrote project graph cache to /Applications/AngularJS/angular-web-sdk/.nx/workspace-data/project-graph.json
20285
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:36.472Z - Time taken for 'total execution time for createProjectGraph()' 67.78420800005551ms
20286
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:36.472Z - Time taken for 'createDependencies' 48.784583000000566ms
20287
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:36.472Z - Time taken for 'nx/js/dependencies-and-lockfile:createDependencies' 48.27745799999684ms
20288
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:36.472Z - Time taken for 'createMetadata' 0.007708000019192696ms
20289
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:36.472Z - Time taken for 'serialize graph' 3.6480000000447035ms
20290
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:36.475Z - Time taken for 'write cache' 20.206542000058107ms
20291
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=1
20292
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-ui/types/africanies-africanies-ui.d.ts
20293
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:41.178Z - [WATCHER]: Processing file changes in outputs
20294
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=1
20295
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-ui/README.md
20296
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:41.743Z - [WATCHER]: dist/libs/africanies-ui/README.md was modified
20297
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:41.743Z - [WATCHER]: [watcher] routeWorkspaceChanges batch: 1 events: update:dist/libs/africanies-ui/README.md
20298
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:41.743Z - [WATCHER]: File changes detected:
20299
+ Created:
20300
+ (none)
20301
+ Updated:
20302
+ - dist/libs/africanies-ui/README.md
20303
+ Deleted:
20304
+ (none)
20305
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:41.745Z - [SYNC]: clearing sync generators cache due to file changes
20306
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:41.748Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
20307
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:41.748Z - [REQUEST]: dist/libs/africanies-ui/README.md
20308
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:41.748Z - [REQUEST]:
20309
+ [plugin-client] restarting worker for "nx/js/dependencies-and-lockfile"
20310
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=9
20311
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-ui/assets/carriers/dhl.svg
20312
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-ui/assets/brand/africanies-logo.png
20313
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-ui/package.json
20314
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-ui/assets/brand/africanies-logo.svg
20315
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-ui/README.md
20316
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-ui/fesm2022/africanies-africanies-ui.mjs
20317
+ DEBUG nx::native::watch::watcher: [create] dist/libs/africanies-ui/fesm2022/africanies-africanies-ui.mjs.map
20318
+ DEBUG nx::native::watch::watcher: [delete] tmp/libs/africanies-ui/build/tsconfig.generated.0e8f486a-003d-4368-8e68-9accf342e9e0.json
20319
+ DEBUG nx::native::watch::watcher: [update] dist/libs/africanies-ui/assets/brand/africanies-logo-mini.png
20320
+ [isolated-plugin] spawned worker for "nx/js/dependencies-and-lockfile" (pid: 71119, socket: /private/tmp/plugin61260-34-732375.404917.sock)
20321
+ [plugin-client] restarting worker for "nx/core/package-json"
20322
+ [isolated-plugin] spawned worker for "nx/core/package-json" (pid: 71120, socket: /private/tmp/plugin61260-35-732378.296542.sock)
20323
+ [plugin-client] restarting worker for "nx/core/project-json"
20324
+ [isolated-plugin] spawned worker for "nx/core/project-json" (pid: 71121, socket: /private/tmp/plugin61260-36-732415.896292.sock)
20325
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:41.827Z - Time taken for 'hash changed files from watcher' 1.1896660000784323ms
20326
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:41.828Z - [WATCHER]: Processing file changes in outputs
20327
+ [plugin-worker] "nx/core/project-json" (pid: 71121) listening on /private/tmp/plugin61260-36-732415.896292.sock
20328
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 71119) listening on /private/tmp/plugin61260-34-732375.404917.sock
20329
+ Time taken for 'plugin worker 71121 code loading' 219.356084ms
20330
+ [plugin-worker] "nx/core/package-json" (pid: 71120) listening on /private/tmp/plugin61260-35-732378.296542.sock
20331
+ Time taken for 'plugin worker 71119 code loading' 249.62775ms
20332
+ Time taken for 'plugin worker 71120 code loading' 249.81308399999998ms
20333
+ [isolated-plugin] connected to worker for "nx/core/project-json" (pid: 71121)
20334
+ [isolated-plugin] connected to worker for "nx/js/dependencies-and-lockfile" (pid: 71119)
20335
+ [isolated-plugin] connected to worker for "nx/core/package-json" (pid: 71120)
20336
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:42.085Z - Time taken for 'start-plugin-worker:nx/js/dependencies-and-lockfile' 303.45545799995307ms
20337
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:42.085Z - Time taken for 'start-plugin-worker:nx/core/package-json' 300.21812500001397ms
20338
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:42.085Z - Time taken for 'start-plugin-worker:nx/core/project-json' 262.24333399999887ms
20339
+ [plugin-worker] "nx/core/package-json" (pid: 71120) connected
20340
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 71119) connected
20341
+ [plugin-worker] "nx/core/project-json" (pid: 71121) connected
20342
+ [plugin-worker] "nx/core/project-json" (pid: 71121) loaded successfully
20343
+ [plugin-worker] "nx/core/package-json" (pid: 71120) loaded successfully
20344
+ Time taken for 'nx/core/project-json:createNodes' 2.125167000000033ms
20345
+ [isolated-plugin] shutting down worker for "nx/core/project-json" after createNodes
20346
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 71119) loaded successfully
20347
+ [isolated-plugin] shutting down worker for "nx/core/package-json" after createNodes
20348
+ Time taken for 'nx/js/dependencies-and-lockfile:createNodes' 18.005540999999994ms
20349
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:42.170Z - Time taken for 'build-project-configs' 408.2081669999752ms
20350
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:42.170Z - Time taken for 'createNodes:merge' 5.476750000030734ms
20351
+ Time taken for 'build typescript dependencies' 4.944833000000017ms
20352
+ [isolated-plugin] shutting down worker for "nx/js/dependencies-and-lockfile" after createDependencies
20353
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:42.216Z - [SYNC]: collect registered sync generators
20354
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:42.216Z - [SYNC]: project graph hash is the same, not collecting task sync generators
20355
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:42.216Z - [SYNC]: nx.json hash is the same, not collecting global sync generators
20356
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:42.225Z - Wrote project graph cache to /Applications/AngularJS/angular-web-sdk/.nx/workspace-data/project-graph.json
20357
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:42.225Z - Time taken for 'total execution time for createProjectGraph()' 45.90891700005159ms
20358
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:42.225Z - Time taken for 'createDependencies' 40.75054200005252ms
20359
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:42.225Z - Time taken for 'nx/js/dependencies-and-lockfile:createDependencies' 40.01162500004284ms
20360
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:42.225Z - Time taken for 'createMetadata' 0.008374999975785613ms
20361
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:42.226Z - Time taken for 'serialize graph' 5.3578749999869615ms
20362
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:36:42.226Z - Time taken for 'write cache' 8.701708000036888ms
20363
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=43
20364
+ DEBUG nx::native::watch::watcher: [create] dist/apps/playground/browser/chunk-BJ5IK8Re.js
20365
+ DEBUG nx::native::watch::watcher: [create] dist/apps/playground/browser/chunk-BYPboEAg.js
20366
+ DEBUG nx::native::watch::watcher: [create] dist/apps/playground/browser/chunk-Cg7brw6x.js
20367
+ DEBUG nx::native::watch::watcher: [create] dist/apps/playground/browser/chunk-CERmZ9We.js
20368
+ DEBUG nx::native::watch::watcher: [create] dist/apps/playground/browser/chunk-Bej5a2xR.js
20369
+ DEBUG nx::native::watch::watcher: [create] dist/apps/playground/prerendered-routes.json
20370
+ DEBUG nx::native::watch::watcher: [create] dist/apps/playground/browser/chunk-BZBRtbFJ.js
20371
+ DEBUG nx::native::watch::watcher: [create] dist/apps/playground/browser/assets/africanies-icons/icons.sprite.svg
20372
+ DEBUG nx::native::watch::watcher: [create] dist/apps/playground/browser/chunk-CsrxfMap.js
20373
+ DEBUG nx::native::watch::watcher: [create] dist/apps/playground/browser/chunk-C96WSpFp.js
20374
+ DEBUG nx::native::watch::watcher: [create] dist/apps/playground/browser/chunk-BsnTz1m5.js
20375
+ DEBUG nx::native::watch::watcher: [create] dist/apps/playground/browser/chunk-D4V3eSCv.js
20376
+ DEBUG nx::native::watch::watcher: [create] dist/apps/playground/browser/chunk-Cy-ZOZI8.js
20377
+ DEBUG nx::native::watch::watcher: [create] dist/apps/playground/browser/chunk-Y9ccR-I6.js
20378
+ DEBUG nx::native::watch::watcher: [create] dist/apps/playground/browser/chunk-BOSfyWK2.js
20379
+ DEBUG nx::native::watch::watcher: [create] dist/apps/playground/browser/chunk-D48aVVTv.js
20380
+ DEBUG nx::native::watch::watcher: [create] dist/apps/playground/browser/styles-4FSELHYD.css
20381
+ DEBUG nx::native::watch::watcher: [create] dist/apps/playground/browser/chunk-CtndMAe2.js
20382
+ DEBUG nx::native::watch::watcher: [create] dist/apps/playground/browser/assets/africanies-ui/brand/africanies-logo-mini.png
20383
+ DEBUG nx::native::watch::watcher: [create] dist/apps/playground/browser/chunk-BHI7MG2Y.js
20384
+ DEBUG nx::native::watch::watcher: [create] dist/apps/playground/browser/chunk-CZBTrY_H.js
20385
+ DEBUG nx::native::watch::watcher: [create] dist/apps/playground/browser/main-WEJC3BLT.js
20386
+ DEBUG nx::native::watch::watcher: [create] dist/apps/playground/browser/favicon.ico
20387
+ DEBUG nx::native::watch::watcher: [create] dist/apps/playground/browser/assets/africanies-ui/brand/africanies-logo.svg
20388
+ DEBUG nx::native::watch::watcher: [create] dist/apps/playground/browser/chunk-C5kLunTi.js
20389
+ DEBUG nx::native::watch::watcher: [create] dist/apps/playground/browser/index.html
20390
+ DEBUG nx::native::watch::watcher: [create] dist/apps/playground/3rdpartylicenses.txt
20391
+ DEBUG nx::native::watch::watcher: [create] dist/apps/playground/browser/chunk-ClSUoZp8.js
20392
+ DEBUG nx::native::watch::watcher: [create] dist/apps/playground/browser/assets/africanies-ui/carriers/dhl.svg
20393
+ DEBUG nx::native::watch::watcher: [create] dist/apps/playground/browser/chunk-Bg3QC1eL.js
20394
+ DEBUG nx::native::watch::watcher: [create] dist/apps/playground/browser/chunk-CjTyStrr.js
20395
+ DEBUG nx::native::watch::watcher: [create] dist/apps/playground/browser/chunk-C6tu3y81.js
20396
+ DEBUG nx::native::watch::watcher: [create] dist/apps/playground/browser/chunk-BdrGkq40.js
20397
+ DEBUG nx::native::watch::watcher: [create] dist/apps/playground/browser/chunk-D3vgrlDF.js
20398
+ DEBUG nx::native::watch::watcher: [create] dist/apps/playground/browser/chunk-CjYlnYC7.js
20399
+ DEBUG nx::native::watch::watcher: [create] dist/apps/playground/browser/chunk-DUkct7WP.js
20400
+ DEBUG nx::native::watch::watcher: [create] dist/apps/playground/browser/assets/africanies-ui/brand/africanies-logo.png
20401
+ DEBUG nx::native::watch::watcher: [create] dist/apps/playground/browser/chunk-DK715t6D.js
20402
+ DEBUG nx::native::watch::watcher: [create] dist/apps/playground/browser/chunk-B1QVY0hA.js
20403
+ DEBUG nx::native::watch::watcher: [create] dist/apps/playground/browser/chunk--VJ6U9Ev.js
20404
+ DEBUG nx::native::watch::watcher: [create] dist/apps/playground/browser/chunk-CCnOVzbz.js
20405
+ DEBUG nx::native::watch::watcher: [create] dist/apps/playground/browser/chunk-D3-jrtyv.js
20406
+ DEBUG nx::native::watch::watcher: [create] dist/apps/playground/browser/chunk-lfUHaltX.js
20407
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:37:17.780Z - [WATCHER]: Processing file changes in outputs
20408
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=1
20409
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=1
20410
+ DEBUG nx::native::watch::watcher: [update] .github/workflows/deploy-demo.yml
20411
+ DEBUG nx::native::watch::watcher: [update] .github/workflows/deploy-demo.yml
20412
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:39:58.117Z - [WATCHER]: Processing file changes in outputs
20413
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:39:58.123Z - [WATCHER]: .github/workflows/deploy-demo.yml was modified
20414
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:39:58.123Z - [WATCHER]: [watcher] routeWorkspaceChanges batch: 1 events: update:.github/workflows/deploy-demo.yml
20415
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:39:58.131Z - [WATCHER]: File changes detected:
20416
+ Created:
20417
+ (none)
20418
+ Updated:
20419
+ - .github/workflows/deploy-demo.yml
20420
+ Deleted:
20421
+ (none)
20422
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:39:58.138Z - [SYNC]: clearing sync generators cache due to file changes
20423
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:39:58.141Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
20424
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:39:58.141Z - [REQUEST]: .github/workflows/deploy-demo.yml
20425
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:39:58.141Z - [REQUEST]:
20426
+ [plugin-client] restarting worker for "nx/js/dependencies-and-lockfile"
20427
+ [isolated-plugin] spawned worker for "nx/js/dependencies-and-lockfile" (pid: 73408, socket: /private/tmp/plugin61260-37-928742.081458.sock)
20428
+ [plugin-client] restarting worker for "nx/core/package-json"
20429
+ [isolated-plugin] spawned worker for "nx/core/package-json" (pid: 73409, socket: /private/tmp/plugin61260-38-928748.08325.sock)
20430
+ [plugin-client] restarting worker for "nx/core/project-json"
20431
+ [isolated-plugin] spawned worker for "nx/core/project-json" (pid: 73410, socket: /private/tmp/plugin61260-39-928748.603042.sock)
20432
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:39:58.158Z - Time taken for 'hash changed files from watcher' 6.178500000038184ms
20433
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 73408) listening on /private/tmp/plugin61260-37-928742.081458.sock
20434
+ [plugin-worker] "nx/core/package-json" (pid: 73409) listening on /private/tmp/plugin61260-38-928748.08325.sock
20435
+ [plugin-worker] "nx/core/project-json" (pid: 73410) listening on /private/tmp/plugin61260-39-928748.603042.sock
20436
+ Time taken for 'plugin worker 73410 code loading' 381.947208ms
20437
+ Time taken for 'plugin worker 73408 code loading' 381.94733399999996ms
20438
+ Time taken for 'plugin worker 73409 code loading' 381.953625ms
20439
+ [isolated-plugin] connected to worker for "nx/js/dependencies-and-lockfile" (pid: 73408)
20440
+ [isolated-plugin] connected to worker for "nx/core/package-json" (pid: 73409)
20441
+ [isolated-plugin] connected to worker for "nx/core/project-json" (pid: 73410)
20442
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:39:58.690Z - Time taken for 'start-plugin-worker:nx/js/dependencies-and-lockfile' 539.9925000000512ms
20443
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:39:58.690Z - Time taken for 'start-plugin-worker:nx/core/package-json' 533.7931249999674ms
20444
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:39:58.690Z - Time taken for 'start-plugin-worker:nx/core/project-json' 533.3515410000691ms
20445
+ [plugin-worker] "nx/core/package-json" (pid: 73409) connected
20446
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 73408) connected
20447
+ [plugin-worker] "nx/core/project-json" (pid: 73410) connected
20448
+ [plugin-worker] "nx/core/project-json" (pid: 73410) loaded successfully
20449
+ [plugin-worker] "nx/core/package-json" (pid: 73409) loaded successfully
20450
+ Time taken for 'nx/core/project-json:createNodes' 2.8693329999999833ms
20451
+ [isolated-plugin] shutting down worker for "nx/core/project-json" after createNodes
20452
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 73408) loaded successfully
20453
+ [isolated-plugin] shutting down worker for "nx/core/package-json" after createNodes
20454
+ Time taken for 'nx/js/dependencies-and-lockfile:createNodes' 8.996083999999996ms
20455
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:39:58.733Z - Time taken for 'build-project-configs' 572.8025840000482ms
20456
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:39:58.733Z - Time taken for 'createNodes:merge' 2.301541999913752ms
20457
+ Time taken for 'build typescript dependencies' 3.723875000000021ms
20458
+ [isolated-plugin] shutting down worker for "nx/js/dependencies-and-lockfile" after createDependencies
20459
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:39:58.758Z - [SYNC]: collect registered sync generators
20460
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:39:58.758Z - [SYNC]: project graph hash is the same, not collecting task sync generators
20461
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:39:58.758Z - [SYNC]: nx.json hash is the same, not collecting global sync generators
20462
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:39:58.769Z - Wrote project graph cache to /Applications/AngularJS/angular-web-sdk/.nx/workspace-data/project-graph.json
20463
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:39:58.770Z - Time taken for 'total execution time for createProjectGraph()' 24.935249999980442ms
20464
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:39:58.770Z - Time taken for 'createDependencies' 19.91945799998939ms
20465
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:39:58.770Z - Time taken for 'nx/js/dependencies-and-lockfile:createDependencies' 19.81754199997522ms
20466
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:39:58.770Z - Time taken for 'createMetadata' 0.006374999997206032ms
20467
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:39:58.770Z - Time taken for 'serialize graph' 5.8385000000707805ms
20468
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:39:58.770Z - Time taken for 'write cache' 11.282999999937601ms
20469
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=1
20470
+ DEBUG nx::native::watch::watcher: [update] apps/playground/src/app/app.config.ts
20471
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=1
20472
+ DEBUG nx::native::watch::watcher: [update] apps/playground/src/app/app.config.ts
20473
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:40:22.499Z - [WATCHER]: Processing file changes in outputs
20474
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:40:22.509Z - [WATCHER]: apps/playground/src/app/app.config.ts was modified
20475
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:40:22.510Z - [WATCHER]: [watcher] routeWorkspaceChanges batch: 1 events: update:apps/playground/src/app/app.config.ts
20476
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:40:22.510Z - [WATCHER]: File changes detected:
20477
+ Created:
20478
+ (none)
20479
+ Updated:
20480
+ - apps/playground/src/app/app.config.ts
20481
+ Deleted:
20482
+ (none)
20483
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:40:22.534Z - [SYNC]: clearing sync generators cache due to file changes
20484
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:40:22.535Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
20485
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:40:22.535Z - [REQUEST]: apps/playground/src/app/app.config.ts
20486
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:40:22.535Z - [REQUEST]:
20487
+ [plugin-client] restarting worker for "nx/js/dependencies-and-lockfile"
20488
+ [isolated-plugin] spawned worker for "nx/js/dependencies-and-lockfile" (pid: 73764, socket: /private/tmp/plugin61260-40-953132.93875.sock)
20489
+ [plugin-client] restarting worker for "nx/core/package-json"
20490
+ [isolated-plugin] spawned worker for "nx/core/package-json" (pid: 73765, socket: /private/tmp/plugin61260-41-953155.217292.sock)
20491
+ [plugin-client] restarting worker for "nx/core/project-json"
20492
+ [isolated-plugin] spawned worker for "nx/core/project-json" (pid: 73766, socket: /private/tmp/plugin61260-42-953156.301958.sock)
20493
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:40:22.565Z - Time taken for 'hash changed files from watcher' 23.666582999983802ms
20494
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 73764) listening on /private/tmp/plugin61260-40-953132.93875.sock
20495
+ [plugin-worker] "nx/core/project-json" (pid: 73766) listening on /private/tmp/plugin61260-42-953156.301958.sock
20496
+ [plugin-worker] "nx/core/package-json" (pid: 73765) listening on /private/tmp/plugin61260-41-953155.217292.sock
20497
+ Time taken for 'plugin worker 73765 code loading' 468.752292ms
20498
+ Time taken for 'plugin worker 73766 code loading' 475.56562499999995ms
20499
+ Time taken for 'plugin worker 73764 code loading' 470.99775ms
20500
+ [isolated-plugin] connected to worker for "nx/js/dependencies-and-lockfile" (pid: 73764)
20501
+ [isolated-plugin] connected to worker for "nx/core/package-json" (pid: 73765)
20502
+ [isolated-plugin] connected to worker for "nx/core/project-json" (pid: 73766)
20503
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:40:23.097Z - Time taken for 'start-plugin-worker:nx/js/dependencies-and-lockfile' 556.4281660000561ms
20504
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:40:23.097Z - Time taken for 'start-plugin-worker:nx/core/package-json' 533.8519999999553ms
20505
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:40:23.097Z - Time taken for 'start-plugin-worker:nx/core/project-json' 532.7584999999963ms
20506
+ [plugin-worker] "nx/core/project-json" (pid: 73766) connected
20507
+ [plugin-worker] "nx/core/package-json" (pid: 73765) connected
20508
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 73764) connected
20509
+ [plugin-worker] "nx/core/package-json" (pid: 73765) loaded successfully
20510
+ [plugin-worker] "nx/core/project-json" (pid: 73766) loaded successfully
20511
+ Time taken for 'nx/core/project-json:createNodes' 1.8687920000000986ms
20512
+ [isolated-plugin] shutting down worker for "nx/core/project-json" after createNodes
20513
+ [plugin-worker] "nx/js/dependencies-and-lockfile" (pid: 73764) loaded successfully
20514
+ [isolated-plugin] shutting down worker for "nx/core/package-json" after createNodes
20515
+ Time taken for 'nx/js/dependencies-and-lockfile:createNodes' 13.416208000000097ms
20516
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:40:23.149Z - Time taken for 'build-project-configs' 601.6773340000072ms
20517
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:40:23.149Z - Time taken for 'createNodes:merge' 3.4740420000161976ms
20518
+ Time taken for 'build typescript dependencies' 10.70412500000009ms
20519
+ [isolated-plugin] shutting down worker for "nx/js/dependencies-and-lockfile" after createDependencies
20520
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:40:23.174Z - [SYNC]: collect registered sync generators
20521
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:40:23.174Z - [SYNC]: project graph hash is the same, not collecting task sync generators
20522
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:40:23.175Z - [SYNC]: nx.json hash is the same, not collecting global sync generators
20523
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:40:23.180Z - Wrote project graph cache to /Applications/AngularJS/angular-web-sdk/.nx/workspace-data/project-graph.json
20524
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:40:23.180Z - Time taken for 'total execution time for createProjectGraph()' 28.240375000052154ms
20525
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:40:23.180Z - Time taken for 'createDependencies' 24.194250000058673ms
20526
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:40:23.180Z - Time taken for 'nx/js/dependencies-and-lockfile:createDependencies' 24.106792000005953ms
20527
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:40:23.180Z - Time taken for 'createMetadata' 0.006791000021621585ms
20528
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:40:23.180Z - Time taken for 'serialize graph' 1.812125000054948ms
20529
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:40:23.180Z - Time taken for 'write cache' 5.472459000069648ms
20530
+ DEBUG nx::native::watch::watcher: idle-window emitting events count=17
20531
+ DEBUG nx::native::watch::watcher: [update] .husky/_/pre-rebase
20532
+ DEBUG nx::native::watch::watcher: [update] .husky/_/commit-msg
20533
+ DEBUG nx::native::watch::watcher: [update] .husky/_/h
20534
+ DEBUG nx::native::watch::watcher: [update] .husky/_/post-rewrite
20535
+ DEBUG nx::native::watch::watcher: [update] .husky/_/.gitignore
20536
+ DEBUG nx::native::watch::watcher: [update] .husky/_/prepare-commit-msg
20537
+ DEBUG nx::native::watch::watcher: [update] .husky/_/pre-push
20538
+ DEBUG nx::native::watch::watcher: [update] .husky/_/post-checkout
20539
+ DEBUG nx::native::watch::watcher: [update] .husky/_/post-applypatch
20540
+ DEBUG nx::native::watch::watcher: [update] .husky/_/post-commit
20541
+ DEBUG nx::native::watch::watcher: [update] .husky/_/applypatch-msg
20542
+ DEBUG nx::native::watch::watcher: [update] .husky/_/pre-auto-gc
20543
+ DEBUG nx::native::watch::watcher: [update] .husky/_/pre-merge-commit
20544
+ DEBUG nx::native::watch::watcher: [update] .husky/_/post-merge
20545
+ DEBUG nx::native::watch::watcher: [create] .husky/_/husky.sh
20546
+ DEBUG nx::native::watch::watcher: [update] .husky/_/pre-applypatch
20547
+ DEBUG nx::native::watch::watcher: [update] .husky/_/pre-commit
20548
+ [NX v23.1.1 Daemon Server] - 2026-08-25T16:45:04.934Z - [WATCHER]: Processing file changes in outputs