@ctx-core/graphql-client 7.3.283 → 7.3.285

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,20 @@
1
1
  # @ctx-core/graphql-client
2
2
 
3
+ ## 7.3.285
4
+
5
+ ### Patch Changes
6
+
7
+ - @ctx-core/env: ^17.3.16 -> ^17.3.17
8
+ - @ctx-core/fetch-undici: ^3.0.45 -> ^3.0.46
9
+
10
+ ## 7.3.284
11
+
12
+ ### Patch Changes
13
+
14
+ - @types/node: ^20.8.10 -> ^20.9.0
15
+ - Updated dependencies
16
+ - @ctx-core/graphql@9.0.186
17
+
3
18
  ## 7.3.283
4
19
 
5
20
  ### Patch Changes
package/COMMIT_EDITMSG CHANGED
@@ -1,3 +1,2 @@
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.283",
3
+ "version": "7.3.285",
4
4
  "description": "ctx-core graphql-client",
5
5
  "keywords": [
6
6
  "ctx-core",
@@ -24,13 +24,13 @@
24
24
  },
25
25
  "dependencies": {
26
26
  "@ctx-core/dom": "^15.0.3",
27
- "@ctx-core/env": "^17.3.16",
28
- "@ctx-core/fetch-undici": "^3.0.45",
29
- "@ctx-core/graphql": "^9.0.185",
27
+ "@ctx-core/env": "^17.3.17",
28
+ "@ctx-core/fetch-undici": "^3.0.46",
29
+ "@ctx-core/graphql": "^9.0.186",
30
30
  "@ctx-core/object": "^29.0.0"
31
31
  },
32
32
  "devDependencies": {
33
- "@types/node": "^20.8.10",
33
+ "@types/node": "^20.9.0",
34
34
  "c8": "^8.0.1",
35
35
  "check-dts": "^0.7.2",
36
36
  "tsx": "^3.14.0",