@ctx-core/graphql-client 7.3.94 → 7.3.96

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 +46 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,51 @@
1
1
  # @ctx-core/graphql-client
2
2
 
3
+ ## 7.3.96
4
+
5
+ ### Patch Changes
6
+
7
+ - @ctx-core/dev-tools: 8.1.99 -> 8.1.100
8
+ - @ctx-core/monorepo: ^20.1.9 -> ^20.1.10
9
+ - @ctx-core/queue: ^7.5.6 -> ^7.5.7
10
+ - @ctx-core/git-tools: ^7.0.50 -> ^7.0.51
11
+ - @ctx-core/function: ^21.17.5 -> ^21.17.6
12
+ - @ctx-core/build: 1.0.287 -> 1.0.288
13
+ - Updated dependencies
14
+ - Updated dependencies
15
+ - Updated dependencies
16
+ - Updated dependencies
17
+ - Updated dependencies
18
+ - Updated dependencies
19
+ - @ctx-core/dom@14.1.19
20
+ - @ctx-core/env@17.2.70
21
+ - @ctx-core/fetch-undici@2.6.24
22
+ - @ctx-core/graphql@9.0.146
23
+ - @ctx-core/object@27.4.11
24
+
25
+ ## 7.3.95
26
+
27
+ ### Patch Changes
28
+
29
+ - @ctx-core/git-tools: ^7.0.49 -> ^7.0.50
30
+ - @ctx-core/function: ^21.17.4 -> ^21.17.5
31
+ - @ctx-core/dev-tools: 8.1.98 -> 8.1.99
32
+ - @ctx-core/build: 1.0.286 -> 1.0.287
33
+ - @ctx-core/monorepo: ^20.1.8 -> ^20.1.9
34
+ - @ctx-core/ctx-core-package-tools: 8.0.179 -> 8.0.180
35
+ - @ctx-core/queue: ^7.5.5 -> ^7.5.6
36
+ - Updated dependencies
37
+ - Updated dependencies
38
+ - Updated dependencies
39
+ - Updated dependencies
40
+ - Updated dependencies
41
+ - Updated dependencies
42
+ - Updated dependencies
43
+ - @ctx-core/dom@14.1.18
44
+ - @ctx-core/env@17.2.69
45
+ - @ctx-core/fetch-undici@2.6.23
46
+ - @ctx-core/graphql@9.0.145
47
+ - @ctx-core/object@27.4.10
48
+
3
49
  ## 7.3.94
4
50
 
5
51
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/graphql-client",
3
- "version": "7.3.94",
3
+ "version": "7.3.96",
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.17",
27
- "@ctx-core/env": "^17.2.68",
28
- "@ctx-core/fetch-undici": "^2.6.22",
29
- "@ctx-core/graphql": "^9.0.144",
30
- "@ctx-core/object": "^27.4.9"
26
+ "@ctx-core/dom": "^14.1.19",
27
+ "@ctx-core/env": "^17.2.70",
28
+ "@ctx-core/fetch-undici": "^2.6.24",
29
+ "@ctx-core/graphql": "^9.0.146",
30
+ "@ctx-core/object": "^27.4.11"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@types/node": "^18.15.11",