@ctx-core/graphql-client 7.0.88 → 7.0.94

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