@ctx-core/graphql-client 7.3.279 → 7.3.282

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,31 @@
1
1
  # @ctx-core/graphql-client
2
2
 
3
+ ## 7.3.282
4
+
5
+ ### Patch Changes
6
+
7
+ - @ctx-core/fetch-undici: ^3.0.43 -> ^3.0.44
8
+
9
+ ## 7.3.281
10
+
11
+ ### Patch Changes
12
+
13
+ - @ctx-core/dom: ^15.0.1 -> ^15.0.2
14
+ - @ctx-core/fetch-undici: ^3.0.42 -> ^3.0.43
15
+
16
+ ## 7.3.280
17
+
18
+ ### Patch Changes
19
+
20
+ - Updated dependencies
21
+ - Updated dependencies
22
+ - Updated dependencies
23
+ - @ctx-core/object@29.0.0
24
+ - @ctx-core/dom@15.0.1
25
+ - @ctx-core/env@17.3.16
26
+ - @ctx-core/fetch-undici@3.0.42
27
+ - @ctx-core/graphql@9.0.185
28
+
3
29
  ## 7.3.279
4
30
 
5
31
  ### Patch Changes
package/COMMIT_EDITMSG CHANGED
@@ -1,2 +1 @@
1
1
 
2
-
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.282",
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.2",
27
+ "@ctx-core/env": "^17.3.16",
28
+ "@ctx-core/fetch-undici": "^3.0.44",
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",