@ctx-core/graphql-client 7.3.245 → 7.3.250

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,41 @@
1
1
  # @ctx-core/graphql-client
2
2
 
3
+ ## 7.3.250
4
+
5
+ ### Patch Changes
6
+
7
+ - @ctx-core/fetch-undici: ^3.0.19 -> ^3.0.20
8
+
9
+ ## 7.3.249
10
+
11
+ ### Patch Changes
12
+
13
+ - @types/node: ^20.8.2 -> ^20.8.3
14
+
15
+ ## 7.3.248
16
+
17
+ ### Patch Changes
18
+
19
+ - @ctx-core/fetch-undici: ^3.0.18 -> ^3.0.19
20
+
21
+ ## 7.3.247
22
+
23
+ ### Patch Changes
24
+
25
+ - @ctx-core/fetch-undici: ^3.0.17 -> ^3.0.18
26
+ - @ctx-core/dom: ^14.1.68 -> ^14.1.69
27
+
28
+ ## 7.3.246
29
+
30
+ ### Patch Changes
31
+
32
+ - @ctx-core/object: ^28.1.0 -> ^28.2.0
33
+ - Updated dependencies
34
+ - @ctx-core/dom@14.1.68
35
+ - @ctx-core/env@17.3.9
36
+ - @ctx-core/fetch-undici@3.0.17
37
+ - @ctx-core/graphql@9.0.182
38
+
3
39
  ## 7.3.245
4
40
 
5
41
  ### Patch Changes
package/COMMIT_EDITMSG CHANGED
@@ -1,2 +1 @@
1
1
 
2
-
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/graphql-client",
3
- "version": "7.3.245",
3
+ "version": "7.3.250",
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.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"
26
+ "@ctx-core/dom": "^14.1.69",
27
+ "@ctx-core/env": "^17.3.9",
28
+ "@ctx-core/fetch-undici": "^3.0.20",
29
+ "@ctx-core/graphql": "^9.0.182",
30
+ "@ctx-core/object": "^28.2.0"
31
31
  },
32
32
  "devDependencies": {
33
- "@types/node": "^20.8.2",
33
+ "@types/node": "^20.8.3",
34
34
  "c8": "^8.0.1",
35
35
  "check-dts": "^0.7.2",
36
36
  "tsx": "^3.13.0",