@ctx-core/graphql-client 7.3.214 → 7.3.217

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,32 @@
1
1
  # @ctx-core/graphql-client
2
2
 
3
+ ## 7.3.217
4
+
5
+ ### Patch Changes
6
+
7
+ - @ctx-core/env: ^17.3.3 -> ^17.3.4
8
+
9
+ ## 7.3.216
10
+
11
+ ### Patch Changes
12
+
13
+ - @ctx-core/dom: ^14.1.63 -> ^14.1.64
14
+ - @ctx-core/env: ^17.3.2 -> ^17.3.3
15
+ - Updated dependencies
16
+ - @ctx-core/fetch-undici@2.6.105
17
+
18
+ ## 7.3.215
19
+
20
+ ### Patch Changes
21
+
22
+ - @ctx-core/dom: ^14.1.62 -> ^14.1.63
23
+ - @ctx-core/env: ^17.3.1 -> ^17.3.2
24
+ - @ctx-core/graphql: ^9.0.177 -> ^9.0.178
25
+ - @ctx-core/object: ^28.0.5 -> ^28.0.6
26
+ - Updated dependencies
27
+ - Updated dependencies
28
+ - @ctx-core/fetch-undici@2.6.104
29
+
3
30
  ## 7.3.214
4
31
 
5
32
  ### Patch Changes
package/COMMIT_EDITMSG CHANGED
@@ -1 +1,8 @@
1
1
 
2
+
3
+
4
+
5
+
6
+
7
+
8
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/graphql-client",
3
- "version": "7.3.214",
3
+ "version": "7.3.217",
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.62",
27
- "@ctx-core/env": "^17.3.1",
28
- "@ctx-core/fetch-undici": "^2.6.103",
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.4",
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.8",
33
+ "@types/node": "^20.5.9",
34
34
  "c8": "^8.0.1",
35
35
  "check-dts": "^0.7.2",
36
36
  "tsx": "^3.12.8",