@ctx-core/graphql-client 7.3.106 → 7.3.108

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 +36 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,41 @@
1
1
  # @ctx-core/graphql-client
2
2
 
3
+ ## 7.3.108
4
+
5
+ ### Patch Changes
6
+
7
+ - @ctx-core/monorepo: ^20.3.3 -> ^20.3.4
8
+ - Updated dependencies
9
+ - @ctx-core/dom@14.1.31
10
+ - @ctx-core/env@17.2.83
11
+ - @ctx-core/fetch-undici@2.6.36
12
+ - @ctx-core/graphql@9.0.158
13
+ - @ctx-core/object@27.4.23
14
+
15
+ ## 7.3.107
16
+
17
+ ### Patch Changes
18
+
19
+ - @ctx-core/monorepo: ^20.3.1 -> ^20.3.2
20
+ - @ctx-core/dev-tools: 8.1.111 -> 8.1.112
21
+ - @ctx-core/function: ^21.17.16 -> ^21.17.17
22
+ - @ctx-core/queue: ^7.5.18 -> ^7.5.19
23
+ - @ctx-core/git-tools: ^7.0.61 -> ^7.0.62
24
+ - @ctx-core/build: 1.0.299 -> 1.0.300
25
+ - @ctx-core/ctx-core-package-tools: ^8.0.191 -> ^8.0.192
26
+ - Updated dependencies
27
+ - Updated dependencies
28
+ - Updated dependencies
29
+ - Updated dependencies
30
+ - Updated dependencies
31
+ - Updated dependencies
32
+ - Updated dependencies
33
+ - @ctx-core/dom@14.1.30
34
+ - @ctx-core/env@17.2.82
35
+ - @ctx-core/fetch-undici@2.6.35
36
+ - @ctx-core/graphql@9.0.157
37
+ - @ctx-core/object@27.4.22
38
+
3
39
  ## 7.3.106
4
40
 
5
41
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/graphql-client",
3
- "version": "7.3.106",
3
+ "version": "7.3.108",
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.29",
27
- "@ctx-core/env": "^17.2.81",
28
- "@ctx-core/fetch-undici": "^2.6.34",
29
- "@ctx-core/graphql": "^9.0.156",
30
- "@ctx-core/object": "^27.4.21"
26
+ "@ctx-core/dom": "^14.1.31",
27
+ "@ctx-core/env": "^17.2.83",
28
+ "@ctx-core/fetch-undici": "^2.6.36",
29
+ "@ctx-core/graphql": "^9.0.158",
30
+ "@ctx-core/object": "^27.4.23"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@types/node": "^18.15.11",