@ctx-core/graphql-client 7.3.61 → 7.3.63

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 +21 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # @ctx-core/graphql-client
2
2
 
3
+ ## 7.3.63
4
+
5
+ ### Patch Changes
6
+
7
+ - @ctx-core/env: ^17.2.50 -> ^17.2.51
8
+ - @ctx-core/dom: ^14.1.3 -> ^14.1.4
9
+ - Updated dependencies
10
+ - @ctx-core/fetch-undici@2.3.176
11
+
12
+ ## 7.3.62
13
+
14
+ ### Patch Changes
15
+
16
+ - @ctx-core/dom: ^14.1.2 -> ^14.1.3
17
+ - @ctx-core/graphql: ^9.0.133 -> ^9.0.134
18
+ - @ctx-core/object: ^27.3.3 -> ^27.3.4
19
+ - @ctx-core/env: ^17.2.49 -> ^17.2.50
20
+ - Updated dependencies
21
+ - Updated dependencies
22
+ - @ctx-core/fetch-undici@2.3.175
23
+
3
24
  ## 7.3.61
4
25
 
5
26
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/graphql-client",
3
- "version": "7.3.61",
3
+ "version": "7.3.63",
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.2",
27
- "@ctx-core/env": "^17.2.49",
28
- "@ctx-core/fetch-undici": "^2.3.174",
29
- "@ctx-core/graphql": "^9.0.133",
30
- "@ctx-core/object": "^27.3.3"
26
+ "@ctx-core/dom": "^14.1.4",
27
+ "@ctx-core/env": "^17.2.51",
28
+ "@ctx-core/fetch-undici": "^2.3.176",
29
+ "@ctx-core/graphql": "^9.0.134",
30
+ "@ctx-core/object": "^27.3.4"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@types/node": "^18.15.11",