@ctx-core/graphql-client 7.3.147 → 7.3.151

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,35 @@
1
1
  # @ctx-core/graphql-client
2
2
 
3
+ ## 7.3.151
4
+
5
+ ### Patch Changes
6
+
7
+ - @ctx-core/fetch-undici: ^2.6.66 -> ^2.6.67
8
+
9
+ ## 7.3.150
10
+
11
+ ### Patch Changes
12
+
13
+ - @ctx-core/fetch-undici: ^2.6.65 -> ^2.6.66
14
+ - @ctx-core/dom: ^14.1.41 -> ^14.1.42
15
+
16
+ ## 7.3.149
17
+
18
+ ### Patch Changes
19
+
20
+ - @ctx-core/object: ^27.5.0 -> ^27.6.0
21
+ - Updated dependencies
22
+ - @ctx-core/dom@14.1.41
23
+ - @ctx-core/env@17.2.102
24
+ - @ctx-core/fetch-undici@2.6.65
25
+ - @ctx-core/graphql@9.0.163
26
+
27
+ ## 7.3.148
28
+
29
+ ### Patch Changes
30
+
31
+ - @ctx-core/env: ^17.2.100 -> ^17.2.101
32
+
3
33
  ## 7.3.147
4
34
 
5
35
  ### 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.147",
3
+ "version": "7.3.151",
4
4
  "description": "ctx-core graphql-client",
5
5
  "keywords": [
6
6
  "ctx-core",
@@ -23,11 +23,11 @@
23
23
  "./package.json": "./package.json"
24
24
  },
25
25
  "dependencies": {
26
- "@ctx-core/dom": "^14.1.40",
27
- "@ctx-core/env": "^17.2.100",
28
- "@ctx-core/fetch-undici": "^2.6.64",
29
- "@ctx-core/graphql": "^9.0.162",
30
- "@ctx-core/object": "^27.5.0"
26
+ "@ctx-core/dom": "^14.1.42",
27
+ "@ctx-core/env": "^17.2.102",
28
+ "@ctx-core/fetch-undici": "^2.6.67",
29
+ "@ctx-core/graphql": "^9.0.163",
30
+ "@ctx-core/object": "^27.6.0"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@types/node": "^20.2.5",