Skip to content

Commit 9d0f4ea

Browse files
committed
rename to ponyfills
1 parent 0a9d568 commit 9d0f4ea

File tree

6 files changed

+4
-4
lines changed

6 files changed

+4
-4
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@
6666
"production": "./src/utilities/internal/index.production.ts",
6767
"default": "./src/utilities/internal/index.ts"
6868
},
69-
"./utilities/internal/polyfilled": {
70-
"react-native": "./src/utilities/internal/polyfilled/index.react-native.ts",
71-
"default": "./src/utilities/internal/polyfilled/index.ts"
69+
"./utilities/internal/ponyfills": {
70+
"react-native": "./src/utilities/internal/ponyfills/index.react-native.ts",
71+
"default": "./src/utilities/internal/ponyfills/index.ts"
7272
},
7373
"./utilities/internal/globals": "./src/utilities/internal/globals/index.ts",
7474
"./utilities/subscriptions/relay": "./src/utilities/subscriptions/relay/index.ts",

src/react/query-preloader/createQueryPreloader.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import type {
1919
NoInfer,
2020
VariablesOption,
2121
} from "@apollo/client/utilities/internal";
22-
import { FinalizationRegistry } from "@apollo/client/utilities/internal/polyfilled";
22+
import { FinalizationRegistry } from "@apollo/client/utilities/internal/ponyfills";
2323

2424
import { wrapHook } from "../hooks/internal/index.js";
2525

src/utilities/internal/polyfilled/FinalizationRegistry.ts renamed to src/utilities/internal/ponyfills/FinalizationRegistry.ts

File renamed without changes.

src/utilities/internal/polyfilled/__tests__/FinalizationRegistry.test.ts renamed to src/utilities/internal/ponyfills/__tests__/FinalizationRegistry.test.ts

File renamed without changes.

src/utilities/internal/polyfilled/index.react-native.ts renamed to src/utilities/internal/ponyfills/index.react-native.ts

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)