@ctx-core/graphql-client 7.3.99 → 7.3.101

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 +32 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,37 @@
1
1
  # @ctx-core/graphql-client
2
2
 
3
+ ## 7.3.101
4
+
5
+ ### Patch Changes
6
+
7
+ - @ctx-core/build: 1.0.292 -> 1.0.293
8
+ - @ctx-core/dev-tools: 8.1.104 -> 8.1.105
9
+ - @ctx-core/ctx-core-package-tools: 8.0.185 -> 8.0.186
10
+ - Updated dependencies
11
+ - Updated dependencies
12
+ - Updated dependencies
13
+ - @ctx-core/dom@14.1.24
14
+ - @ctx-core/env@17.2.75
15
+ - @ctx-core/fetch-undici@2.6.29
16
+ - @ctx-core/graphql@9.0.151
17
+ - @ctx-core/object@27.4.16
18
+
19
+ ## 7.3.100
20
+
21
+ ### Patch Changes
22
+
23
+ - @ctx-core/build: 1.0.291 -> 1.0.292
24
+ - @ctx-core/ctx-core-package-tools: 8.0.184 -> 8.0.185
25
+ - @ctx-core/dev-tools: 8.1.103 -> 8.1.104
26
+ - Updated dependencies
27
+ - Updated dependencies
28
+ - Updated dependencies
29
+ - @ctx-core/dom@14.1.23
30
+ - @ctx-core/env@17.2.74
31
+ - @ctx-core/fetch-undici@2.6.28
32
+ - @ctx-core/graphql@9.0.150
33
+ - @ctx-core/object@27.4.15
34
+
3
35
  ## 7.3.99
4
36
 
5
37
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/graphql-client",
3
- "version": "7.3.99",
3
+ "version": "7.3.101",
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.22",
27
- "@ctx-core/env": "^17.2.73",
28
- "@ctx-core/fetch-undici": "^2.6.27",
29
- "@ctx-core/graphql": "^9.0.149",
30
- "@ctx-core/object": "^27.4.14"
26
+ "@ctx-core/dom": "^14.1.24",
27
+ "@ctx-core/env": "^17.2.75",
28
+ "@ctx-core/fetch-undici": "^2.6.29",
29
+ "@ctx-core/graphql": "^9.0.151",
30
+ "@ctx-core/object": "^27.4.16"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@types/node": "^18.15.11",