Skip to content

@apollo/cache-control-types@1.0.3

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Jun 16:37
· 230 commits to main since this release
65a8ac8

Patch Changes

  • #7614 4fadf3ddc Thanks @Cellule! - Publish TypeScript typings for CommonJS modules output.

    This allows TypeScript projects that use CommonJS modules with
    moduleResolution: "node16" or
    moduleResolution: "nodeNext"
    to correctly resolves the typings of apollo's packages as CommonJS instead of ESM.