@ctx-core/graphql-client 7.0.80 → 7.0.85

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,44 @@
1
1
  # @ctx-core/graphql-client
2
2
 
3
+ ## 7.0.85
4
+
5
+ ### Patch Changes
6
+
7
+ - typescript: ^4.4.3 -> ^4.4.4
8
+ - @types/node: ^16.10.3 -> ^16.11.6
9
+ - Updated dependencies [undefined]
10
+ - Updated dependencies [undefined]
11
+ - @ctx-core/dom@11.0.28
12
+ - @ctx-core/fetch@11.0.77
13
+ - @ctx-core/graphql@9.0.28
14
+ - @ctx-core/object@21.0.21
15
+
16
+ ## 7.0.84
17
+
18
+ ### Patch Changes
19
+
20
+ - update dependencies
21
+
22
+ ## 7.0.83
23
+
24
+ ### Patch Changes
25
+
26
+ - @types/node: ^16.10.2 -> ^16.10.3
27
+ - Updated dependencies [undefined]
28
+ - @ctx-core/graphql@9.0.25
29
+
30
+ ## 7.0.82
31
+
32
+ ### Patch Changes
33
+
34
+ - @types/node: ^16.10.1 -> ^16.10.2
35
+
36
+ ## 7.0.81
37
+
38
+ ### Patch Changes
39
+
40
+ - @types/node: ^16.9.6 -> ^16.10.1
41
+
3
42
  ## 7.0.80
4
43
 
5
44
  ### Patch Changes
package/COMMIT_EDITMSG CHANGED
@@ -1 +1,2 @@
1
1
 
2
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/graphql-client",
3
- "version": "7.0.80",
3
+ "version": "7.0.85",
4
4
  "description": "ctx-core graphql-client",
5
5
  "keywords": [
6
6
  "ctx-core",
@@ -28,15 +28,15 @@
28
28
  "./package.json": "./package.json"
29
29
  },
30
30
  "dependencies": {
31
- "@ctx-core/dom": "^11.0.26",
32
- "@ctx-core/fetch": "^11.0.73",
33
- "@ctx-core/graphql": "^9.0.24",
34
- "@ctx-core/object": "^21.0.20",
31
+ "@ctx-core/dom": "^11.0.28",
32
+ "@ctx-core/fetch": "^11.0.78",
33
+ "@ctx-core/graphql": "^9.0.28",
34
+ "@ctx-core/object": "^21.0.21",
35
35
  "esm": "^3.2.25"
36
36
  },
37
37
  "devDependencies": {
38
- "@types/node": "^16.9.6",
39
- "typescript": "^4.4.3"
38
+ "@types/node": "^16.11.6",
39
+ "typescript": "^4.4.4"
40
40
  },
41
41
  "publishConfig": {
42
42
  "access": "public",