@ctx-core/graphql-client 7.3.6 → 7.3.8

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 +27 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,32 @@
1
1
  # @ctx-core/graphql-client
2
2
 
3
+ ## 7.3.8
4
+
5
+ ### Patch Changes
6
+
7
+ - @ctx-core/env: ^17.2.23 -> ^17.2.24
8
+ - @ctx-core/graphql: ^9.0.119 -> ^9.0.120
9
+ - @ctx-core/dom: ^11.4.24 -> ^11.4.25
10
+ - @ctx-core/object: ^27.1.0 -> ^27.1.1
11
+ - Updated dependencies
12
+ - Updated dependencies
13
+ - @ctx-core/fetch-undici@2.3.125
14
+
15
+ ## 7.3.7
16
+
17
+ ### Patch Changes
18
+
19
+ - @ctx-core/fetch-undici: ^2.3.122 -> ^2.3.123
20
+ - @types/node: ^18.14.5 -> ^18.14.6
21
+ - @ctx-core/object: ^27.0.0 -> ^27.1.0
22
+ - Updated dependencies
23
+ - Updated dependencies
24
+ - Updated dependencies
25
+ - @ctx-core/graphql@9.0.119
26
+ - @ctx-core/dom@11.4.24
27
+ - @ctx-core/env@17.2.23
28
+ - @ctx-core/fetch-undici@2.3.124
29
+
3
30
  ## 7.3.6
4
31
 
5
32
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/graphql-client",
3
- "version": "7.3.6",
3
+ "version": "7.3.8",
4
4
  "description": "ctx-core graphql-client",
5
5
  "keywords": [
6
6
  "ctx-core",
@@ -23,14 +23,14 @@
23
23
  "./package.json": "./package.json"
24
24
  },
25
25
  "dependencies": {
26
- "@ctx-core/dom": "^11.4.23",
27
- "@ctx-core/env": "^17.2.22",
28
- "@ctx-core/fetch-undici": "^2.3.122",
29
- "@ctx-core/graphql": "^9.0.118",
30
- "@ctx-core/object": "^27.0.0"
26
+ "@ctx-core/dom": "^11.4.25",
27
+ "@ctx-core/env": "^17.2.24",
28
+ "@ctx-core/fetch-undici": "^2.3.125",
29
+ "@ctx-core/graphql": "^9.0.120",
30
+ "@ctx-core/object": "^27.1.1"
31
31
  },
32
32
  "devDependencies": {
33
- "@types/node": "^18.14.5",
33
+ "@types/node": "^18.14.6",
34
34
  "c8": "^7.13.0",
35
35
  "check-dts": "^0.7.0",
36
36
  "tsx": "^3.12.3",