@ctx-core/graphql-client 7.0.91 → 7.0.97

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