@ctx-core/graphql-client 7.3.104 → 7.3.106

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.106
4
+
5
+ ### Patch Changes
6
+
7
+ - @ctx-core/monorepo: ^20.3.0 -> ^20.3.1
8
+ - @ctx-core/git-tools: ^7.0.60 -> ^7.0.61
9
+ - @ctx-core/function: ^21.17.15 -> ^21.17.16
10
+ - @ctx-core/dev-tools: 8.1.110 -> 8.1.111
11
+ - @ctx-core/build: 1.0.298 -> 1.0.299
12
+ - @ctx-core/ctx-core-package-tools: ^8.0.190 -> ^8.0.191
13
+ - @ctx-core/queue: ^7.5.17 -> ^7.5.18
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.29
22
+ - @ctx-core/env@17.2.81
23
+ - @ctx-core/fetch-undici@2.6.34
24
+ - @ctx-core/graphql@9.0.156
25
+ - @ctx-core/object@27.4.21
26
+
27
+ ## 7.3.105
28
+
29
+ ### Patch Changes
30
+
31
+ - @ctx-core/queue: ^7.5.16 -> ^7.5.17
32
+ - @ctx-core/dev-tools: 8.1.109 -> 8.1.110
33
+ - @ctx-core/git-tools: ^7.0.59 -> ^7.0.60
34
+ - @ctx-core/monorepo: ^20.2.3 -> ^20.3.0
35
+ - @ctx-core/ctx-core-package-tools: ^8.0.189 -> ^8.0.190
36
+ - @ctx-core/build: 1.0.297 -> 1.0.298
37
+ - @ctx-core/function: ^21.17.14 -> ^21.17.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.28
46
+ - @ctx-core/env@17.2.80
47
+ - @ctx-core/fetch-undici@2.6.33
48
+ - @ctx-core/graphql@9.0.155
49
+ - @ctx-core/object@27.4.20
50
+
3
51
  ## 7.3.104
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.104",
3
+ "version": "7.3.106",
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.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"
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"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@types/node": "^18.15.11",