@ctx-core/graphql-client 7.2.133 → 7.2.135

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.135
4
+
5
+ ### Patch Changes
6
+
7
+ - @ctx-core/dom: ^11.4.12 -> ^11.4.13
8
+ - @ctx-core/fetch-undici: ^2.3.100 -> ^2.3.101
9
+
10
+ ## 7.2.134
11
+
12
+ ### Patch Changes
13
+
14
+ - @ctx-core/object: ^25.0.0 -> ^25.0.1
15
+ - Updated dependencies
16
+ - Updated dependencies
17
+ - Updated dependencies
18
+ - Updated dependencies
19
+ - @ctx-core/fetch-undici@2.3.100
20
+ - @ctx-core/dom@11.4.12
21
+ - @ctx-core/graphql@9.0.113
22
+
3
23
  ## 7.2.133
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.133",
3
+ "version": "7.2.135",
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.11",
27
- "@ctx-core/fetch-undici": "^2.3.99",
28
- "@ctx-core/graphql": "^9.0.112",
29
- "@ctx-core/object": "^25.0.0"
26
+ "@ctx-core/dom": "^11.4.13",
27
+ "@ctx-core/fetch-undici": "^2.3.101",
28
+ "@ctx-core/graphql": "^9.0.113",
29
+ "@ctx-core/object": "^25.0.1"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@types/node": "^18.14.1",