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.

chore(workspace): update versions (#3597)

authored by

Jovi De Croock and committed by
GitHub
ff74ffef 6bc39b54

+31 -31
+2 -2
exchanges/auth/jsr.json
··· 1 1 { 2 2 "name": "@urql/exchange-auth", 3 - "version": "2.1.6", 3 + "version": "2.2.0", 4 4 "exports": { 5 5 ".": "./src/index.ts" 6 6 }, ··· 12 12 "**/*.test.*.snap", 13 13 "**/*.spec.*.snap" 14 14 ] 15 - } 15 + }
+2 -2
exchanges/context/jsr.json
··· 1 1 { 2 2 "name": "@urql/exchange-context", 3 - "version": "0.2.1", 3 + "version": "0.3.0", 4 4 "exports": { 5 5 ".": "./src/index.ts" 6 6 }, ··· 12 12 "**/*.test.*.snap", 13 13 "**/*.spec.*.snap" 14 14 ] 15 - } 15 + }
+2 -2
exchanges/execute/jsr.json
··· 1 1 { 2 2 "name": "@urql/exchange-execute", 3 - "version": "2.2.2", 3 + "version": "2.3.0", 4 4 "exports": { 5 5 ".": "./src/index.ts" 6 6 }, ··· 12 12 "**/*.test.*.snap", 13 13 "**/*.spec.*.snap" 14 14 ] 15 - } 15 + }
+2 -2
exchanges/graphcache/jsr.json
··· 1 1 { 2 2 "name": "@urql/exchange-graphcache", 3 - "version": "7.0.2", 3 + "version": "7.1.0", 4 4 "exports": { 5 5 ".": "./src/index.ts", 6 6 "./extras": "./src/extras/index.ts", ··· 14 14 "**/*.test.*.snap", 15 15 "**/*.spec.*.snap" 16 16 ] 17 - } 17 + }
+2 -2
exchanges/persisted/jsr.json
··· 1 1 { 2 2 "name": "@urql/exchange-persisted", 3 - "version": "4.2.0", 3 + "version": "4.3.0", 4 4 "exports": { 5 5 ".": "./src/index.ts" 6 6 }, ··· 12 12 "**/*.test.*.snap", 13 13 "**/*.spec.*.snap" 14 14 ] 15 - } 15 + }
+2 -2
exchanges/populate/jsr.json
··· 1 1 { 2 2 "name": "@urql/exchange-populate", 3 - "version": "1.1.2", 3 + "version": "1.2.0", 4 4 "exports": { 5 5 ".": "./src/index.ts" 6 6 }, ··· 12 12 "**/*.test.*.snap", 13 13 "**/*.spec.*.snap" 14 14 ] 15 - } 15 + }
+2 -2
exchanges/refocus/jsr.json
··· 1 1 { 2 2 "name": "@urql/exchange-refocus", 3 - "version": "1.0.2", 3 + "version": "1.1.0", 4 4 "exports": { 5 5 ".": "./src/index.ts" 6 6 }, ··· 12 12 "**/*.test.*.snap", 13 13 "**/*.spec.*.snap" 14 14 ] 15 - } 15 + }
+2 -2
exchanges/request-policy/jsr.json
··· 1 1 { 2 2 "name": "@urql/exchange-request-policy", 3 - "version": "1.1.0", 3 + "version": "1.2.0", 4 4 "exports": { 5 5 ".": "./src/index.ts" 6 6 }, ··· 12 12 "**/*.test.*.snap", 13 13 "**/*.spec.*.snap" 14 14 ] 15 - } 15 + }
+2 -2
exchanges/retry/jsr.json
··· 1 1 { 2 2 "name": "@urql/exchange-retry", 3 - "version": "1.2.1", 3 + "version": "1.3.0", 4 4 "exports": { 5 5 ".": "./src/index.ts" 6 6 }, ··· 12 12 "**/*.test.*.snap", 13 13 "**/*.spec.*.snap" 14 14 ] 15 - } 15 + }
+2 -2
packages/core/jsr.json
··· 1 1 { 2 2 "name": "@urql/core", 3 - "version": "5.0.2", 3 + "version": "5.0.3", 4 4 "exports": { 5 5 ".": "./src/index.ts", 6 6 "./internal": "./src/internal/index.ts" ··· 13 13 "**/*.test.*.snap", 14 14 "**/*.spec.*.snap" 15 15 ] 16 - } 16 + }
+1 -1
packages/core/src/utils/variables.ts
··· 51 51 return out; 52 52 }; 53 53 54 - const extract = (map: FileMap, path: string, x: any) => { 54 + const extract = (map: FileMap, path: string, x: any): void => { 55 55 if (x == null || typeof x !== 'object' || x.toJSON || seen.has(x)) { 56 56 /*noop*/ 57 57 } else if (Array.isArray(x)) {
+2 -2
packages/introspection/jsr.json
··· 1 1 { 2 2 "name": "@urql/introspection", 3 - "version": "1.0.3", 3 + "version": "1.1.0", 4 4 "exports": { 5 5 ".": "./src/index.ts" 6 6 }, ··· 12 12 "**/*.test.*.snap", 13 13 "**/*.spec.*.snap" 14 14 ] 15 - } 15 + }
+2 -2
packages/preact-urql/jsr.json
··· 1 1 { 2 2 "name": "@urql/preact", 3 - "version": "4.0.5", 3 + "version": "4.1.0", 4 4 "exports": { 5 5 ".": "./src/index.ts" 6 6 }, ··· 12 12 "**/*.test.*.snap", 13 13 "**/*.spec.*.snap" 14 14 ] 15 - } 15 + }
+2 -2
packages/react-urql/jsr.json
··· 1 1 { 2 2 "name": "urql", 3 - "version": "4.0.7", 3 + "version": "4.1.0", 4 4 "exports": "src/index.ts", 5 5 "exclude": [ 6 6 "node_modules", ··· 10 10 "**/*.test.*.snap", 11 11 "**/*.spec.*.snap" 12 12 ] 13 - } 13 + }
+2 -2
packages/svelte-urql/jsr.json
··· 1 1 { 2 2 "name": "@urql/svelte", 3 - "version": "4.1.1", 3 + "version": "4.2.0", 4 4 "exports": { 5 5 ".": "./src/index.ts" 6 6 }, ··· 12 12 "**/*.test.*.snap", 13 13 "**/*.spec.*.snap" 14 14 ] 15 - } 15 + }
+2 -2
packages/vue-urql/jsr.json
··· 1 1 { 2 2 "name": "@urql/vue", 3 - "version": "1.1.3", 3 + "version": "1.2.0", 4 4 "exports": { 5 5 ".": "./src/index.ts" 6 6 }, ··· 12 12 "**/*.test.*.snap", 13 13 "**/*.spec.*.snap" 14 14 ] 15 - } 15 + }