Skip to content

Commit

Permalink
Fix import extension (#12171)
Browse files Browse the repository at this point in the history
Co-authored-by: Jerel Miller <jerelmiller@gmail.com>
Co-authored-by: phryneas <phryneas@users.noreply.github.com>
  • Loading branch information
3 people authored Dec 5, 2024
1 parent 36b93b9 commit e1efe74
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/giant-pears-learn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@apollo/client": patch
---

Fix import extension in masking entry point.
2 changes: 1 addition & 1 deletion .size-limits.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"dist/apollo-client.min.cjs": 41614,
"dist/apollo-client.min.cjs": 41613,
"import { ApolloClient, InMemoryCache, HttpLink } from \"dist/index.js\" (production)": 34349
}
2 changes: 1 addition & 1 deletion src/masking/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import type {
RemoveFragmentName,
RemoveMaskedMarker,
UnwrapFragmentRefs,
} from "./internal/types.ts";
} from "./internal/types.js";
import type { Prettify } from "../utilities/index.js";

export interface DataMasking {}
Expand Down

0 comments on commit e1efe74

Please sign in to comment.