@ctx-core/graphql-client 7.3.97 → 7.3.99

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.99
4
+
5
+ ### Patch Changes
6
+
7
+ - @ctx-core/queue: ^7.5.9 -> ^7.5.10
8
+ - @ctx-core/dev-tools: 8.1.102 -> 8.1.103
9
+ - @ctx-core/git-tools: ^7.0.53 -> ^7.0.54
10
+ - @ctx-core/ctx-core-package-tools: 8.0.183 -> 8.0.184
11
+ - @ctx-core/function: ^21.17.8 -> ^21.17.9
12
+ - @ctx-core/monorepo: ^20.1.13 -> ^20.1.14
13
+ - @ctx-core/build: 1.0.290 -> 1.0.291
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.22
22
+ - @ctx-core/env@17.2.73
23
+ - @ctx-core/fetch-undici@2.6.27
24
+ - @ctx-core/graphql@9.0.149
25
+ - @ctx-core/object@27.4.14
26
+
27
+ ## 7.3.98
28
+
29
+ ### Patch Changes
30
+
31
+ - @ctx-core/function: ^21.17.7 -> ^21.17.8
32
+ - @ctx-core/build: 1.0.289 -> 1.0.290
33
+ - @ctx-core/dev-tools: 8.1.101 -> 8.1.102
34
+ - @ctx-core/monorepo: ^20.1.12 -> ^20.1.13
35
+ - @ctx-core/ctx-core-package-tools: 8.0.182 -> 8.0.183
36
+ - @ctx-core/queue: ^7.5.8 -> ^7.5.9
37
+ - @ctx-core/git-tools: ^7.0.52 -> ^7.0.53
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.21
46
+ - @ctx-core/env@17.2.72
47
+ - @ctx-core/fetch-undici@2.6.26
48
+ - @ctx-core/graphql@9.0.148
49
+ - @ctx-core/object@27.4.13
50
+
3
51
  ## 7.3.97
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.97",
3
+ "version": "7.3.99",
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.20",
27
- "@ctx-core/env": "^17.2.71",
28
- "@ctx-core/fetch-undici": "^2.6.25",
29
- "@ctx-core/graphql": "^9.0.147",
30
- "@ctx-core/object": "^27.4.12"
26
+ "@ctx-core/dom": "^14.1.22",
27
+ "@ctx-core/env": "^17.2.73",
28
+ "@ctx-core/fetch-undici": "^2.6.27",
29
+ "@ctx-core/graphql": "^9.0.149",
30
+ "@ctx-core/object": "^27.4.14"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@types/node": "^18.15.11",