Download Latest Version September 13, 2026 source code.zip (3.1 MB) Google Add to Preferred Sources
Home / release-1787495316234
Name Modified Size InfoDownloads / Week
Parent folder
August 23, 2026 source code.tar.gz 2026-08-23 2.9 MB
August 23, 2026 source code.zip 2026-08-23 3.4 MB
README.md 2026-08-23 2.5 kB
Totals: 3 Items   6.3 MB 0

@graphql-codegen/cli@7.3.1

Patch Changes

  • #10924 0c8f5ba Thanks @eddeee888! - Fix profiler output not being written to the filesystem in watch mode (--profile --watch)

    The profiler trace was only written on the non-watch code path, after the watch-mode early return, so a profiled watch session never produced a codegen-*.json file.

    The profiler now writes a fresh trace file after the initial run and after every rebuild, with each file containing only that run's events. A failed rebuild does not produce a trace and its events are discarded so they don't leak into the next successful run.

    The Profiler now owns its own trace lifecycle:

    • a new clear() method starts a new trace
    • a new outputName property provides the filename for the current trace (null for the noop profiler)
    • filename generation was removed from CodegenContext
  • Updated dependencies [0c8f5ba]:

    • @graphql-codegen/plugin-helpers@7.2.1

@graphql-codegen/plugin-helpers@7.2.1

Patch Changes

  • #10924 0c8f5ba Thanks @eddeee888! - Fix profiler output not being written to the filesystem in watch mode (--profile --watch)

    The profiler trace was only written on the non-watch code path, after the watch-mode early return, so a profiled watch session never produced a codegen-*.json file.

    The profiler now writes a fresh trace file after the initial run and after every rebuild, with each file containing only that run's events. A failed rebuild does not produce a trace and its events are discarded so they don't leak into the next successful run.

    The Profiler now owns its own trace lifecycle:

    • a new clear() method starts a new trace
    • a new outputName property provides the filename for the current trace (null for the noop profiler)
    • filename generation was removed from CodegenContext
Source: README.md, updated 2026-08-23