@ctx-core/graphql-client 7.3.279 → 7.3.283

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,39 @@
1
1
  # @ctx-core/graphql-client
2
2
 
3
+ ## 7.3.283
4
+
5
+ ### Patch Changes
6
+
7
+ - @ctx-core/dom: ^15.0.2 -> ^15.0.3
8
+ - Updated dependencies
9
+ - @ctx-core/fetch-undici@3.0.45
10
+
11
+ ## 7.3.282
12
+
13
+ ### Patch Changes
14
+
15
+ - @ctx-core/fetch-undici: ^3.0.43 -> ^3.0.44
16
+
17
+ ## 7.3.281
18
+
19
+ ### Patch Changes
20
+
21
+ - @ctx-core/dom: ^15.0.1 -> ^15.0.2
22
+ - @ctx-core/fetch-undici: ^3.0.42 -> ^3.0.43
23
+
24
+ ## 7.3.280
25
+
26
+ ### Patch Changes
27
+
28
+ - Updated dependencies
29
+ - Updated dependencies
30
+ - Updated dependencies
31
+ - @ctx-core/object@29.0.0
32
+ - @ctx-core/dom@15.0.1
33
+ - @ctx-core/env@17.3.16
34
+ - @ctx-core/fetch-undici@3.0.42
35
+ - @ctx-core/graphql@9.0.185
36
+
3
37
  ## 7.3.279
4
38
 
5
39
  ### Patch Changes
package/COMMIT_EDITMSG CHANGED
@@ -1,2 +1,3 @@
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.279",
3
+ "version": "7.3.283",
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.0",
27
- "@ctx-core/env": "^17.3.15",
28
- "@ctx-core/fetch-undici": "^3.0.41",
29
- "@ctx-core/graphql": "^9.0.184",
30
- "@ctx-core/object": "^28.2.2"
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",
30
+ "@ctx-core/object": "^29.0.0"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@types/node": "^20.8.10",