@ctx-core/graphql-client 7.3.193 → 7.3.196

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,23 @@
1
1
  # @ctx-core/graphql-client
2
2
 
3
+ ## 7.3.196
4
+
5
+ ### Patch Changes
6
+
7
+ - @ctx-core/fetch-undici: ^2.6.92 -> ^2.6.93
8
+
9
+ ## 7.3.195
10
+
11
+ ### Patch Changes
12
+
13
+ - @ctx-core/env: ^17.2.124 -> ^17.2.125
14
+
15
+ ## 7.3.194
16
+
17
+ ### Patch Changes
18
+
19
+ - @ctx-core/env: ^17.2.123 -> ^17.2.124
20
+
3
21
  ## 7.3.193
4
22
 
5
23
  ### 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.193",
3
+ "version": "7.3.196",
4
4
  "description": "ctx-core graphql-client",
5
5
  "keywords": [
6
6
  "ctx-core",
@@ -24,14 +24,14 @@
24
24
  },
25
25
  "dependencies": {
26
26
  "@ctx-core/dom": "^14.1.56",
27
- "@ctx-core/env": "^17.2.123",
28
- "@ctx-core/fetch-undici": "^2.6.92",
27
+ "@ctx-core/env": "^17.2.125",
28
+ "@ctx-core/fetch-undici": "^2.6.93",
29
29
  "@ctx-core/graphql": "^9.0.172",
30
30
  "@ctx-core/object": "^28.0.3"
31
31
  },
32
32
  "devDependencies": {
33
- "@types/node": "^20.4.2",
34
- "c8": "^8.0.0",
33
+ "@types/node": "^20.4.5",
34
+ "c8": "^8.0.1",
35
35
  "check-dts": "^0.7.2",
36
36
  "tsx": "^3.12.7",
37
37
  "typescript": "next",