@ctx-core/graphql-client 7.3.241 → 7.3.245

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 +33 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,38 @@
1
1
  # @ctx-core/graphql-client
2
2
 
3
+ ## 7.3.245
4
+
5
+ ### Patch Changes
6
+
7
+ - @types/node: ^20.8.0 -> ^20.8.2
8
+ - Updated dependencies
9
+ - @ctx-core/fetch-undici@3.0.16
10
+
11
+ ## 7.3.244
12
+
13
+ ### Patch Changes
14
+
15
+ - @ctx-core/fetch-undici: ^3.0.14 -> ^3.0.15
16
+
17
+ ## 7.3.243
18
+
19
+ ### Patch Changes
20
+
21
+ - @ctx-core/dom: ^14.1.66 -> ^14.1.67
22
+ - @ctx-core/fetch-undici: ^3.0.13 -> ^3.0.14
23
+
24
+ ## 7.3.242
25
+
26
+ ### Patch Changes
27
+
28
+ - @ctx-core/object: ^28.0.7 -> ^28.1.0
29
+ - Updated dependencies
30
+ - Updated dependencies
31
+ - @ctx-core/dom@14.1.66
32
+ - @ctx-core/env@17.3.8
33
+ - @ctx-core/fetch-undici@3.0.13
34
+ - @ctx-core/graphql@9.0.181
35
+
3
36
  ## 7.3.241
4
37
 
5
38
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/graphql-client",
3
- "version": "7.3.241",
3
+ "version": "7.3.245",
4
4
  "description": "ctx-core graphql-client",
5
5
  "keywords": [
6
6
  "ctx-core",
@@ -23,14 +23,14 @@
23
23
  "./package.json": "./package.json"
24
24
  },
25
25
  "dependencies": {
26
- "@ctx-core/dom": "^14.1.65",
27
- "@ctx-core/env": "^17.3.7",
28
- "@ctx-core/fetch-undici": "^3.0.12",
29
- "@ctx-core/graphql": "^9.0.180",
30
- "@ctx-core/object": "^28.0.7"
26
+ "@ctx-core/dom": "^14.1.67",
27
+ "@ctx-core/env": "^17.3.8",
28
+ "@ctx-core/fetch-undici": "^3.0.16",
29
+ "@ctx-core/graphql": "^9.0.181",
30
+ "@ctx-core/object": "^28.1.0"
31
31
  },
32
32
  "devDependencies": {
33
- "@types/node": "^20.8.0",
33
+ "@types/node": "^20.8.2",
34
34
  "c8": "^8.0.1",
35
35
  "check-dts": "^0.7.2",
36
36
  "tsx": "^3.13.0",