@ctx-core/graphql-client 7.3.89 → 7.3.91

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 +31 -3
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,12 +1,40 @@
1
1
  # @ctx-core/graphql-client
2
2
 
3
- ## 7.3.89
3
+ ## 7.3.91
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - @ctx-core/env: ^17.2.62 -> ^17.2.63
7
+ - @ctx-core/monorepo: ^20.1.3 -> ^20.1.5
8
+ - @ctx-core/dev-tools: 8.1.94 -> 8.1.95
9
+ - @ctx-core/queue: ^7.5.1 -> ^7.5.2
10
+ - @ctx-core/build: 1.0.282 -> 1.0.283
11
+ - @ctx-core/git-tools: ^7.0.45 -> ^7.0.46
12
+ - @ctx-core/function: ^21.17.0 -> ^21.17.1
13
+ - @ctx-core/ctx-core-package-tools: 8.0.175 -> 8.0.176
8
14
  - Updated dependencies
9
- - @ctx-core/fetch-undici@2.6.17
15
+ - Updated dependencies
16
+ - Updated dependencies
17
+ - Updated dependencies
18
+ - Updated dependencies
19
+ - Updated dependencies
20
+ - Updated dependencies
21
+ - @ctx-core/dom@14.1.14
22
+ - @ctx-core/env@17.2.65
23
+ - @ctx-core/fetch-undici@2.6.19
24
+ - @ctx-core/graphql@9.0.141
25
+ - @ctx-core/object@27.4.6
26
+
27
+ ## 7.3.90
28
+
29
+ ### Patch Changes
30
+
31
+ - @ctx-core/monorepo: ^20.1.1 -> ^20.1.3
32
+ - Updated dependencies
33
+ - @ctx-core/dom@14.1.13
34
+ - @ctx-core/env@17.2.64
35
+ - @ctx-core/fetch-undici@2.6.18
36
+ - @ctx-core/graphql@9.0.140
37
+ - @ctx-core/object@27.4.5
10
38
 
11
39
  ## 7.3.88
12
40
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/graphql-client",
3
- "version": "7.3.89",
3
+ "version": "7.3.91",
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.12",
27
- "@ctx-core/env": "^17.2.63",
28
- "@ctx-core/fetch-undici": "^2.6.17",
29
- "@ctx-core/graphql": "^9.0.139",
30
- "@ctx-core/object": "^27.4.4"
26
+ "@ctx-core/dom": "^14.1.14",
27
+ "@ctx-core/env": "^17.2.65",
28
+ "@ctx-core/fetch-undici": "^2.6.19",
29
+ "@ctx-core/graphql": "^9.0.141",
30
+ "@ctx-core/object": "^27.4.6"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@types/node": "^18.15.11",