@ctx-core/graphql-client 7.3.173 → 7.3.177

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,36 @@
1
1
  # @ctx-core/graphql-client
2
2
 
3
+ ## 7.3.177
4
+
5
+ ### Patch Changes
6
+
7
+ - @ctx-core/fetch-undici: ^2.6.86 -> ^2.6.87
8
+
9
+ ## 7.3.176
10
+
11
+ ### Patch Changes
12
+
13
+ - @ctx-core/dom: ^14.1.53 -> ^14.1.54
14
+ - @ctx-core/fetch-undici: ^2.6.85 -> ^2.6.86
15
+
16
+ ## 7.3.175
17
+
18
+ ### Patch Changes
19
+
20
+ - @ctx-core/object: ^28.0.1 -> ^28.0.2
21
+ - Updated dependencies
22
+ - Updated dependencies
23
+ - @ctx-core/dom@14.1.53
24
+ - @ctx-core/env@17.2.114
25
+ - @ctx-core/fetch-undici@2.6.85
26
+ - @ctx-core/graphql@9.0.169
27
+
28
+ ## 7.3.174
29
+
30
+ ### Patch Changes
31
+
32
+ - @ctx-core/env: ^17.2.112 -> ^17.2.113
33
+
3
34
  ## 7.3.173
4
35
 
5
36
  ### Patch Changes
package/COMMIT_EDITMSG CHANGED
@@ -1,2 +1,3 @@
1
1
 
2
2
 
3
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/graphql-client",
3
- "version": "7.3.173",
3
+ "version": "7.3.177",
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.52",
27
- "@ctx-core/env": "^17.2.112",
28
- "@ctx-core/fetch-undici": "^2.6.84",
29
- "@ctx-core/graphql": "^9.0.168",
30
- "@ctx-core/object": "^28.0.1"
26
+ "@ctx-core/dom": "^14.1.54",
27
+ "@ctx-core/env": "^17.2.114",
28
+ "@ctx-core/fetch-undici": "^2.6.87",
29
+ "@ctx-core/graphql": "^9.0.169",
30
+ "@ctx-core/object": "^28.0.2"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@types/node": "^20.3.1",