Mirror: The highly customizable and versatile GraphQL client with which you add on features like normalized caching as you grow.
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(types): move `types` condition to the front (#3204)

authored by

Mateusz Burzyński and committed by
GitHub
1470a9c7 351d3efd

+19 -19
+1 -1
exchanges/auth/package.json
··· 25 25 "source": "src/index.ts", 26 26 "exports": { 27 27 ".": { 28 + "types": "./dist/urql-exchange-auth.d.ts", 28 29 "import": "./dist/urql-exchange-auth.mjs", 29 30 "require": "./dist/urql-exchange-auth.js", 30 - "types": "./dist/urql-exchange-auth.d.ts", 31 31 "source": "./src/index.ts" 32 32 }, 33 33 "./package.json": "./package.json"
+1 -1
exchanges/context/package.json
··· 24 24 "source": "src/index.ts", 25 25 "exports": { 26 26 ".": { 27 + "types": "./dist/urql-exchange-context.d.ts", 27 28 "import": "./dist/urql-exchange-context.mjs", 28 29 "require": "./dist/urql-exchange-context.js", 29 - "types": "./dist/urql-exchange-context.d.ts", 30 30 "source": "./src/index.ts" 31 31 }, 32 32 "./package.json": "./package.json"
+1 -1
exchanges/execute/package.json
··· 25 25 "source": "src/index.ts", 26 26 "exports": { 27 27 ".": { 28 + "types": "./dist/urql-exchange-execute.d.ts", 28 29 "import": "./dist/urql-exchange-execute.mjs", 29 30 "require": "./dist/urql-exchange-execute.js", 30 - "types": "./dist/urql-exchange-execute.d.ts", 31 31 "source": "./src/index.ts" 32 32 }, 33 33 "./package.json": "./package.json"
+1 -1
exchanges/graphcache/default-storage/package.json
··· 8 8 "source": "../src/default-storage/index.ts", 9 9 "exports": { 10 10 ".": { 11 + "types": "../dist/urql-exchange-graphcache-default-storage.d.ts", 11 12 "import": "../dist/urql-exchange-graphcache-default-storage.mjs", 12 13 "require": "../dist/urql-exchange-graphcache-default-storage.js", 13 - "types": "../dist/urql-exchange-graphcache-default-storage.d.ts", 14 14 "source": "../src/default-storage/index.ts" 15 15 }, 16 16 "./package.json": "./package.json"
+3 -3
exchanges/graphcache/package.json
··· 25 25 "source": "src/index.ts", 26 26 "exports": { 27 27 ".": { 28 + "types": "./dist/urql-exchange-graphcache.d.ts", 28 29 "import": "./dist/urql-exchange-graphcache.mjs", 29 30 "require": "./dist/urql-exchange-graphcache.js", 30 - "types": "./dist/urql-exchange-graphcache.d.ts", 31 31 "source": "./src/index.ts" 32 32 }, 33 33 "./package.json": "./package.json", 34 34 "./extras": { 35 + "types": "./dist/urql-exchange-graphcache-extras.d.ts", 35 36 "import": "./dist/urql-exchange-graphcache-extras.mjs", 36 37 "require": "./dist/urql-exchange-graphcache-extras.js", 37 - "types": "./dist/urql-exchange-graphcache-extras.d.ts", 38 38 "source": "./src/extras/index.ts" 39 39 }, 40 40 "./default-storage": { 41 + "types": "./dist/urql-exchange-graphcache-default-storage.d.ts", 41 42 "import": "./dist/urql-exchange-graphcache-default-storage.mjs", 42 43 "require": "./dist/urql-exchange-graphcache-default-storage.js", 43 - "types": "./dist/urql-exchange-graphcache-default-storage.d.ts", 44 44 "source": "./src/default-storage/index.ts" 45 45 } 46 46 },
+1 -1
exchanges/persisted/package.json
··· 23 23 "source": "src/index.ts", 24 24 "exports": { 25 25 ".": { 26 + "types": "./dist/urql-exchange-persisted.d.ts", 26 27 "import": "./dist/urql-exchange-persisted.mjs", 27 28 "require": "./dist/urql-exchange-persisted.js", 28 - "types": "./dist/urql-exchange-persisted.d.ts", 29 29 "source": "./src/index.ts" 30 30 }, 31 31 "./package.json": "./package.json"
+1 -1
exchanges/populate/package.json
··· 22 22 "source": "src/index.ts", 23 23 "exports": { 24 24 ".": { 25 + "types": "./dist/urql-exchange-populate.d.ts", 25 26 "import": "./dist/urql-exchange-populate.mjs", 26 27 "require": "./dist/urql-exchange-populate.js", 27 - "types": "./dist/urql-exchange-populate.d.ts", 28 28 "source": "./src/index.ts" 29 29 }, 30 30 "./package.json": "./package.json"
+1 -1
exchanges/refocus/package.json
··· 25 25 "source": "src/index.ts", 26 26 "exports": { 27 27 ".": { 28 + "types": "./dist/urql-exchange-refocus.d.ts", 28 29 "import": "./dist/urql-exchange-refocus.mjs", 29 30 "require": "./dist/urql-exchange-refocus.js", 30 - "types": "./dist/urql-exchange-refocus.d.ts", 31 31 "source": "./src/index.ts" 32 32 }, 33 33 "./package.json": "./package.json"
+1 -1
exchanges/request-policy/package.json
··· 24 24 "source": "src/index.ts", 25 25 "exports": { 26 26 ".": { 27 + "types": "./dist/urql-exchange-request-policy.d.ts", 27 28 "import": "./dist/urql-exchange-request-policy.mjs", 28 29 "require": "./dist/urql-exchange-request-policy.js", 29 - "types": "./dist/urql-exchange-request-policy.d.ts", 30 30 "source": "./src/index.ts" 31 31 }, 32 32 "./package.json": "./package.json"
+1 -1
exchanges/retry/package.json
··· 24 24 "source": "src/index.ts", 25 25 "exports": { 26 26 ".": { 27 + "types": "./dist/urql-exchange-retry.d.ts", 27 28 "import": "./dist/urql-exchange-retry.mjs", 28 29 "require": "./dist/urql-exchange-retry.js", 29 - "types": "./dist/urql-exchange-retry.d.ts", 30 30 "source": "./src/index.ts" 31 31 }, 32 32 "./package.json": "./package.json"
+2 -2
packages/core/package.json
··· 24 24 "source": "src/index.ts", 25 25 "exports": { 26 26 ".": { 27 + "types": "./dist/urql-core.d.ts", 27 28 "import": "./dist/urql-core.mjs", 28 29 "require": "./dist/urql-core.js", 29 - "types": "./dist/urql-core.d.ts", 30 30 "source": "./src/index.ts" 31 31 }, 32 32 "./package.json": "./package.json", 33 33 "./internal": { 34 + "types": "./dist/urql-core-internal.d.ts", 34 35 "import": "./dist/urql-core-internal.mjs", 35 36 "require": "./dist/urql-core-internal.js", 36 - "types": "./dist/urql-core-internal.d.ts", 37 37 "source": "./src/internal/index.ts" 38 38 } 39 39 },
+1 -1
packages/introspection/package.json
··· 23 23 "source": "src/index.ts", 24 24 "exports": { 25 25 ".": { 26 + "types": "./dist/urql-introspection.d.ts", 26 27 "import": "./dist/urql-introspection.mjs", 27 28 "require": "./dist/urql-introspection.js", 28 - "types": "./dist/urql-introspection.d.ts", 29 29 "source": "./src/index.ts" 30 30 }, 31 31 "./package.json": "./package.json"
+1 -1
packages/preact-urql/package.json
··· 25 25 "source": "src/index.ts", 26 26 "exports": { 27 27 ".": { 28 + "types": "./dist/urql-preact.d.ts", 28 29 "import": "./dist/urql-preact.mjs", 29 30 "require": "./dist/urql-preact.js", 30 - "types": "./dist/urql-preact.d.ts", 31 31 "source": "./src/index.ts" 32 32 }, 33 33 "./package.json": "./package.json"
+1 -1
packages/storage-rn/package.json
··· 32 32 ], 33 33 "exports": { 34 34 ".": { 35 + "types": "./dist/urql-storage-rn.d.ts", 35 36 "import": "./dist/urql-storage-rn.mjs", 36 37 "require": "./dist/urql-storage-rn.js", 37 - "types": "./dist/urql-storage-rn.d.ts", 38 38 "source": "./src/index.ts" 39 39 }, 40 40 "./package.json": "./package.json"
+1 -1
packages/svelte-urql/package.json
··· 25 25 "source": "src/index.ts", 26 26 "exports": { 27 27 ".": { 28 + "types": "./dist/urql-svelte.d.ts", 28 29 "import": "./dist/urql-svelte.mjs", 29 30 "require": "./dist/urql-svelte.js", 30 - "types": "./dist/urql-svelte.d.ts", 31 31 "source": "./src/index.ts" 32 32 }, 33 33 "./package.json": "./package.json"
+1 -1
packages/vue-urql/package.json
··· 25 25 "source": "src/index.ts", 26 26 "exports": { 27 27 ".": { 28 + "types": "./dist/urql-vue.d.ts", 28 29 "import": "./dist/urql-vue.mjs", 29 30 "require": "./dist/urql-vue.js", 30 - "types": "./dist/urql-vue.d.ts", 31 31 "source": "./src/index.ts" 32 32 }, 33 33 "./package.json": "./package.json"