@ctx-core/graphql-client 7.3.196 → 7.3.199

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,32 @@
1
1
  # @ctx-core/graphql-client
2
2
 
3
+ ## 7.3.199
4
+
5
+ ### Patch Changes
6
+
7
+ - @ctx-core/dom: ^14.1.57 -> ^14.1.58
8
+ - @ctx-core/env: ^17.2.127 -> ^17.2.128
9
+ - Updated dependencies
10
+ - @ctx-core/fetch-undici@2.6.95
11
+
12
+ ## 7.3.198
13
+
14
+ ### Patch Changes
15
+
16
+ - @ctx-core/env: ^17.2.126 -> ^17.2.127
17
+ - @ctx-core/object: ^28.0.3 -> ^28.0.4
18
+ - @ctx-core/graphql: ^9.0.172 -> ^9.0.173
19
+ - @ctx-core/dom: ^14.1.56 -> ^14.1.57
20
+ - Updated dependencies
21
+ - Updated dependencies
22
+ - @ctx-core/fetch-undici@2.6.94
23
+
24
+ ## 7.3.197
25
+
26
+ ### Patch Changes
27
+
28
+ - @ctx-core/env: ^17.2.125 -> ^17.2.126
29
+
3
30
  ## 7.3.196
4
31
 
5
32
  ### Patch Changes
package/COMMIT_EDITMSG CHANGED
@@ -1 +1,2 @@
1
1
 
2
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/graphql-client",
3
- "version": "7.3.196",
3
+ "version": "7.3.199",
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.56",
27
- "@ctx-core/env": "^17.2.125",
28
- "@ctx-core/fetch-undici": "^2.6.93",
29
- "@ctx-core/graphql": "^9.0.172",
30
- "@ctx-core/object": "^28.0.3"
26
+ "@ctx-core/dom": "^14.1.58",
27
+ "@ctx-core/env": "^17.2.128",
28
+ "@ctx-core/fetch-undici": "^2.6.95",
29
+ "@ctx-core/graphql": "^9.0.173",
30
+ "@ctx-core/object": "^28.0.4"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@types/node": "^20.4.5",