@ctx-core/graphql-client 7.2.24 → 7.2.28

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,39 @@
1
1
  # @ctx-core/graphql-client
2
2
 
3
+ ## 7.2.28
4
+
5
+ ### Patch Changes
6
+
7
+ - @ctx-core/function: 20.7.1
8
+ - Updated dependencies
9
+ - @ctx-core/dom@11.1.14
10
+ - @ctx-core/fetch-undici@2.1.3
11
+ - @ctx-core/graphql@9.0.65
12
+ - @ctx-core/object@22.1.8
13
+
14
+ ## 7.2.27
15
+
16
+ ### Patch Changes
17
+
18
+ - @ctx-core/array: 26.2.0
19
+ - Updated dependencies
20
+ - @ctx-core/dom@11.1.13
21
+ - @ctx-core/fetch-undici@2.1.2
22
+ - @ctx-core/graphql@9.0.64
23
+ - @ctx-core/object@22.1.7
24
+
25
+ ## 7.2.26
26
+
27
+ ### Patch Changes
28
+
29
+ - update dependencies
30
+
31
+ ## 7.2.25
32
+
33
+ ### Patch Changes
34
+
35
+ - update dependencies
36
+
3
37
  ## 7.2.24
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.24",
3
+ "version": "7.2.28",
4
4
  "description": "ctx-core graphql-client",
5
5
  "keywords": [
6
6
  "ctx-core",
@@ -32,15 +32,15 @@
32
32
  "test-unit-coverage": "c8 pnpm test-unit"
33
33
  },
34
34
  "dependencies": {
35
- "@ctx-core/dom": "^11.1.11",
36
- "@ctx-core/fetch-undici": "^2.1.0",
37
- "@ctx-core/graphql": "^9.0.61",
38
- "@ctx-core/object": "^22.1.5"
35
+ "@ctx-core/dom": "^11.1.14",
36
+ "@ctx-core/fetch-undici": "^2.1.3",
37
+ "@ctx-core/graphql": "^9.0.65",
38
+ "@ctx-core/object": "^22.1.8"
39
39
  },
40
40
  "devDependencies": {
41
- "@types/node": "^17.0.23",
42
- "c8": "^7.11.0",
43
- "check-dts": "^0.6.6",
41
+ "@types/node": "^17.0.27",
42
+ "c8": "^7.11.2",
43
+ "check-dts": "^0.6.7",
44
44
  "tsm": "^2.2.1",
45
45
  "typescript": "next",
46
46
  "uvu": "^0.5.3"
@@ -51,4 +51,4 @@
51
51
  },
52
52
  "svelte": "./src/index.js",
53
53
  "sideEffects": false
54
- }
54
+ }
Binary file