@ctx-core/graphql-client 7.0.94 → 7.0.99

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,46 @@
1
1
  # @ctx-core/graphql-client
2
2
 
3
+ ## 7.0.99
4
+
5
+ ### Patch Changes
6
+
7
+ - update dependencies
8
+ - Updated dependencies
9
+ - @ctx-core/dom@11.0.38
10
+ - @ctx-core/fetch@11.0.89
11
+
12
+ ## 7.0.98
13
+
14
+ ### Patch Changes
15
+
16
+ - update dependencies
17
+
18
+ ## 7.0.97
19
+
20
+ ### Patch Changes
21
+
22
+ - @swc/core: ^1.2.117 -> ^1.2.118
23
+ - Updated dependencies
24
+ - @ctx-core/dom@11.0.37
25
+ - @ctx-core/fetch@11.0.88
26
+ - @ctx-core/object@21.0.29
27
+
28
+ ## 7.0.96
29
+
30
+ ### Patch Changes
31
+
32
+ - update dependencies
33
+
34
+ ## 7.0.95
35
+
36
+ ### Patch Changes
37
+
38
+ - @swc/core: ^1.2.116 -> ^1.2.117
39
+ - Updated dependencies
40
+ - @ctx-core/dom@11.0.36
41
+ - @ctx-core/fetch@11.0.87
42
+ - @ctx-core/object@21.0.28
43
+
3
44
  ## 7.0.94
4
45
 
5
46
  ### Patch Changes
package/COMMIT_EDITMSG ADDED
@@ -0,0 +1,2 @@
1
+
2
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/graphql-client",
3
- "version": "7.0.94",
3
+ "version": "7.0.99",
4
4
  "description": "ctx-core graphql-client",
5
5
  "keywords": [
6
6
  "ctx-core",
@@ -28,13 +28,13 @@
28
28
  "./package.json": "./package.json"
29
29
  },
30
30
  "dependencies": {
31
- "@ctx-core/dom": "^11.0.35",
32
- "@ctx-core/fetch": "^11.0.86",
33
- "@ctx-core/object": "^21.0.27"
31
+ "@ctx-core/dom": "^11.0.38",
32
+ "@ctx-core/fetch": "^11.0.89",
33
+ "@ctx-core/object": "^21.0.30"
34
34
  },
35
35
  "devDependencies": {
36
36
  "@swc/cli": "^0.1.52",
37
- "@swc/core": "^1.2.116",
37
+ "@swc/core": "^1.2.118",
38
38
  "@types/node": "^16.11.11",
39
39
  "typescript": "next"
40
40
  },
package/tsconfig.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "compileOnSave": true,
3
3
  "compilerOptions": {
4
- "target": "ES2019",
4
+ "target": "ES2020",
5
5
  "composite": true,
6
6
  "declaration": true,
7
7
  "sourceMap": true,