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