@ctx-core/graphql-client 7.3.263 → 7.3.265

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,27 @@
1
1
  # @ctx-core/graphql-client
2
2
 
3
+ ## 7.3.265
4
+
5
+ ### Patch Changes
6
+
7
+ - @ctx-core/env: ^17.3.10 -> ^17.3.11
8
+ - @ctx-core/fetch-undici: ^3.0.30 -> ^3.0.31
9
+
10
+ ## 7.3.264
11
+
12
+ ### Patch Changes
13
+
14
+ - tsx: ^3.13.0 -> ^3.14.0
15
+ - @types/node: ^20.8.6 -> ^20.8.7
16
+ - Updated dependencies
17
+ - Updated dependencies
18
+ - Updated dependencies
19
+ - @ctx-core/fetch-undici@3.0.30
20
+ - @ctx-core/graphql@9.0.183
21
+ - @ctx-core/dom@14.2.4
22
+ - @ctx-core/env@17.3.10
23
+ - @ctx-core/object@28.2.1
24
+
3
25
  ## 7.3.263
4
26
 
5
27
  ### Patch Changes
package/COMMIT_EDITMSG CHANGED
@@ -1,3 +1,2 @@
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.263",
3
+ "version": "7.3.265",
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.2.3",
27
- "@ctx-core/env": "^17.3.9",
28
- "@ctx-core/fetch-undici": "^3.0.29",
29
- "@ctx-core/graphql": "^9.0.182",
30
- "@ctx-core/object": "^28.2.0"
26
+ "@ctx-core/dom": "^14.2.4",
27
+ "@ctx-core/env": "^17.3.11",
28
+ "@ctx-core/fetch-undici": "^3.0.31",
29
+ "@ctx-core/graphql": "^9.0.183",
30
+ "@ctx-core/object": "^28.2.1"
31
31
  },
32
32
  "devDependencies": {
33
- "@types/node": "^20.8.6",
33
+ "@types/node": "^20.8.7",
34
34
  "c8": "^8.0.1",
35
35
  "check-dts": "^0.7.2",
36
- "tsx": "^3.13.0",
36
+ "tsx": "^3.14.0",
37
37
  "typescript": "next",
38
38
  "uvu": "^0.5.6"
39
39
  },