@ctx-core/graphql-client 7.3.272 → 7.3.276

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,37 @@
1
1
  # @ctx-core/graphql-client
2
2
 
3
+ ## 7.3.276
4
+
5
+ ### Patch Changes
6
+
7
+ - @ctx-core/dom: ^14.3.2 -> ^14.3.3
8
+ - Updated dependencies
9
+ - @ctx-core/fetch-undici@3.0.38
10
+
11
+ ## 7.3.275
12
+
13
+ ### Patch Changes
14
+
15
+ - @ctx-core/fetch-undici: ^3.0.36 -> ^3.0.37
16
+
17
+ ## 7.3.274
18
+
19
+ ### Patch Changes
20
+
21
+ - @ctx-core/dom: ^14.3.1 -> ^14.3.2
22
+ - @ctx-core/fetch-undici: ^3.0.35 -> ^3.0.36
23
+
24
+ ## 7.3.273
25
+
26
+ ### Patch Changes
27
+
28
+ - @ctx-core/object: ^28.2.1 -> ^28.2.2
29
+ - Updated dependencies
30
+ - @ctx-core/dom@14.3.1
31
+ - @ctx-core/env@17.3.15
32
+ - @ctx-core/fetch-undici@3.0.35
33
+ - @ctx-core/graphql@9.0.184
34
+
3
35
  ## 7.3.272
4
36
 
5
37
  ### 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.272",
3
+ "version": "7.3.276",
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.3.0",
27
- "@ctx-core/env": "^17.3.14",
28
- "@ctx-core/fetch-undici": "^3.0.34",
29
- "@ctx-core/graphql": "^9.0.183",
30
- "@ctx-core/object": "^28.2.1"
26
+ "@ctx-core/dom": "^14.3.3",
27
+ "@ctx-core/env": "^17.3.15",
28
+ "@ctx-core/fetch-undici": "^3.0.38",
29
+ "@ctx-core/graphql": "^9.0.184",
30
+ "@ctx-core/object": "^28.2.2"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@types/node": "^20.8.10",