@ctx-core/graphql-client 7.3.288 → 7.3.291

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 +24 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
1
1
  # @ctx-core/graphql-client
2
2
 
3
+ ## 7.3.291
4
+
5
+ ### Patch Changes
6
+
7
+ - @ctx-core/fetch-undici: ^3.0.51 -> ^3.0.52
8
+
9
+ ## 7.3.290
10
+
11
+ ### Patch Changes
12
+
13
+ - @ctx-core/dom: ^15.0.6 -> ^15.0.7
14
+ - @ctx-core/fetch-undici: ^3.0.50 -> ^3.0.51
15
+
16
+ ## 7.3.289
17
+
18
+ ### Patch Changes
19
+
20
+ - Updated dependencies
21
+ - @ctx-core/object@30.0.0
22
+ - @ctx-core/dom@15.0.6
23
+ - @ctx-core/env@17.3.19
24
+ - @ctx-core/fetch-undici@3.0.50
25
+ - @ctx-core/graphql@9.0.188
26
+
3
27
  ## 7.3.288
4
28
 
5
29
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/graphql-client",
3
- "version": "7.3.288",
3
+ "version": "7.3.291",
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": "^15.0.5",
27
- "@ctx-core/env": "^17.3.18",
28
- "@ctx-core/fetch-undici": "^3.0.49",
29
- "@ctx-core/graphql": "^9.0.187",
30
- "@ctx-core/object": "^29.1.0"
26
+ "@ctx-core/dom": "^15.0.7",
27
+ "@ctx-core/env": "^17.3.19",
28
+ "@ctx-core/fetch-undici": "^3.0.52",
29
+ "@ctx-core/graphql": "^9.0.188",
30
+ "@ctx-core/object": "^30.0.0"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@types/node": "^20.9.0",