@ctx-core/graphql-client 7.3.98 → 7.3.100

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 +40 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,45 @@
1
1
  # @ctx-core/graphql-client
2
2
 
3
+ ## 7.3.100
4
+
5
+ ### Patch Changes
6
+
7
+ - @ctx-core/build: 1.0.291 -> 1.0.292
8
+ - @ctx-core/ctx-core-package-tools: 8.0.184 -> 8.0.185
9
+ - @ctx-core/dev-tools: 8.1.103 -> 8.1.104
10
+ - Updated dependencies
11
+ - Updated dependencies
12
+ - Updated dependencies
13
+ - @ctx-core/dom@14.1.23
14
+ - @ctx-core/env@17.2.74
15
+ - @ctx-core/fetch-undici@2.6.28
16
+ - @ctx-core/graphql@9.0.150
17
+ - @ctx-core/object@27.4.15
18
+
19
+ ## 7.3.99
20
+
21
+ ### Patch Changes
22
+
23
+ - @ctx-core/queue: ^7.5.9 -> ^7.5.10
24
+ - @ctx-core/dev-tools: 8.1.102 -> 8.1.103
25
+ - @ctx-core/git-tools: ^7.0.53 -> ^7.0.54
26
+ - @ctx-core/ctx-core-package-tools: 8.0.183 -> 8.0.184
27
+ - @ctx-core/function: ^21.17.8 -> ^21.17.9
28
+ - @ctx-core/monorepo: ^20.1.13 -> ^20.1.14
29
+ - @ctx-core/build: 1.0.290 -> 1.0.291
30
+ - Updated dependencies
31
+ - Updated dependencies
32
+ - Updated dependencies
33
+ - Updated dependencies
34
+ - Updated dependencies
35
+ - Updated dependencies
36
+ - Updated dependencies
37
+ - @ctx-core/dom@14.1.22
38
+ - @ctx-core/env@17.2.73
39
+ - @ctx-core/fetch-undici@2.6.27
40
+ - @ctx-core/graphql@9.0.149
41
+ - @ctx-core/object@27.4.14
42
+
3
43
  ## 7.3.98
4
44
 
5
45
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/graphql-client",
3
- "version": "7.3.98",
3
+ "version": "7.3.100",
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.21",
27
- "@ctx-core/env": "^17.2.72",
28
- "@ctx-core/fetch-undici": "^2.6.26",
29
- "@ctx-core/graphql": "^9.0.148",
30
- "@ctx-core/object": "^27.4.13"
26
+ "@ctx-core/dom": "^14.1.23",
27
+ "@ctx-core/env": "^17.2.74",
28
+ "@ctx-core/fetch-undici": "^2.6.28",
29
+ "@ctx-core/graphql": "^9.0.150",
30
+ "@ctx-core/object": "^27.4.15"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@types/node": "^18.15.11",