@ctx-core/graphql-client 7.2.26 → 7.2.29

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,37 @@
1
1
  # @ctx-core/graphql-client
2
2
 
3
+ ## 7.2.29
4
+
5
+ ### Patch Changes
6
+
7
+ - update dependencies
8
+ - Updated dependencies
9
+ - @ctx-core/dom@11.1.15
10
+ - @ctx-core/fetch-undici@2.1.4
11
+ - @ctx-core/graphql@9.0.66
12
+
13
+ ## 7.2.28
14
+
15
+ ### Patch Changes
16
+
17
+ - @ctx-core/function: 20.7.1
18
+ - Updated dependencies
19
+ - @ctx-core/dom@11.1.14
20
+ - @ctx-core/fetch-undici@2.1.3
21
+ - @ctx-core/graphql@9.0.65
22
+ - @ctx-core/object@22.1.8
23
+
24
+ ## 7.2.27
25
+
26
+ ### Patch Changes
27
+
28
+ - @ctx-core/array: 26.2.0
29
+ - Updated dependencies
30
+ - @ctx-core/dom@11.1.13
31
+ - @ctx-core/fetch-undici@2.1.2
32
+ - @ctx-core/graphql@9.0.64
33
+ - @ctx-core/object@22.1.7
34
+
3
35
  ## 7.2.26
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.2.26",
3
+ "version": "7.2.29",
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.1",
37
- "@ctx-core/graphql": "^9.0.61",
38
- "@ctx-core/object": "^22.1.5"
35
+ "@ctx-core/dom": "^11.1.15",
36
+ "@ctx-core/fetch-undici": "^2.1.4",
37
+ "@ctx-core/graphql": "^9.0.66",
38
+ "@ctx-core/object": "^22.1.9"
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