@ctx-core/graphql-client 7.2.132 → 7.2.134

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 +34 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,39 @@
1
1
  # @ctx-core/graphql-client
2
2
 
3
+ ## 7.2.134
4
+
5
+ ### Patch Changes
6
+
7
+ - @ctx-core/object: ^25.0.0 -> ^25.0.1
8
+ - Updated dependencies
9
+ - Updated dependencies
10
+ - Updated dependencies
11
+ - Updated dependencies
12
+ - @ctx-core/fetch-undici@2.3.100
13
+ - @ctx-core/dom@11.4.12
14
+ - @ctx-core/graphql@9.0.113
15
+
16
+ ## 7.2.133
17
+
18
+ ### Patch Changes
19
+
20
+ - Updated dependencies
21
+ - Updated dependencies
22
+ - Updated dependencies
23
+ - Updated dependencies
24
+ - Updated dependencies
25
+ - Updated dependencies
26
+ - Updated dependencies
27
+ - Updated dependencies
28
+ - Updated dependencies
29
+ - Updated dependencies
30
+ - Updated dependencies
31
+ - Updated dependencies
32
+ - @ctx-core/object@25.0.0
33
+ - @ctx-core/dom@11.4.11
34
+ - @ctx-core/fetch-undici@2.3.99
35
+ - @ctx-core/graphql@9.0.112
36
+
3
37
  ## 7.2.132
4
38
 
5
39
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/graphql-client",
3
- "version": "7.2.132",
3
+ "version": "7.2.134",
4
4
  "description": "ctx-core graphql-client",
5
5
  "keywords": [
6
6
  "ctx-core",
@@ -23,13 +23,13 @@
23
23
  "./package.json": "./package.json"
24
24
  },
25
25
  "dependencies": {
26
- "@ctx-core/dom": "^11.4.10",
27
- "@ctx-core/fetch-undici": "^2.3.98",
28
- "@ctx-core/graphql": "^9.0.111",
29
- "@ctx-core/object": "^24.1.8"
26
+ "@ctx-core/dom": "^11.4.12",
27
+ "@ctx-core/fetch-undici": "^2.3.100",
28
+ "@ctx-core/graphql": "^9.0.113",
29
+ "@ctx-core/object": "^25.0.1"
30
30
  },
31
31
  "devDependencies": {
32
- "@types/node": "^18.14.0",
32
+ "@types/node": "^18.14.1",
33
33
  "c8": "^7.13.0",
34
34
  "check-dts": "^0.7.0",
35
35
  "tsx": "^3.12.3",