@ctx-core/graphql-client 7.0.110 → 7.0.114

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,41 @@
1
1
  # @ctx-core/graphql-client
2
2
 
3
+ ## 7.0.114
4
+
5
+ ### Patch Changes
6
+
7
+ - update dependencies
8
+
9
+ ## 7.0.113
10
+
11
+ ### Patch Changes
12
+
13
+ - fix: error TS6059: \* is not under 'rootDir': package.json: types: ./dist/index.d.ts
14
+ - Updated dependencies
15
+ - @ctx-core/dom@11.0.48
16
+ - @ctx-core/fetch@11.0.101
17
+ - @ctx-core/object@22.0.8
18
+
19
+ ## 7.0.112
20
+
21
+ ### Patch Changes
22
+
23
+ - tsconfig.json: "target": "ES2021"
24
+ - Updated dependencies
25
+ - @ctx-core/dom@11.0.47
26
+ - @ctx-core/fetch@11.0.100
27
+ - @ctx-core/object@22.0.7
28
+
29
+ ## 7.0.111
30
+
31
+ ### Patch Changes
32
+
33
+ - package.json: "types": "./src/index.ts": better editing experience
34
+ - Updated dependencies
35
+ - @ctx-core/dom@11.0.46
36
+ - @ctx-core/fetch@11.0.99
37
+ - @ctx-core/object@22.0.6
38
+
3
39
  ## 7.0.110
4
40
 
5
41
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/graphql-client",
3
- "version": "7.0.110",
3
+ "version": "7.0.114",
4
4
  "description": "ctx-core graphql-client",
5
5
  "keywords": [
6
6
  "ctx-core",
@@ -25,14 +25,14 @@
25
25
  "./package.json": "./package.json"
26
26
  },
27
27
  "dependencies": {
28
- "@ctx-core/dom": "^11.0.45",
29
- "@ctx-core/fetch": "^11.0.98",
30
- "@ctx-core/object": "^22.0.5"
28
+ "@ctx-core/dom": "^11.0.48",
29
+ "@ctx-core/fetch": "^11.0.101",
30
+ "@ctx-core/object": "^22.0.8"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@swc/cli": "^0.1.55",
34
- "@swc/core": "^1.2.120",
35
- "@types/node": "^17.0.0",
34
+ "@swc/core": "^1.2.121",
35
+ "@types/node": "^17.0.2",
36
36
  "rimraf": "^3.0.2",
37
37
  "typescript": "next"
38
38
  },
package/tsconfig.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "compileOnSave": true,
3
3
  "compilerOptions": {
4
- "target": "ES2020",
4
+ "target": "ES2021",
5
5
  "composite": true,
6
6
  "declaration": true,
7
7
  "sourceMap": true,