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

Version Packages (#3756)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

authored by github-actions[bot] github-actions[bot] and committed by GitHub e850c988 573944ce

Changed files
+273 -131
.changeset
examples
with-apq
with-defer-stream-directives
with-graphcache-pagination
with-graphcache-updates
with-infinite-pagination
with-multipart
with-next
with-pagination
with-react
with-react-native
with-refresh-auth
with-retry
with-subscriptions-via-fetch
with-svelte
with-vue3
exchanges
packages
-23
.changeset/purple-baboons-nail.md
··· 1 - --- 2 - '@urql/exchange-auth': patch 3 - '@urql/exchange-context': patch 4 - '@urql/exchange-execute': patch 5 - '@urql/exchange-graphcache': patch 6 - '@urql/exchange-persisted': patch 7 - '@urql/exchange-populate': patch 8 - '@urql/exchange-refocus': patch 9 - '@urql/exchange-request-policy': patch 10 - '@urql/exchange-retry': patch 11 - '@urql/exchange-throw-on-error': patch 12 - '@urql/core': patch 13 - '@urql/introspection': patch 14 - '@urql/next': patch 15 - '@urql/preact': patch 16 - 'urql': patch 17 - '@urql/solid': patch 18 - '@urql/storage-rn': patch 19 - '@urql/svelte': patch 20 - '@urql/vue': patch 21 - --- 22 - 23 - Omit minified files and sourcemaps' `sourcesContent` in published packages
+3 -3
examples/with-apq/package.json
··· 6 6 "start": "vite" 7 7 }, 8 8 "dependencies": { 9 - "@urql/core": "^5.1.0", 10 - "@urql/exchange-persisted": "^4.3.0", 9 + "@urql/core": "^5.1.1", 10 + "@urql/exchange-persisted": "^4.3.1", 11 11 "graphql": "^16.6.0", 12 12 "react": "^18.2.0", 13 13 "react-dom": "^18.2.0", 14 - "urql": "^4.2.1" 14 + "urql": "^4.2.2" 15 15 }, 16 16 "devDependencies": { 17 17 "@vitejs/plugin-react": "^3.1.0",
+3 -3
examples/with-defer-stream-directives/package.json
··· 17 17 }, 18 18 "dependencies": { 19 19 "@graphql-yoga/plugin-defer-stream": "^1.7.1", 20 - "@urql/core": "^5.1.0", 21 - "@urql/exchange-graphcache": "^7.2.2", 20 + "@urql/core": "^5.1.1", 21 + "@urql/exchange-graphcache": "^7.2.3", 22 22 "graphql": "17.0.0-alpha.2", 23 23 "react": "^18.2.0", 24 24 "react-dom": "^18.2.0", 25 - "urql": "^4.2.1" 25 + "urql": "^4.2.2" 26 26 }, 27 27 "devDependencies": { 28 28 "@apollo/server": "^4.4.1",
+3 -3
examples/with-graphcache-pagination/package.json
··· 6 6 "start": "vite" 7 7 }, 8 8 "dependencies": { 9 - "@urql/core": "^5.1.0", 10 - "@urql/exchange-graphcache": "^7.2.2", 9 + "@urql/core": "^5.1.1", 10 + "@urql/exchange-graphcache": "^7.2.3", 11 11 "graphql": "^16.6.0", 12 12 "react": "^18.2.0", 13 13 "react-dom": "^18.2.0", 14 - "urql": "^4.2.1" 14 + "urql": "^4.2.2" 15 15 }, 16 16 "devDependencies": { 17 17 "@vitejs/plugin-react": "^3.1.0",
+4 -4
examples/with-graphcache-updates/package.json
··· 6 6 "start": "vite" 7 7 }, 8 8 "dependencies": { 9 - "@urql/core": "^5.1.0", 10 - "@urql/exchange-auth": "^2.2.0", 11 - "@urql/exchange-graphcache": "^7.2.2", 9 + "@urql/core": "^5.1.1", 10 + "@urql/exchange-auth": "^2.2.1", 11 + "@urql/exchange-graphcache": "^7.2.3", 12 12 "graphql": "^16.6.0", 13 13 "react": "^18.2.0", 14 14 "react-dom": "^18.2.0", 15 - "urql": "^4.2.1" 15 + "urql": "^4.2.2" 16 16 }, 17 17 "devDependencies": { 18 18 "@vitejs/plugin-react": "^3.1.0",
+2 -2
examples/with-infinite-pagination/package.json
··· 6 6 "start": "vite" 7 7 }, 8 8 "dependencies": { 9 - "@urql/core": "^5.1.0", 9 + "@urql/core": "^5.1.1", 10 10 "graphql": "^16.6.0", 11 11 "react": "^18.2.0", 12 12 "react-dom": "^18.2.0", 13 - "urql": "^4.2.1" 13 + "urql": "^4.2.2" 14 14 }, 15 15 "devDependencies": { 16 16 "@vitejs/plugin-react": "^3.1.0",
+2 -2
examples/with-multipart/package.json
··· 6 6 "start": "vite" 7 7 }, 8 8 "dependencies": { 9 - "@urql/core": "^5.1.0", 9 + "@urql/core": "^5.1.1", 10 10 "graphql": "^16.6.0", 11 11 "react": "^18.2.0", 12 12 "react-dom": "^18.2.0", 13 - "urql": "^4.2.1" 13 + "urql": "^4.2.2" 14 14 }, 15 15 "devDependencies": { 16 16 "@vitejs/plugin-react": "^3.1.0",
+3 -3
examples/with-next/package.json
··· 3 3 "version": "0.0.0", 4 4 "private": true, 5 5 "dependencies": { 6 - "@urql/core": "^5.1.0", 7 - "@urql/next": "^1.1.4", 6 + "@urql/core": "^5.1.1", 7 + "@urql/next": "^1.1.5", 8 8 "graphql": "^16.6.0", 9 9 "next": "13.4.2", 10 10 "react": "^18.2.0", 11 11 "react-dom": "^18.2.0", 12 - "urql": "^4.2.1" 12 + "urql": "^4.2.2" 13 13 }, 14 14 "scripts": { 15 15 "dev": "next dev",
+2 -2
examples/with-pagination/package.json
··· 6 6 "start": "vite" 7 7 }, 8 8 "dependencies": { 9 - "@urql/core": "^5.1.0", 9 + "@urql/core": "^5.1.1", 10 10 "graphql": "^16.6.0", 11 11 "react": "^18.2.0", 12 12 "react-dom": "^18.2.0", 13 - "urql": "^4.2.1" 13 + "urql": "^4.2.2" 14 14 }, 15 15 "devDependencies": { 16 16 "@vitejs/plugin-react": "^3.1.0",
+2 -2
examples/with-react-native/package.json
··· 8 8 "start": "react-native start" 9 9 }, 10 10 "dependencies": { 11 - "@urql/core": "^5.1.0", 11 + "@urql/core": "^5.1.1", 12 12 "graphql": "^16.6.0", 13 13 "react": "18.2.0", 14 14 "react-native": "0.71.4", 15 - "urql": "^4.2.1" 15 + "urql": "^4.2.2" 16 16 }, 17 17 "devDependencies": { 18 18 "@babel/core": "^7.12.9",
+2 -2
examples/with-react/package.json
··· 6 6 "start": "vite" 7 7 }, 8 8 "dependencies": { 9 - "@urql/core": "^5.1.0", 9 + "@urql/core": "^5.1.1", 10 10 "graphql": "^16.6.0", 11 11 "react": "^18.2.0", 12 12 "react-dom": "^18.2.0", 13 - "urql": "^4.2.1" 13 + "urql": "^4.2.2" 14 14 }, 15 15 "devDependencies": { 16 16 "@vitejs/plugin-react": "^3.1.0",
+3 -3
examples/with-refresh-auth/package.json
··· 6 6 "start": "vite" 7 7 }, 8 8 "dependencies": { 9 - "@urql/core": "^5.1.0", 10 - "@urql/exchange-auth": "^2.2.0", 9 + "@urql/core": "^5.1.1", 10 + "@urql/exchange-auth": "^2.2.1", 11 11 "graphql": "^16.6.0", 12 12 "react": "^18.2.0", 13 13 "react-dom": "^18.2.0", 14 - "urql": "^4.2.1" 14 + "urql": "^4.2.2" 15 15 }, 16 16 "devDependencies": { 17 17 "@vitejs/plugin-react": "^3.1.0",
+3 -3
examples/with-retry/package.json
··· 6 6 "start": "vite" 7 7 }, 8 8 "dependencies": { 9 - "@urql/core": "^5.1.0", 10 - "@urql/exchange-retry": "^1.3.0", 9 + "@urql/core": "^5.1.1", 10 + "@urql/exchange-retry": "^1.3.1", 11 11 "graphql": "^16.6.0", 12 12 "react": "^18.2.0", 13 13 "react-dom": "^18.2.0", 14 - "urql": "^4.2.1" 14 + "urql": "^4.2.2" 15 15 }, 16 16 "devDependencies": { 17 17 "@vitejs/plugin-react": "^3.1.0",
+3 -3
examples/with-subscriptions-via-fetch/package.json
··· 8 8 "start": "run-p client server" 9 9 }, 10 10 "dependencies": { 11 - "@urql/core": "^5.1.0", 12 - "@urql/exchange-graphcache": "^7.2.2", 11 + "@urql/core": "^5.1.1", 12 + "@urql/exchange-graphcache": "^7.2.3", 13 13 "graphql": "^16.6.0", 14 14 "react": "^18.2.0", 15 15 "react-dom": "^18.2.0", 16 - "urql": "^4.2.1" 16 + "urql": "^4.2.2" 17 17 }, 18 18 "devDependencies": { 19 19 "@vitejs/plugin-react": "^3.1.0",
+2 -2
examples/with-svelte/package.json
··· 8 8 "serve": "vite preview" 9 9 }, 10 10 "dependencies": { 11 - "@urql/core": "^5.1.0", 12 - "@urql/svelte": "^4.2.2", 11 + "@urql/core": "^5.1.1", 12 + "@urql/svelte": "^4.2.3", 13 13 "graphql": "^16.6.0", 14 14 "svelte": "^4.0.5" 15 15 },
+2 -2
examples/with-vue3/package.json
··· 8 8 "serve": "vite preview" 9 9 }, 10 10 "dependencies": { 11 - "@urql/core": "^5.1.0", 12 - "@urql/vue": "^1.4.2", 11 + "@urql/core": "^5.1.1", 12 + "@urql/vue": "^1.4.3", 13 13 "graphql": "^16.6.0", 14 14 "vue": "^3.2.47" 15 15 },
+12 -1
exchanges/auth/CHANGELOG.md
··· 1 1 # Changelog 2 2 3 + ## 2.2.1 4 + 5 + ### Patch Changes 6 + 7 + - Omit minified files and sourcemaps' `sourcesContent` in published packages 8 + Submitted by [@kitten](https://github.com/kitten) (See [#3755](https://github.com/urql-graphql/urql/pull/3755)) 9 + - Updated dependencies (See [#3755](https://github.com/urql-graphql/urql/pull/3755)) 10 + - @urql/core@5.1.1 11 + 3 12 ## 2.2.0 4 13 5 14 ### Minor Changes ··· 89 98 }); 90 99 }, 91 100 didAuthError(error) { 92 - return error.graphQLErrors.some(e => e.extensions?.code === 'FORBIDDEN'); 101 + return error.graphQLErrors.some( 102 + e => e.extensions?.code === 'FORBIDDEN' 103 + ); 93 104 }, 94 105 async refreshAuth() { 95 106 const result = await utils.mutate(REFRESH, { token });
+1 -1
exchanges/auth/jsr.json
··· 1 1 { 2 2 "name": "@urql/exchange-auth", 3 - "version": "2.2.0", 3 + "version": "2.2.1", 4 4 "exports": { 5 5 ".": "./src/index.ts" 6 6 },
+2 -2
exchanges/auth/package.json
··· 1 1 { 2 2 "name": "@urql/exchange-auth", 3 - "version": "2.2.0", 3 + "version": "2.2.1", 4 4 "description": "An exchange for managing authentication and token refresh in urql", 5 5 "sideEffects": false, 6 6 "homepage": "https://formidable.com/open-source/urql/docs/", ··· 52 52 "@urql/core": "^5.0.0" 53 53 }, 54 54 "dependencies": { 55 - "@urql/core": "workspace:^5.1.0", 55 + "@urql/core": "workspace:^5.1.1", 56 56 "wonka": "^6.3.2" 57 57 }, 58 58 "devDependencies": {
+9
exchanges/context/CHANGELOG.md
··· 1 1 # Changelog 2 2 3 + ## 0.3.1 4 + 5 + ### Patch Changes 6 + 7 + - Omit minified files and sourcemaps' `sourcesContent` in published packages 8 + Submitted by [@kitten](https://github.com/kitten) (See [#3755](https://github.com/urql-graphql/urql/pull/3755)) 9 + - Updated dependencies (See [#3755](https://github.com/urql-graphql/urql/pull/3755)) 10 + - @urql/core@5.1.1 11 + 3 12 ## 0.3.0 4 13 5 14 ### Minor Changes
+1 -1
exchanges/context/jsr.json
··· 1 1 { 2 2 "name": "@urql/exchange-context", 3 - "version": "0.3.0", 3 + "version": "0.3.1", 4 4 "exports": { 5 5 ".": "./src/index.ts" 6 6 },
+2 -2
exchanges/context/package.json
··· 1 1 { 2 2 "name": "@urql/exchange-context", 3 - "version": "0.3.0", 3 + "version": "0.3.1", 4 4 "description": "An exchange for setting (a)synchronous operation-context in urql", 5 5 "sideEffects": false, 6 6 "homepage": "https://formidable.com/open-source/urql/docs/", ··· 51 51 "@urql/core": "^5.0.0" 52 52 }, 53 53 "dependencies": { 54 - "@urql/core": "workspace:^5.1.0", 54 + "@urql/core": "workspace:^5.1.1", 55 55 "wonka": "^6.3.2" 56 56 }, 57 57 "devDependencies": {
+9
exchanges/execute/CHANGELOG.md
··· 1 1 # Changelog 2 2 3 + ## 2.3.1 4 + 5 + ### Patch Changes 6 + 7 + - Omit minified files and sourcemaps' `sourcesContent` in published packages 8 + Submitted by [@kitten](https://github.com/kitten) (See [#3755](https://github.com/urql-graphql/urql/pull/3755)) 9 + - Updated dependencies (See [#3755](https://github.com/urql-graphql/urql/pull/3755)) 10 + - @urql/core@5.1.1 11 + 3 12 ## 2.3.0 4 13 5 14 ### Minor Changes
+1 -1
exchanges/execute/jsr.json
··· 1 1 { 2 2 "name": "@urql/exchange-execute", 3 - "version": "2.3.0", 3 + "version": "2.3.1", 4 4 "exports": { 5 5 ".": "./src/index.ts" 6 6 },
+2 -2
exchanges/execute/package.json
··· 1 1 { 2 2 "name": "@urql/exchange-execute", 3 - "version": "2.3.0", 3 + "version": "2.3.1", 4 4 "description": "An exchange for executing queries against a local schema in urql", 5 5 "sideEffects": false, 6 6 "homepage": "https://formidable.com/open-source/urql/docs/", ··· 49 49 "prepublishOnly": "run-s clean build" 50 50 }, 51 51 "dependencies": { 52 - "@urql/core": "workspace:^5.1.0", 52 + "@urql/core": "workspace:^5.1.1", 53 53 "wonka": "^6.3.2" 54 54 }, 55 55 "peerDependencies": {
+9
exchanges/graphcache/CHANGELOG.md
··· 1 1 # @urql/exchange-graphcache 2 2 3 + ## 7.2.3 4 + 5 + ### Patch Changes 6 + 7 + - Omit minified files and sourcemaps' `sourcesContent` in published packages 8 + Submitted by [@kitten](https://github.com/kitten) (See [#3755](https://github.com/urql-graphql/urql/pull/3755)) 9 + - Updated dependencies (See [#3755](https://github.com/urql-graphql/urql/pull/3755)) 10 + - @urql/core@5.1.1 11 + 3 12 ## 7.2.2 4 13 5 14 ### Patch Changes
+1 -1
exchanges/graphcache/jsr.json
··· 1 1 { 2 2 "name": "@urql/exchange-graphcache", 3 - "version": "7.2.2", 3 + "version": "7.2.3", 4 4 "exports": { 5 5 ".": "./src/index.ts", 6 6 "./extras": "./src/extras/index.ts",
+2 -2
exchanges/graphcache/package.json
··· 1 1 { 2 2 "name": "@urql/exchange-graphcache", 3 - "version": "7.2.2", 3 + "version": "7.2.3", 4 4 "description": "A normalized and configurable cache exchange for urql", 5 5 "sideEffects": false, 6 6 "homepage": "https://formidable.com/open-source/urql/docs/graphcache", ··· 67 67 }, 68 68 "dependencies": { 69 69 "@0no-co/graphql.web": "^1.0.5", 70 - "@urql/core": "workspace:^5.1.0", 70 + "@urql/core": "workspace:^5.1.1", 71 71 "wonka": "^6.3.2" 72 72 }, 73 73 "devDependencies": {
+9
exchanges/persisted/CHANGELOG.md
··· 1 1 # @urql/exchange-persisted-fetch 2 2 3 + ## 4.3.1 4 + 5 + ### Patch Changes 6 + 7 + - Omit minified files and sourcemaps' `sourcesContent` in published packages 8 + Submitted by [@kitten](https://github.com/kitten) (See [#3755](https://github.com/urql-graphql/urql/pull/3755)) 9 + - Updated dependencies (See [#3755](https://github.com/urql-graphql/urql/pull/3755)) 10 + - @urql/core@5.1.1 11 + 3 12 ## 4.3.0 4 13 5 14 ### Minor Changes
+1 -1
exchanges/persisted/jsr.json
··· 1 1 { 2 2 "name": "@urql/exchange-persisted", 3 - "version": "4.3.0", 3 + "version": "4.3.1", 4 4 "exports": { 5 5 ".": "./src/index.ts" 6 6 },
+2 -2
exchanges/persisted/package.json
··· 1 1 { 2 2 "name": "@urql/exchange-persisted", 3 - "version": "4.3.0", 3 + "version": "4.3.1", 4 4 "description": "An exchange that allows for persisted queries support when fetching queries", 5 5 "sideEffects": false, 6 6 "homepage": "https://formidable.com/open-source/urql/docs/", ··· 50 50 "@urql/core": "^5.0.0" 51 51 }, 52 52 "dependencies": { 53 - "@urql/core": "workspace:^5.1.0", 53 + "@urql/core": "workspace:^5.1.1", 54 54 "wonka": "^6.3.2" 55 55 }, 56 56 "devDependencies": {
+9
exchanges/populate/CHANGELOG.md
··· 1 1 # @urql/exchange-populate 2 2 3 + ## 1.2.1 4 + 5 + ### Patch Changes 6 + 7 + - Omit minified files and sourcemaps' `sourcesContent` in published packages 8 + Submitted by [@kitten](https://github.com/kitten) (See [#3755](https://github.com/urql-graphql/urql/pull/3755)) 9 + - Updated dependencies (See [#3755](https://github.com/urql-graphql/urql/pull/3755)) 10 + - @urql/core@5.1.1 11 + 3 12 ## 1.2.0 4 13 5 14 ### Minor Changes
+1 -1
exchanges/populate/jsr.json
··· 1 1 { 2 2 "name": "@urql/exchange-populate", 3 - "version": "1.2.0", 3 + "version": "1.2.1", 4 4 "exports": { 5 5 ".": "./src/index.ts" 6 6 },
+2 -2
exchanges/populate/package.json
··· 1 1 { 2 2 "name": "@urql/exchange-populate", 3 - "version": "1.2.0", 3 + "version": "1.2.1", 4 4 "description": "An exchange that automaticcally populates the mutation selection body", 5 5 "sideEffects": false, 6 6 "homepage": "https://formidable.com/open-source/urql/docs/advanced/auto-populate-mutations", ··· 47 47 "prepublishOnly": "run-s clean build" 48 48 }, 49 49 "dependencies": { 50 - "@urql/core": "workspace:^5.1.0", 50 + "@urql/core": "workspace:^5.1.1", 51 51 "wonka": "^6.3.2" 52 52 }, 53 53 "peerDependencies": {
+9
exchanges/refocus/CHANGELOG.md
··· 1 1 # Changelog 2 2 3 + ## 1.1.1 4 + 5 + ### Patch Changes 6 + 7 + - Omit minified files and sourcemaps' `sourcesContent` in published packages 8 + Submitted by [@kitten](https://github.com/kitten) (See [#3755](https://github.com/urql-graphql/urql/pull/3755)) 9 + - Updated dependencies (See [#3755](https://github.com/urql-graphql/urql/pull/3755)) 10 + - @urql/core@5.1.1 11 + 3 12 ## 1.1.0 4 13 5 14 ### Minor Changes
+1 -1
exchanges/refocus/jsr.json
··· 1 1 { 2 2 "name": "@urql/exchange-refocus", 3 - "version": "1.1.0", 3 + "version": "1.1.1", 4 4 "exports": { 5 5 ".": "./src/index.ts" 6 6 },
+2 -2
exchanges/refocus/package.json
··· 1 1 { 2 2 "name": "@urql/exchange-refocus", 3 - "version": "1.1.0", 3 + "version": "1.1.1", 4 4 "description": "An exchange that dispatches active operations when the window regains focus", 5 5 "sideEffects": false, 6 6 "homepage": "https://formidable.com/open-source/urql/docs/", ··· 57 57 "@urql/core": "^5.0.0" 58 58 }, 59 59 "dependencies": { 60 - "@urql/core": "workspace:^5.1.0", 60 + "@urql/core": "workspace:^5.1.1", 61 61 "wonka": "^6.3.2" 62 62 }, 63 63 "publishConfig": {
+9
exchanges/request-policy/CHANGELOG.md
··· 1 1 # Changelog 2 2 3 + ## 1.2.1 4 + 5 + ### Patch Changes 6 + 7 + - Omit minified files and sourcemaps' `sourcesContent` in published packages 8 + Submitted by [@kitten](https://github.com/kitten) (See [#3755](https://github.com/urql-graphql/urql/pull/3755)) 9 + - Updated dependencies (See [#3755](https://github.com/urql-graphql/urql/pull/3755)) 10 + - @urql/core@5.1.1 11 + 3 12 ## 1.2.0 4 13 5 14 ### Minor Changes
+1 -1
exchanges/request-policy/jsr.json
··· 1 1 { 2 2 "name": "@urql/exchange-request-policy", 3 - "version": "1.2.0", 3 + "version": "1.2.1", 4 4 "exports": { 5 5 ".": "./src/index.ts" 6 6 },
+2 -2
exchanges/request-policy/package.json
··· 1 1 { 2 2 "name": "@urql/exchange-request-policy", 3 - "version": "1.2.0", 3 + "version": "1.2.1", 4 4 "description": "An exchange for operation request-policy upgrading in urql", 5 5 "sideEffects": false, 6 6 "homepage": "https://formidable.com/open-source/urql/docs/", ··· 55 55 "@urql/core": "^5.0.0" 56 56 }, 57 57 "dependencies": { 58 - "@urql/core": "workspace:^5.1.0", 58 + "@urql/core": "workspace:^5.1.1", 59 59 "wonka": "^6.3.2" 60 60 }, 61 61 "publishConfig": {
+9
exchanges/retry/CHANGELOG.md
··· 1 1 # Changelog 2 2 3 + ## 1.3.1 4 + 5 + ### Patch Changes 6 + 7 + - Omit minified files and sourcemaps' `sourcesContent` in published packages 8 + Submitted by [@kitten](https://github.com/kitten) (See [#3755](https://github.com/urql-graphql/urql/pull/3755)) 9 + - Updated dependencies (See [#3755](https://github.com/urql-graphql/urql/pull/3755)) 10 + - @urql/core@5.1.1 11 + 3 12 ## 1.3.0 4 13 5 14 ### Minor Changes
+1 -1
exchanges/retry/jsr.json
··· 1 1 { 2 2 "name": "@urql/exchange-retry", 3 - "version": "1.3.0", 3 + "version": "1.3.1", 4 4 "exports": { 5 5 ".": "./src/index.ts" 6 6 },
+2 -2
exchanges/retry/package.json
··· 1 1 { 2 2 "name": "@urql/exchange-retry", 3 - "version": "1.3.0", 3 + "version": "1.3.1", 4 4 "description": "An exchange for operation retry support in urql", 5 5 "sideEffects": false, 6 6 "homepage": "https://formidable.com/open-source/urql/docs/", ··· 55 55 "@urql/core": "^5.0.0" 56 56 }, 57 57 "dependencies": { 58 - "@urql/core": "workspace:^5.1.0", 58 + "@urql/core": "workspace:^5.1.1", 59 59 "wonka": "^6.3.2" 60 60 }, 61 61 "publishConfig": {
+9
exchanges/throw-on-error/CHANGELOG.md
··· 1 1 # @urql/exchange-throw-on-error 2 2 3 + ## 0.1.1 4 + 5 + ### Patch Changes 6 + 7 + - Omit minified files and sourcemaps' `sourcesContent` in published packages 8 + Submitted by [@kitten](https://github.com/kitten) (See [#3755](https://github.com/urql-graphql/urql/pull/3755)) 9 + - Updated dependencies (See [#3755](https://github.com/urql-graphql/urql/pull/3755)) 10 + - @urql/core@5.1.1 11 + 3 12 ## 0.1.0 4 13 5 14 ### Minor Changes
+1 -1
exchanges/throw-on-error/jsr.json
··· 1 1 { 2 2 "name": "@urql/exchange-throw-on-error", 3 - "version": "0.1.0", 3 + "version": "0.1.1", 4 4 "exports": { 5 5 ".": "./src/index.ts" 6 6 },
+2 -2
exchanges/throw-on-error/package.json
··· 1 1 { 2 2 "name": "@urql/exchange-throw-on-error", 3 - "version": "0.1.0", 3 + "version": "0.1.1", 4 4 "description": "An exchange for throw-on-error support in urql", 5 5 "sideEffects": false, 6 6 "homepage": "https://formidable.com/open-source/urql/docs/", ··· 55 55 "@urql/core": "^5.0.0" 56 56 }, 57 57 "dependencies": { 58 - "@urql/core": "workspace:^5.1.0", 58 + "@urql/core": "workspace:^5.1.1", 59 59 "graphql-toe": "0.1.2", 60 60 "wonka": "^6.3.2" 61 61 },
+7
packages/core/CHANGELOG.md
··· 1 1 # @urql/core 2 2 3 + ## 5.1.1 4 + 5 + ### Patch Changes 6 + 7 + - Omit minified files and sourcemaps' `sourcesContent` in published packages 8 + Submitted by [@kitten](https://github.com/kitten) (See [#3755](https://github.com/urql-graphql/urql/pull/3755)) 9 + 3 10 ## 5.1.0 4 11 5 12 ### Minor Changes
+1 -1
packages/core/jsr.json
··· 1 1 { 2 2 "name": "@urql/core", 3 - "version": "5.1.0", 3 + "version": "5.1.1", 4 4 "exports": { 5 5 ".": "./src/index.ts", 6 6 "./internal": "./src/internal/index.ts"
+1 -1
packages/core/package.json
··· 1 1 { 2 2 "name": "@urql/core", 3 - "version": "5.1.0", 3 + "version": "5.1.1", 4 4 "description": "The shared core for the highly customizable and versatile GraphQL client", 5 5 "sideEffects": false, 6 6 "homepage": "https://formidable.com/open-source/urql/docs/",
+7
packages/introspection/CHANGELOG.md
··· 1 1 # @urql/introspection 2 2 3 + ## 1.2.1 4 + 5 + ### Patch Changes 6 + 7 + - Omit minified files and sourcemaps' `sourcesContent` in published packages 8 + Submitted by [@kitten](https://github.com/kitten) (See [#3755](https://github.com/urql-graphql/urql/pull/3755)) 9 + 3 10 ## 1.2.0 4 11 5 12 ### Minor Changes
+1 -1
packages/introspection/jsr.json
··· 1 1 { 2 2 "name": "@urql/introspection", 3 - "version": "1.2.0", 3 + "version": "1.2.1", 4 4 "exports": { 5 5 ".": "./src/index.ts" 6 6 },
+1 -1
packages/introspection/package.json
··· 1 1 { 2 2 "name": "@urql/introspection", 3 - "version": "1.2.0", 3 + "version": "1.2.1", 4 4 "description": "Utilities for dealing with Introspection Queries and Client Schemas", 5 5 "sideEffects": false, 6 6 "homepage": "https://formidable.com/open-source/urql/docs/",
+7
packages/next-urql/CHANGELOG.md
··· 1 1 # Changelog 2 2 3 + ## 1.1.5 4 + 5 + ### Patch Changes 6 + 7 + - Omit minified files and sourcemaps' `sourcesContent` in published packages 8 + Submitted by [@kitten](https://github.com/kitten) (See [#3755](https://github.com/urql-graphql/urql/pull/3755)) 9 + 3 10 ## 1.1.4 4 11 5 12 ### Patch Changes
+1 -1
packages/next-urql/jsr.json
··· 1 1 { 2 2 "name": "@urql/next", 3 - "version": "1.1.4", 3 + "version": "1.1.5", 4 4 "exports": { 5 5 ".": "./src/index.ts", 6 6 "./rsc": "./src/rsc.ts"
+1 -1
packages/next-urql/package.json
··· 1 1 { 2 2 "name": "@urql/next", 3 - "version": "1.1.4", 3 + "version": "1.1.5", 4 4 "description": "Convenience wrappers for using urql with NextJS.", 5 5 "sideEffects": false, 6 6 "homepage": "https://formidable.com/open-source/urql/docs/",
+9
packages/preact-urql/CHANGELOG.md
··· 1 1 # @urql/preact 2 2 3 + ## 4.1.2 4 + 5 + ### Patch Changes 6 + 7 + - Omit minified files and sourcemaps' `sourcesContent` in published packages 8 + Submitted by [@kitten](https://github.com/kitten) (See [#3755](https://github.com/urql-graphql/urql/pull/3755)) 9 + - Updated dependencies (See [#3755](https://github.com/urql-graphql/urql/pull/3755)) 10 + - @urql/core@5.1.1 11 + 3 12 ## 4.1.1 4 13 5 14 ### Patch Changes
+1 -1
packages/preact-urql/jsr.json
··· 1 1 { 2 2 "name": "@urql/preact", 3 - "version": "4.1.1", 3 + "version": "4.1.2", 4 4 "exports": { 5 5 ".": "./src/index.ts" 6 6 },
+2 -2
packages/preact-urql/package.json
··· 1 1 { 2 2 "name": "@urql/preact", 3 - "version": "4.1.1", 3 + "version": "4.1.2", 4 4 "description": "A highly customizable and versatile GraphQL client for Preact", 5 5 "sideEffects": false, 6 6 "homepage": "https://formidable.com/open-source/urql/docs/", ··· 59 59 "preact": ">= 10.0.0" 60 60 }, 61 61 "dependencies": { 62 - "@urql/core": "workspace:^5.1.0", 62 + "@urql/core": "workspace:^5.1.1", 63 63 "wonka": "^6.3.2" 64 64 }, 65 65 "publishConfig": {
+9
packages/react-urql/CHANGELOG.md
··· 1 1 # urql 2 2 3 + ## 4.2.2 4 + 5 + ### Patch Changes 6 + 7 + - Omit minified files and sourcemaps' `sourcesContent` in published packages 8 + Submitted by [@kitten](https://github.com/kitten) (See [#3755](https://github.com/urql-graphql/urql/pull/3755)) 9 + - Updated dependencies (See [#3755](https://github.com/urql-graphql/urql/pull/3755)) 10 + - @urql/core@5.1.1 11 + 3 12 ## 4.2.1 4 13 5 14 ### Patch Changes
+1 -1
packages/react-urql/jsr.json
··· 1 1 { 2 2 "name": "urql", 3 - "version": "4.2.1", 3 + "version": "4.2.2", 4 4 "exports": "src/index.ts", 5 5 "exclude": [ 6 6 "node_modules",
+2 -2
packages/react-urql/package.json
··· 1 1 { 2 2 "name": "urql", 3 - "version": "4.2.1", 3 + "version": "4.2.2", 4 4 "description": "A highly customizable and versatile GraphQL client for React", 5 5 "sideEffects": false, 6 6 "homepage": "https://formidable.com/open-source/urql/docs/", ··· 60 60 "react": ">= 16.8.0" 61 61 }, 62 62 "dependencies": { 63 - "@urql/core": "workspace:^5.1.0", 63 + "@urql/core": "workspace:^5.1.1", 64 64 "wonka": "^6.3.2" 65 65 }, 66 66 "publishConfig": {
+9
packages/solid-urql/CHANGELOG.md
··· 1 1 # @urql/solid 2 2 3 + ## 0.1.2 4 + 5 + ### Patch Changes 6 + 7 + - Omit minified files and sourcemaps' `sourcesContent` in published packages 8 + Submitted by [@kitten](https://github.com/kitten) (See [#3755](https://github.com/urql-graphql/urql/pull/3755)) 9 + - Updated dependencies (See [#3755](https://github.com/urql-graphql/urql/pull/3755)) 10 + - @urql/core@5.1.1 11 + 3 12 ## 0.1.1 4 13 5 14 ### Patch Changes
+1 -1
packages/solid-urql/jsr.json
··· 1 1 { 2 2 "name": "@urql/solid", 3 - "version": "0.1.1", 3 + "version": "0.1.2", 4 4 "exports": { 5 5 ".": "./src/index.ts" 6 6 },
+2 -2
packages/solid-urql/package.json
··· 1 1 { 2 2 "name": "@urql/solid", 3 - "version": "0.1.1", 3 + "version": "0.1.2", 4 4 "description": "A highly customizable and versatile GraphQL client for Solid", 5 5 "sideEffects": false, 6 6 "homepage": "https://formidable.com/open-source/urql/docs/", ··· 60 60 "solid-js": "^1.7.7" 61 61 }, 62 62 "dependencies": { 63 - "@urql/core": "workspace:^5.1.0", 63 + "@urql/core": "workspace:^5.1.1", 64 64 "wonka": "^6.3.2" 65 65 }, 66 66 "publishConfig": {
+7
packages/storage-rn/CHANGELOG.md
··· 1 1 # Changelog 2 2 3 + ## 1.1.1 4 + 5 + ### Patch Changes 6 + 7 + - Omit minified files and sourcemaps' `sourcesContent` in published packages 8 + Submitted by [@kitten](https://github.com/kitten) (See [#3755](https://github.com/urql-graphql/urql/pull/3755)) 9 + 3 10 ## 1.1.0 4 11 5 12 ### Minor Changes
+1 -1
packages/storage-rn/jsr.json
··· 1 1 { 2 2 "name": "@urql/storage-rn", 3 - "version": "1.1.0", 3 + "version": "1.1.1", 4 4 "exports": { 5 5 ".": "./src/index.ts" 6 6 },
+1 -1
packages/storage-rn/package.json
··· 1 1 { 2 2 "name": "@urql/storage-rn", 3 - "version": "1.1.0", 3 + "version": "1.1.1", 4 4 "sideEffects": false, 5 5 "description": "Graphcache offline storage for React Native", 6 6 "homepage": "https://formidable.com/open-source/urql/docs/",
+9
packages/svelte-urql/CHANGELOG.md
··· 1 1 # @urql/svelte 2 2 3 + ## 4.2.3 4 + 5 + ### Patch Changes 6 + 7 + - Omit minified files and sourcemaps' `sourcesContent` in published packages 8 + Submitted by [@kitten](https://github.com/kitten) (See [#3755](https://github.com/urql-graphql/urql/pull/3755)) 9 + - Updated dependencies (See [#3755](https://github.com/urql-graphql/urql/pull/3755)) 10 + - @urql/core@5.1.1 11 + 3 12 ## 4.2.2 4 13 5 14 ### Patch Changes
+1 -1
packages/svelte-urql/jsr.json
··· 1 1 { 2 2 "name": "@urql/svelte", 3 - "version": "4.2.2", 3 + "version": "4.2.3", 4 4 "exports": { 5 5 ".": "./src/index.ts" 6 6 },
+2 -2
packages/svelte-urql/package.json
··· 1 1 { 2 2 "name": "@urql/svelte", 3 - "version": "4.2.2", 3 + "version": "4.2.3", 4 4 "description": "A highly customizable and versatile GraphQL client for Svelte", 5 5 "sideEffects": false, 6 6 "homepage": "https://formidable.com/open-source/urql/docs/", ··· 53 53 "svelte": "^3.0.0 || ^4.0.0 || ^5.0.0" 54 54 }, 55 55 "dependencies": { 56 - "@urql/core": "workspace:^5.1.0", 56 + "@urql/core": "workspace:^5.1.1", 57 57 "wonka": "^6.3.2" 58 58 }, 59 59 "devDependencies": {
+9
packages/vue-urql/CHANGELOG.md
··· 1 1 # @urql/vue 2 2 3 + ## 1.4.3 4 + 5 + ### Patch Changes 6 + 7 + - Omit minified files and sourcemaps' `sourcesContent` in published packages 8 + Submitted by [@kitten](https://github.com/kitten) (See [#3755](https://github.com/urql-graphql/urql/pull/3755)) 9 + - Updated dependencies (See [#3755](https://github.com/urql-graphql/urql/pull/3755)) 10 + - @urql/core@5.1.1 11 + 3 12 ## 1.4.2 4 13 5 14 ### Patch Changes
+1 -1
packages/vue-urql/jsr.json
··· 1 1 { 2 2 "name": "@urql/vue", 3 - "version": "1.4.2", 3 + "version": "1.4.3", 4 4 "exports": { 5 5 ".": "./src/index.ts" 6 6 },
+2 -2
packages/vue-urql/package.json
··· 1 1 { 2 2 "name": "@urql/vue", 3 - "version": "1.4.2", 3 + "version": "1.4.3", 4 4 "description": "A highly customizable and versatile GraphQL client for vue", 5 5 "sideEffects": false, 6 6 "homepage": "https://formidable.com/open-source/urql/docs/", ··· 59 59 "vue": "^2.7.0 || ^3.0.0" 60 60 }, 61 61 "dependencies": { 62 - "@urql/core": "workspace:^5.1.0", 62 + "@urql/core": "workspace:^5.1.1", 63 63 "wonka": "^6.3.2" 64 64 }, 65 65 "publishConfig": {
+15 -15
pnpm-lock.yaml
··· 180 180 exchanges/auth: 181 181 dependencies: 182 182 '@urql/core': 183 - specifier: workspace:^5.1.0 183 + specifier: workspace:^5.1.1 184 184 version: link:../../packages/core 185 185 wonka: 186 186 specifier: ^6.3.2 ··· 193 193 exchanges/context: 194 194 dependencies: 195 195 '@urql/core': 196 - specifier: workspace:^5.1.0 196 + specifier: workspace:^5.1.1 197 197 version: link:../../packages/core 198 198 wonka: 199 199 specifier: ^6.3.2 ··· 206 206 exchanges/execute: 207 207 dependencies: 208 208 '@urql/core': 209 - specifier: workspace:^5.1.0 209 + specifier: workspace:^5.1.1 210 210 version: link:../../packages/core 211 211 wonka: 212 212 specifier: ^6.3.2 ··· 222 222 specifier: ^1.0.5 223 223 version: 1.0.8(graphql@16.9.0) 224 224 '@urql/core': 225 - specifier: workspace:^5.1.0 225 + specifier: workspace:^5.1.1 226 226 version: link:../../packages/core 227 227 wonka: 228 228 specifier: ^6.3.2 ··· 256 256 exchanges/persisted: 257 257 dependencies: 258 258 '@urql/core': 259 - specifier: workspace:^5.1.0 259 + specifier: workspace:^5.1.1 260 260 version: link:../../packages/core 261 261 wonka: 262 262 specifier: ^6.3.2 ··· 269 269 exchanges/populate: 270 270 dependencies: 271 271 '@urql/core': 272 - specifier: workspace:^5.1.0 272 + specifier: workspace:^5.1.1 273 273 version: link:../../packages/core 274 274 wonka: 275 275 specifier: ^6.3.2 ··· 282 282 exchanges/refocus: 283 283 dependencies: 284 284 '@urql/core': 285 - specifier: workspace:^5.1.0 285 + specifier: workspace:^5.1.1 286 286 version: link:../../packages/core 287 287 wonka: 288 288 specifier: ^6.3.2 ··· 298 298 exchanges/request-policy: 299 299 dependencies: 300 300 '@urql/core': 301 - specifier: workspace:^5.1.0 301 + specifier: workspace:^5.1.1 302 302 version: link:../../packages/core 303 303 wonka: 304 304 specifier: ^6.3.2 ··· 311 311 exchanges/retry: 312 312 dependencies: 313 313 '@urql/core': 314 - specifier: workspace:^5.1.0 314 + specifier: workspace:^5.1.1 315 315 version: link:../../packages/core 316 316 wonka: 317 317 specifier: ^6.3.2 ··· 324 324 exchanges/throw-on-error: 325 325 dependencies: 326 326 '@urql/core': 327 - specifier: workspace:^5.1.0 327 + specifier: workspace:^5.1.1 328 328 version: link:../../packages/core 329 329 graphql-toe: 330 330 specifier: 0.1.2 ··· 382 382 packages/preact-urql: 383 383 dependencies: 384 384 '@urql/core': 385 - specifier: workspace:^5.1.0 385 + specifier: workspace:^5.1.1 386 386 version: link:../core 387 387 wonka: 388 388 specifier: ^6.3.2 ··· 401 401 packages/react-urql: 402 402 dependencies: 403 403 '@urql/core': 404 - specifier: workspace:^5.1.0 404 + specifier: workspace:^5.1.1 405 405 version: link:../core 406 406 wonka: 407 407 specifier: ^6.3.2 ··· 550 550 packages/solid-urql: 551 551 dependencies: 552 552 '@urql/core': 553 - specifier: workspace:^5.1.0 553 + specifier: workspace:^5.1.1 554 554 version: link:../core 555 555 solid-js: 556 556 specifier: ^1.7.7 ··· 590 590 packages/svelte-urql: 591 591 dependencies: 592 592 '@urql/core': 593 - specifier: workspace:^5.1.0 593 + specifier: workspace:^5.1.1 594 594 version: link:../core 595 595 wonka: 596 596 specifier: ^6.3.2 ··· 606 606 packages/vue-urql: 607 607 dependencies: 608 608 '@urql/core': 609 - specifier: workspace:^5.1.0 609 + specifier: workspace:^5.1.1 610 610 version: link:../core 611 611 wonka: 612 612 specifier: ^6.3.2