@ctx-core/graphql-client 7.3.143 → 7.3.148

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 +36 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,41 @@
1
1
  # @ctx-core/graphql-client
2
2
 
3
+ ## 7.3.148
4
+
5
+ ### Patch Changes
6
+
7
+ - @ctx-core/env: ^17.2.100 -> ^17.2.101
8
+
9
+ ## 7.3.147
10
+
11
+ ### Patch Changes
12
+
13
+ - @ctx-core/env: ^17.2.99 -> ^17.2.100
14
+
15
+ ## 7.3.146
16
+
17
+ ### Patch Changes
18
+
19
+ - @ctx-core/fetch-undici: ^2.6.63 -> ^2.6.64
20
+
21
+ ## 7.3.145
22
+
23
+ ### Patch Changes
24
+
25
+ - @ctx-core/dom: ^14.1.39 -> ^14.1.40
26
+ - @ctx-core/fetch-undici: ^2.6.62 -> ^2.6.63
27
+
28
+ ## 7.3.144
29
+
30
+ ### Patch Changes
31
+
32
+ - @ctx-core/object: ^27.4.26 -> ^27.5.0
33
+ - Updated dependencies
34
+ - @ctx-core/dom@14.1.39
35
+ - @ctx-core/env@17.2.99
36
+ - @ctx-core/fetch-undici@2.6.62
37
+ - @ctx-core/graphql@9.0.162
38
+
3
39
  ## 7.3.143
4
40
 
5
41
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/graphql-client",
3
- "version": "7.3.143",
3
+ "version": "7.3.148",
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.38",
27
- "@ctx-core/env": "^17.2.98",
28
- "@ctx-core/fetch-undici": "^2.6.61",
29
- "@ctx-core/graphql": "^9.0.161",
30
- "@ctx-core/object": "^27.4.26"
26
+ "@ctx-core/dom": "^14.1.40",
27
+ "@ctx-core/env": "^17.2.101",
28
+ "@ctx-core/fetch-undici": "^2.6.64",
29
+ "@ctx-core/graphql": "^9.0.162",
30
+ "@ctx-core/object": "^27.5.0"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@types/node": "^20.2.5",