@ctx-core/graphql-client 7.3.48 → 7.3.50

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 +17 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # @ctx-core/graphql-client
2
2
 
3
+ ## 7.3.50
4
+
5
+ ### Patch Changes
6
+
7
+ - @ctx-core/object: ^27.2.0 -> ^27.3.0
8
+ - Updated dependencies
9
+ - @ctx-core/dom@14.0.6
10
+ - @ctx-core/env@17.2.41
11
+ - @ctx-core/fetch-undici@2.3.163
12
+ - @ctx-core/graphql@9.0.130
13
+
14
+ ## 7.3.49
15
+
16
+ ### Patch Changes
17
+
18
+ - @ctx-core/fetch-undici: ^2.3.161 -> ^2.3.162
19
+
3
20
  ## 7.3.48
4
21
 
5
22
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/graphql-client",
3
- "version": "7.3.48",
3
+ "version": "7.3.50",
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.0.5",
27
- "@ctx-core/env": "^17.2.40",
28
- "@ctx-core/fetch-undici": "^2.3.161",
29
- "@ctx-core/graphql": "^9.0.129",
30
- "@ctx-core/object": "^27.2.0"
26
+ "@ctx-core/dom": "^14.0.6",
27
+ "@ctx-core/env": "^17.2.41",
28
+ "@ctx-core/fetch-undici": "^2.3.163",
29
+ "@ctx-core/graphql": "^9.0.130",
30
+ "@ctx-core/object": "^27.3.0"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@types/node": "^18.15.5",