@ctx-core/graphql-client 7.3.102 → 7.3.104

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 +48 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,53 @@
1
1
  # @ctx-core/graphql-client
2
2
 
3
+ ## 7.3.104
4
+
5
+ ### Patch Changes
6
+
7
+ - @ctx-core/git-tools: ^7.0.58 -> ^7.0.59
8
+ - @ctx-core/queue: ^7.5.15 -> ^7.5.16
9
+ - @ctx-core/build: 1.0.296 -> 1.0.297
10
+ - @ctx-core/monorepo: ^20.2.2 -> ^20.2.3
11
+ - @ctx-core/ctx-core-package-tools: ^8.0.188 -> ^8.0.189
12
+ - @ctx-core/dev-tools: 8.1.108 -> 8.1.109
13
+ - @ctx-core/function: ^21.17.13 -> ^21.17.14
14
+ - Updated dependencies
15
+ - Updated dependencies
16
+ - Updated dependencies
17
+ - Updated dependencies
18
+ - Updated dependencies
19
+ - Updated dependencies
20
+ - Updated dependencies
21
+ - @ctx-core/dom@14.1.27
22
+ - @ctx-core/env@17.2.79
23
+ - @ctx-core/fetch-undici@2.6.32
24
+ - @ctx-core/graphql@9.0.154
25
+ - @ctx-core/object@27.4.19
26
+
27
+ ## 7.3.103
28
+
29
+ ### Patch Changes
30
+
31
+ - @ctx-core/dev-tools: 8.1.107 -> 8.1.108
32
+ - @ctx-core/build: 1.0.295 -> 1.0.296
33
+ - @ctx-core/git-tools: ^7.0.57 -> ^7.0.58
34
+ - @ctx-core/ctx-core-package-tools: ^8.0.187 -> ^8.0.188
35
+ - @ctx-core/monorepo: ^20.2.1 -> ^20.2.2
36
+ - @ctx-core/function: ^21.17.12 -> ^21.17.13
37
+ - @ctx-core/queue: ^7.5.13 -> ^7.5.15
38
+ - Updated dependencies
39
+ - Updated dependencies
40
+ - Updated dependencies
41
+ - Updated dependencies
42
+ - Updated dependencies
43
+ - Updated dependencies
44
+ - Updated dependencies
45
+ - @ctx-core/dom@14.1.26
46
+ - @ctx-core/env@17.2.78
47
+ - @ctx-core/fetch-undici@2.6.31
48
+ - @ctx-core/graphql@9.0.153
49
+ - @ctx-core/object@27.4.18
50
+
3
51
  ## 7.3.102
4
52
 
5
53
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/graphql-client",
3
- "version": "7.3.102",
3
+ "version": "7.3.104",
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.25",
27
- "@ctx-core/env": "^17.2.77",
28
- "@ctx-core/fetch-undici": "^2.6.30",
29
- "@ctx-core/graphql": "^9.0.152",
30
- "@ctx-core/object": "^27.4.17"
26
+ "@ctx-core/dom": "^14.1.27",
27
+ "@ctx-core/env": "^17.2.79",
28
+ "@ctx-core/fetch-undici": "^2.6.32",
29
+ "@ctx-core/graphql": "^9.0.154",
30
+ "@ctx-core/object": "^27.4.19"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@types/node": "^18.15.11",