@ctx-core/graphql-client 7.3.270 → 7.3.275

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,41 @@
1
1
  # @ctx-core/graphql-client
2
2
 
3
+ ## 7.3.275
4
+
5
+ ### Patch Changes
6
+
7
+ - @ctx-core/fetch-undici: ^3.0.36 -> ^3.0.37
8
+
9
+ ## 7.3.274
10
+
11
+ ### Patch Changes
12
+
13
+ - @ctx-core/dom: ^14.3.1 -> ^14.3.2
14
+ - @ctx-core/fetch-undici: ^3.0.35 -> ^3.0.36
15
+
16
+ ## 7.3.273
17
+
18
+ ### Patch Changes
19
+
20
+ - @ctx-core/object: ^28.2.1 -> ^28.2.2
21
+ - Updated dependencies
22
+ - @ctx-core/dom@14.3.1
23
+ - @ctx-core/env@17.3.15
24
+ - @ctx-core/fetch-undici@3.0.35
25
+ - @ctx-core/graphql@9.0.184
26
+
27
+ ## 7.3.272
28
+
29
+ ### Patch Changes
30
+
31
+ - @ctx-core/fetch-undici: ^3.0.33 -> ^3.0.34
32
+
33
+ ## 7.3.271
34
+
35
+ ### Patch Changes
36
+
37
+ - @types/node: ^20.8.9 -> ^20.8.10
38
+
3
39
  ## 7.3.270
4
40
 
5
41
  ### Patch Changes
package/COMMIT_EDITMSG CHANGED
@@ -1,3 +1 @@
1
1
 
2
-
3
-
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/graphql-client",
3
- "version": "7.3.270",
3
+ "version": "7.3.275",
4
4
  "description": "ctx-core graphql-client",
5
5
  "keywords": [
6
6
  "ctx-core",
@@ -23,14 +23,14 @@
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.33",
29
- "@ctx-core/graphql": "^9.0.183",
30
- "@ctx-core/object": "^28.2.1"
26
+ "@ctx-core/dom": "^14.3.2",
27
+ "@ctx-core/env": "^17.3.15",
28
+ "@ctx-core/fetch-undici": "^3.0.37",
29
+ "@ctx-core/graphql": "^9.0.184",
30
+ "@ctx-core/object": "^28.2.2"
31
31
  },
32
32
  "devDependencies": {
33
- "@types/node": "^20.8.9",
33
+ "@types/node": "^20.8.10",
34
34
  "c8": "^8.0.1",
35
35
  "check-dts": "^0.7.2",
36
36
  "tsx": "^3.14.0",