@ctx-core/graphql-client 7.3.154 → 7.3.160

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 +48 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,53 @@
1
1
  # @ctx-core/graphql-client
2
2
 
3
+ ## 7.3.160
4
+
5
+ ### Patch Changes
6
+
7
+ - @ctx-core/fetch-undici: ^2.6.75 -> ^2.6.76
8
+
9
+ ## 7.3.159
10
+
11
+ ### Patch Changes
12
+
13
+ - @ctx-core/fetch-undici: ^2.6.74 -> ^2.6.75
14
+ - @ctx-core/dom: ^14.1.47 -> ^14.1.48
15
+
16
+ ## 7.3.158
17
+
18
+ ### Patch Changes
19
+
20
+ - @ctx-core/object: ^27.8.1 -> ^27.9.0
21
+ - Updated dependencies
22
+ - @ctx-core/dom@14.1.47
23
+ - @ctx-core/env@17.2.105
24
+ - @ctx-core/fetch-undici@2.6.74
25
+ - @ctx-core/graphql@9.0.166
26
+
27
+ ## 7.3.157
28
+
29
+ ### Patch Changes
30
+
31
+ - @ctx-core/fetch-undici: ^2.6.72 -> ^2.6.73
32
+
33
+ ## 7.3.156
34
+
35
+ ### Patch Changes
36
+
37
+ - @ctx-core/dom: ^14.1.45 -> ^14.1.46
38
+ - @ctx-core/fetch-undici: ^2.6.71 -> ^2.6.72
39
+
40
+ ## 7.3.155
41
+
42
+ ### Patch Changes
43
+
44
+ - @ctx-core/object: ^27.8.0 -> ^27.8.1
45
+ - Updated dependencies
46
+ - @ctx-core/dom@14.1.45
47
+ - @ctx-core/env@17.2.104
48
+ - @ctx-core/fetch-undici@2.6.71
49
+ - @ctx-core/graphql@9.0.165
50
+
3
51
  ## 7.3.154
4
52
 
5
53
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/graphql-client",
3
- "version": "7.3.154",
3
+ "version": "7.3.160",
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.44",
27
- "@ctx-core/env": "^17.2.103",
28
- "@ctx-core/fetch-undici": "^2.6.70",
29
- "@ctx-core/graphql": "^9.0.164",
30
- "@ctx-core/object": "^27.8.0"
26
+ "@ctx-core/dom": "^14.1.48",
27
+ "@ctx-core/env": "^17.2.105",
28
+ "@ctx-core/fetch-undici": "^2.6.76",
29
+ "@ctx-core/graphql": "^9.0.166",
30
+ "@ctx-core/object": "^27.9.0"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@types/node": "^20.2.5",