@ctx-core/graphql-client 7.3.163 → 7.3.167

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 +30 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,35 @@
1
1
  # @ctx-core/graphql-client
2
2
 
3
+ ## 7.3.167
4
+
5
+ ### Patch Changes
6
+
7
+ - @ctx-core/fetch-undici: ^2.6.82 -> ^2.6.83
8
+
9
+ ## 7.3.166
10
+
11
+ ### Patch Changes
12
+
13
+ - @ctx-core/fetch-undici: ^2.6.81 -> ^2.6.82
14
+
15
+ ## 7.3.165
16
+
17
+ ### Patch Changes
18
+
19
+ - @ctx-core/fetch-undici: ^2.6.80 -> ^2.6.81
20
+ - @ctx-core/dom: ^14.1.51 -> ^14.1.52
21
+
22
+ ## 7.3.164
23
+
24
+ ### Patch Changes
25
+
26
+ - @ctx-core/object: ^28.0.0 -> ^28.0.1
27
+ - Updated dependencies
28
+ - @ctx-core/dom@14.1.51
29
+ - @ctx-core/env@17.2.107
30
+ - @ctx-core/fetch-undici@2.6.80
31
+ - @ctx-core/graphql@9.0.168
32
+
3
33
  ## 7.3.163
4
34
 
5
35
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/graphql-client",
3
- "version": "7.3.163",
3
+ "version": "7.3.167",
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.50",
27
- "@ctx-core/env": "^17.2.106",
28
- "@ctx-core/fetch-undici": "^2.6.79",
29
- "@ctx-core/graphql": "^9.0.167",
30
- "@ctx-core/object": "^28.0.0"
26
+ "@ctx-core/dom": "^14.1.52",
27
+ "@ctx-core/env": "^17.2.107",
28
+ "@ctx-core/fetch-undici": "^2.6.83",
29
+ "@ctx-core/graphql": "^9.0.168",
30
+ "@ctx-core/object": "^28.0.1"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@types/node": "^20.2.5",