@ctx-core/graphql-client 7.0.89 → 7.0.96

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 (3) hide show
  1. package/.swcrc +1 -1
  2. package/CHANGELOG.md +70 -0
  3. package/package.json +8 -8
package/.swcrc CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "jsc": {
3
- "target": "es2019",
3
+ "target": "es2020",
4
4
  "parser": {
5
5
  "syntax": "typescript",
6
6
  "tsx": true,
package/CHANGELOG.md CHANGED
@@ -1,5 +1,75 @@
1
1
  # @ctx-core/graphql-client
2
2
 
3
+ ## 7.0.96
4
+
5
+ ### Patch Changes
6
+
7
+ - update dependencies
8
+
9
+ ## 7.0.95
10
+
11
+ ### Patch Changes
12
+
13
+ - @swc/core: ^1.2.116 -> ^1.2.117
14
+ - Updated dependencies
15
+ - @ctx-core/dom@11.0.36
16
+ - @ctx-core/fetch@11.0.87
17
+ - @ctx-core/object@21.0.28
18
+
19
+ ## 7.0.94
20
+
21
+ ### Patch Changes
22
+
23
+ - @swc/core: ^1.2.113 -> ^1.2.116
24
+ - @types/node: ^16.11.10 -> ^16.11.11
25
+ - Updated dependencies
26
+ - @ctx-core/dom@11.0.35
27
+ - @ctx-core/fetch@11.0.86
28
+ - @ctx-core/object@21.0.27
29
+
30
+ ## 7.0.93
31
+
32
+ ### Patch Changes
33
+
34
+ - @types/node: ^16.11.9 -> ^16.11.10
35
+ - @swc/cli: ^0.1.51 -> ^0.1.52
36
+ - @swc/core: ^1.2.111 -> ^1.2.113
37
+ - Updated dependencies
38
+ - Updated dependencies
39
+ - @ctx-core/dom@11.0.34
40
+ - @ctx-core/fetch@11.0.85
41
+ - @ctx-core/object@21.0.26
42
+
43
+ ## 7.0.92
44
+
45
+ ### Patch Changes
46
+
47
+ - @types/node: ^16.11.8 -> ^16.11.9
48
+ - @swc/core: ^1.2.110 -> ^1.2.111
49
+ - Updated dependencies
50
+ - @ctx-core/dom@11.0.33
51
+ - @ctx-core/fetch@11.0.84
52
+ - @ctx-core/object@21.0.25
53
+
54
+ ## 7.0.91
55
+
56
+ ### Patch Changes
57
+
58
+ - update dependencies
59
+
60
+ ## 7.0.90
61
+
62
+ ### Patch Changes
63
+
64
+ - typescript: ^4.4.4 -> ^4.5.2
65
+ - @types/node: ^16.11.7 -> ^16.11.8
66
+ - @swc/core: ^1.2.108 -> ^1.2.110
67
+ - Updated dependencies
68
+ - Updated dependencies
69
+ - @ctx-core/dom@11.0.32
70
+ - @ctx-core/fetch@11.0.83
71
+ - @ctx-core/object@21.0.24
72
+
3
73
  ## 7.0.89
4
74
 
5
75
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/graphql-client",
3
- "version": "7.0.89",
3
+ "version": "7.0.96",
4
4
  "description": "ctx-core graphql-client",
5
5
  "keywords": [
6
6
  "ctx-core",
@@ -28,15 +28,15 @@
28
28
  "./package.json": "./package.json"
29
29
  },
30
30
  "dependencies": {
31
- "@ctx-core/dom": "^11.0.31",
32
- "@ctx-core/fetch": "^11.0.81",
33
- "@ctx-core/object": "^21.0.23"
31
+ "@ctx-core/dom": "^11.0.36",
32
+ "@ctx-core/fetch": "^11.0.87",
33
+ "@ctx-core/object": "^21.0.28"
34
34
  },
35
35
  "devDependencies": {
36
- "@swc/cli": "^0.1.51",
37
- "@swc/core": "^1.2.108",
38
- "@types/node": "^16.11.7",
39
- "typescript": "^4.4.4"
36
+ "@swc/cli": "^0.1.52",
37
+ "@swc/core": "^1.2.117",
38
+ "@types/node": "^16.11.11",
39
+ "typescript": "next"
40
40
  },
41
41
  "publishConfig": {
42
42
  "access": "public",