@ctx-core/graphql-client 7.3.208 → 7.3.212

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,45 @@
1
1
  # @ctx-core/graphql-client
2
2
 
3
+ ## 7.3.212
4
+
5
+ ### Patch Changes
6
+
7
+ - @ctx-core/fetch-undici: ^2.6.101 -> ^2.6.102
8
+
9
+ ## 7.3.211
10
+
11
+ ### Patch Changes
12
+
13
+ - @ctx-core/graphql: ^9.0.176 -> ^9.0.177
14
+ - Updated dependencies
15
+ - @ctx-core/dom@14.1.62
16
+
17
+ ## 7.3.210
18
+
19
+ ### Patch Changes
20
+
21
+ - @ctx-core/fetch-undici: ^2.6.100 -> ^2.6.101
22
+
23
+ ## 7.3.209
24
+
25
+ ### Patch Changes
26
+
27
+ - @ctx-core/dom: ^14.1.59 -> ^14.1.60
28
+ - @ctx-core/object: ^28.0.4 -> ^28.0.5
29
+ - @ctx-core/graphql: ^9.0.174 -> ^9.0.175
30
+ - @ctx-core/env: ^17.2.128 -> ^17.3.0
31
+ - Updated dependencies
32
+ - Updated dependencies
33
+ - Updated dependencies
34
+ - Updated dependencies
35
+ - Updated dependencies
36
+ - Updated dependencies
37
+ - Updated dependencies
38
+ - @ctx-core/fetch-undici@2.6.100
39
+ - @ctx-core/dom@14.1.61
40
+ - @ctx-core/graphql@9.0.176
41
+ - @ctx-core/env@17.3.1
42
+
3
43
  ## 7.3.208
4
44
 
5
45
  ### Patch Changes
package/COMMIT_EDITMSG ADDED
@@ -0,0 +1,2 @@
1
+
2
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/graphql-client",
3
- "version": "7.3.208",
3
+ "version": "7.3.212",
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.1.59",
27
- "@ctx-core/env": "^17.2.128",
28
- "@ctx-core/fetch-undici": "^2.6.99",
29
- "@ctx-core/graphql": "^9.0.174",
30
- "@ctx-core/object": "^28.0.4"
26
+ "@ctx-core/dom": "^14.1.62",
27
+ "@ctx-core/env": "^17.3.1",
28
+ "@ctx-core/fetch-undici": "^2.6.102",
29
+ "@ctx-core/graphql": "^9.0.177",
30
+ "@ctx-core/object": "^28.0.5"
31
31
  },
32
32
  "devDependencies": {
33
- "@types/node": "^20.5.6",
33
+ "@types/node": "^20.5.7",
34
34
  "c8": "^8.0.1",
35
35
  "check-dts": "^0.7.2",
36
36
  "tsx": "^3.12.7",