@ctx-core/graphql-client 7.2.144 → 7.2.146

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 +20 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # @ctx-core/graphql-client
2
2
 
3
+ ## 7.2.146
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - Updated dependencies
9
+ - Updated dependencies
10
+ - Updated dependencies
11
+ - Updated dependencies
12
+ - @ctx-core/object@26.0.0
13
+ - @ctx-core/dom@11.4.20
14
+ - @ctx-core/fetch-undici@2.3.112
15
+ - @ctx-core/graphql@9.0.117
16
+
17
+ ## 7.2.145
18
+
19
+ ### Patch Changes
20
+
21
+ - @ctx-core/fetch-undici: ^2.3.110 -> ^2.3.111
22
+
3
23
  ## 7.2.144
4
24
 
5
25
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/graphql-client",
3
- "version": "7.2.144",
3
+ "version": "7.2.146",
4
4
  "description": "ctx-core graphql-client",
5
5
  "keywords": [
6
6
  "ctx-core",
@@ -23,10 +23,10 @@
23
23
  "./package.json": "./package.json"
24
24
  },
25
25
  "dependencies": {
26
- "@ctx-core/dom": "^11.4.19",
27
- "@ctx-core/fetch-undici": "^2.3.110",
28
- "@ctx-core/graphql": "^9.0.116",
29
- "@ctx-core/object": "^25.2.1"
26
+ "@ctx-core/dom": "^11.4.20",
27
+ "@ctx-core/fetch-undici": "^2.3.112",
28
+ "@ctx-core/graphql": "^9.0.117",
29
+ "@ctx-core/object": "^26.0.0"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@types/node": "^18.14.1",