Skip to content

Commit

Permalink
Clean up Prettier, Size-limit, and Api-Extractor
Browse files Browse the repository at this point in the history
  • Loading branch information
phryneas authored and github-actions[bot] committed Dec 1, 2023
1 parent a7ad917 commit 3f5b734
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 35 deletions.
11 changes: 0 additions & 11 deletions .api-reports/api-report-react.md
Original file line number Diff line number Diff line change
Expand Up @@ -512,13 +512,6 @@ namespace Cache_2 {
import Fragment = DataProxy.Fragment;
}

// @public (undocumented)
type CacheKey = [
query: DocumentNode,
stringifiedVariables: string,
...queryKey: any[]
];

// @public (undocumented)
const enum CacheWriteBehavior {
// (undocumented)
Expand Down Expand Up @@ -944,10 +937,6 @@ class InternalQueryReference<TData = unknown> {
interface InternalQueryReferenceOptions {
// (undocumented)
autoDisposeTimeoutMs?: number;
// Warning: (ae-forgotten-export) The symbol "CacheKey" needs to be exported by the entry point index.d.ts
//
// (undocumented)
key: CacheKey;
// (undocumented)
onDispose?: () => void;
}
Expand Down
11 changes: 0 additions & 11 deletions .api-reports/api-report-react_hooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -488,13 +488,6 @@ namespace Cache_2 {
import Fragment = DataProxy.Fragment;
}

// @public (undocumented)
type CacheKey = [
query: DocumentNode,
stringifiedVariables: string,
...queryKey: any[]
];

// @public (undocumented)
const enum CacheWriteBehavior {
// (undocumented)
Expand Down Expand Up @@ -891,10 +884,6 @@ class InternalQueryReference<TData = unknown> {
interface InternalQueryReferenceOptions {
// (undocumented)
autoDisposeTimeoutMs?: number;
// Warning: (ae-forgotten-export) The symbol "CacheKey" needs to be exported by the entry point index.d.ts
//
// (undocumented)
key: CacheKey;
// (undocumented)
onDispose?: () => void;
}
Expand Down
11 changes: 0 additions & 11 deletions .api-reports/api-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -502,13 +502,6 @@ class CacheGroup {
resetCaching(): void;
}

// @public (undocumented)
type CacheKey = [
query: DocumentNode,
stringifiedVariables: string,
...queryKey: any[]
];

// @public (undocumented)
const enum CacheWriteBehavior {
// (undocumented)
Expand Down Expand Up @@ -1303,10 +1296,6 @@ class InternalQueryReference<TData = unknown> {
interface InternalQueryReferenceOptions {
// (undocumented)
autoDisposeTimeoutMs?: number;
// Warning: (ae-forgotten-export) The symbol "CacheKey" needs to be exported by the entry point index.d.ts
//
// (undocumented)
key: CacheKey;
// (undocumented)
onDispose?: () => void;
}
Expand Down
4 changes: 2 additions & 2 deletions .size-limits.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"dist/apollo-client.min.cjs": 38614,
"import { ApolloClient, InMemoryCache, HttpLink } from \"dist/index.js\" (production)": 32215
"dist/apollo-client.min.cjs": 38675,
"import { ApolloClient, InMemoryCache, HttpLink } from \"dist/index.js\" (production)": 32306
}

0 comments on commit 3f5b734

Please sign in to comment.