@ctx-core/graphql-client 7.2.2 → 7.2.7

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 +38 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,43 @@
1
1
  # @ctx-core/graphql-client
2
2
 
3
+ ## 7.2.7
4
+
5
+ ### Patch Changes
6
+
7
+ - update dependencies
8
+
9
+ ## 7.2.6
10
+
11
+ ### Patch Changes
12
+
13
+ - update dependencies
14
+ - Updated dependencies
15
+ - @ctx-core/dom@11.1.6
16
+ - @ctx-core/fetch-undici@1.1.5
17
+ - @ctx-core/graphql@9.0.57
18
+
19
+ ## 7.2.5
20
+
21
+ ### Patch Changes
22
+
23
+ - update dependencies
24
+
25
+ ## 7.2.4
26
+
27
+ ### Patch Changes
28
+
29
+ - update dependencies
30
+ - Updated dependencies
31
+ - @ctx-core/fetch-undici@1.1.3
32
+
33
+ ## 7.2.3
34
+
35
+ ### Patch Changes
36
+
37
+ - 9c361b0c8: update dependencies
38
+ - Updated dependencies [9c361b0c8]
39
+ - @ctx-core/fetch-undici@1.1.2
40
+
3
41
  ## 7.2.2
4
42
 
5
43
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/graphql-client",
3
- "version": "7.2.2",
3
+ "version": "7.2.7",
4
4
  "description": "ctx-core graphql-client",
5
5
  "keywords": [
6
6
  "ctx-core",
@@ -25,13 +25,13 @@
25
25
  "./package.json": "./package.json"
26
26
  },
27
27
  "dependencies": {
28
- "@ctx-core/dom": "^11.1.5",
29
- "@ctx-core/fetch-undici": "^1.1.0",
30
- "@ctx-core/graphql": "^9.0.56",
31
- "@ctx-core/object": "^22.0.13"
28
+ "@ctx-core/dom": "^11.1.6",
29
+ "@ctx-core/fetch-undici": "^1.2.0",
30
+ "@ctx-core/graphql": "^9.0.57",
31
+ "@ctx-core/object": "*"
32
32
  },
33
33
  "devDependencies": {
34
- "@types/node": "^17.0.13",
34
+ "@types/node": "^17.0.17",
35
35
  "c8": "^7.11.0",
36
36
  "check-dts": "^0.6.6",
37
37
  "tsm": "^2.2.1",