@ctx-core/graphql-client 7.3.210 → 7.3.214

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +26 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,31 @@
1
1
  # @ctx-core/graphql-client
2
2
 
3
+ ## 7.3.214
4
+
5
+ ### Patch Changes
6
+
7
+ - @ctx-core/fetch-undici: ^2.6.102 -> ^2.6.103
8
+
9
+ ## 7.3.213
10
+
11
+ ### Patch Changes
12
+
13
+ - @types/node: ^20.5.7 -> ^20.5.8
14
+
15
+ ## 7.3.212
16
+
17
+ ### Patch Changes
18
+
19
+ - @ctx-core/fetch-undici: ^2.6.101 -> ^2.6.102
20
+
21
+ ## 7.3.211
22
+
23
+ ### Patch Changes
24
+
25
+ - @ctx-core/graphql: ^9.0.176 -> ^9.0.177
26
+ - Updated dependencies
27
+ - @ctx-core/dom@14.1.62
28
+
3
29
  ## 7.3.210
4
30
 
5
31
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/graphql-client",
3
- "version": "7.3.210",
3
+ "version": "7.3.214",
4
4
  "description": "ctx-core graphql-client",
5
5
  "keywords": [
6
6
  "ctx-core",
@@ -23,17 +23,17 @@
23
23
  "./package.json": "./package.json"
24
24
  },
25
25
  "dependencies": {
26
- "@ctx-core/dom": "^14.1.61",
26
+ "@ctx-core/dom": "^14.1.62",
27
27
  "@ctx-core/env": "^17.3.1",
28
- "@ctx-core/fetch-undici": "^2.6.101",
29
- "@ctx-core/graphql": "^9.0.176",
28
+ "@ctx-core/fetch-undici": "^2.6.103",
29
+ "@ctx-core/graphql": "^9.0.177",
30
30
  "@ctx-core/object": "^28.0.5"
31
31
  },
32
32
  "devDependencies": {
33
- "@types/node": "^20.5.7",
33
+ "@types/node": "^20.5.8",
34
34
  "c8": "^8.0.1",
35
35
  "check-dts": "^0.7.2",
36
- "tsx": "^3.12.7",
36
+ "tsx": "^3.12.8",
37
37
  "typescript": "next",
38
38
  "uvu": "^0.5.6"
39
39
  },