@ctx-core/graphql-client 7.3.240 → 7.3.244

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