@ctx-core/graphql-client 7.3.212 → 7.3.216

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +33 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,5 +1,38 @@
1
1
  # @ctx-core/graphql-client
2
2
 
3
+ ## 7.3.216
4
+
5
+ ### Patch Changes
6
+
7
+ - @ctx-core/dom: ^14.1.63 -> ^14.1.64
8
+ - @ctx-core/env: ^17.3.2 -> ^17.3.3
9
+ - Updated dependencies
10
+ - @ctx-core/fetch-undici@2.6.105
11
+
12
+ ## 7.3.215
13
+
14
+ ### Patch Changes
15
+
16
+ - @ctx-core/dom: ^14.1.62 -> ^14.1.63
17
+ - @ctx-core/env: ^17.3.1 -> ^17.3.2
18
+ - @ctx-core/graphql: ^9.0.177 -> ^9.0.178
19
+ - @ctx-core/object: ^28.0.5 -> ^28.0.6
20
+ - Updated dependencies
21
+ - Updated dependencies
22
+ - @ctx-core/fetch-undici@2.6.104
23
+
24
+ ## 7.3.214
25
+
26
+ ### Patch Changes
27
+
28
+ - @ctx-core/fetch-undici: ^2.6.102 -> ^2.6.103
29
+
30
+ ## 7.3.213
31
+
32
+ ### Patch Changes
33
+
34
+ - @types/node: ^20.5.7 -> ^20.5.8
35
+
3
36
  ## 7.3.212
4
37
 
5
38
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/graphql-client",
3
- "version": "7.3.212",
3
+ "version": "7.3.216",
4
4
  "description": "ctx-core graphql-client",
5
5
  "keywords": [
6
6
  "ctx-core",
@@ -23,17 +23,17 @@
23
23
  "./package.json": "./package.json"
24
24
  },
25
25
  "dependencies": {
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"
26
+ "@ctx-core/dom": "^14.1.64",
27
+ "@ctx-core/env": "^17.3.3",
28
+ "@ctx-core/fetch-undici": "^2.6.105",
29
+ "@ctx-core/graphql": "^9.0.178",
30
+ "@ctx-core/object": "^28.0.6"
31
31
  },
32
32
  "devDependencies": {
33
- "@types/node": "^20.5.7",
33
+ "@types/node": "^20.5.8",
34
34
  "c8": "^8.0.1",
35
35
  "check-dts": "^0.7.2",
36
- "tsx": "^3.12.7",
36
+ "tsx": "^3.12.8",
37
37
  "typescript": "next",
38
38
  "uvu": "^0.5.6"
39
39
  },