@ctx-core/graphql-client 7.2.15 → 7.2.18

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,34 @@
1
1
  # @ctx-core/graphql-client
2
2
 
3
+ ## 7.2.18
4
+
5
+ ### Patch Changes
6
+
7
+ - package.json: exports: update
8
+ - Updated dependencies
9
+ - Updated dependencies
10
+ - @ctx-core/dom@11.1.10
11
+ - @ctx-core/fetch-undici@1.2.15
12
+ - @ctx-core/graphql@9.0.60
13
+ - @ctx-core/object@22.1.4
14
+
15
+ ## 7.2.17
16
+
17
+ ### Patch Changes
18
+
19
+ - update dependencies
20
+ - Updated dependencies
21
+ - @ctx-core/dom@11.1.9
22
+ - @ctx-core/fetch-undici@1.2.12
23
+ - @ctx-core/graphql@9.0.59
24
+ - @ctx-core/object@22.1.3
25
+
26
+ ## 7.2.16
27
+
28
+ ### Patch Changes
29
+
30
+ - update dependencies
31
+
3
32
  ## 7.2.15
4
33
 
5
34
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/graphql-client",
3
- "version": "7.2.15",
3
+ "version": "7.2.18",
4
4
  "description": "ctx-core graphql-client",
5
5
  "keywords": [
6
6
  "ctx-core",
@@ -19,9 +19,7 @@
19
19
  "type": "module",
20
20
  "types": "./src/index.d.ts",
21
21
  "exports": {
22
- ".": {
23
- "import": "./src/index.js"
24
- },
22
+ ".": "./src/index.js",
25
23
  "./package.json": "./package.json"
26
24
  },
27
25
  "scripts": {
@@ -34,13 +32,13 @@
34
32
  "test-unit-coverage": "c8 pnpm test-unit"
35
33
  },
36
34
  "dependencies": {
37
- "@ctx-core/dom": "^11.1.8",
38
- "@ctx-core/fetch-undici": "^1.2.7",
39
- "@ctx-core/graphql": "^9.0.58",
40
- "@ctx-core/object": "*"
35
+ "@ctx-core/dom": "workspace:^11.1.10",
36
+ "@ctx-core/fetch-undici": "workspace:^1.2.15",
37
+ "@ctx-core/graphql": "workspace:^9.0.60",
38
+ "@ctx-core/object": "workspace:^22.1.4"
41
39
  },
42
40
  "devDependencies": {
43
- "@types/node": "^17.0.21",
41
+ "@types/node": "^17.0.23",
44
42
  "c8": "^7.11.0",
45
43
  "check-dts": "^0.6.6",
46
44
  "tsm": "^2.2.1",
@@ -53,4 +51,4 @@
53
51
  },
54
52
  "svelte": "./src/index.js",
55
53
  "sideEffects": false
56
- }
54
+ }
Binary file