@ctx-core/graphql-client 7.0.111 → 7.0.115

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,37 @@
1
1
  # @ctx-core/graphql-client
2
2
 
3
+ ## 7.0.115
4
+
5
+ ### Patch Changes
6
+
7
+ - update dependencies
8
+
9
+ ## 7.0.114
10
+
11
+ ### Patch Changes
12
+
13
+ - update dependencies
14
+
15
+ ## 7.0.113
16
+
17
+ ### Patch Changes
18
+
19
+ - fix: error TS6059: \* is not under 'rootDir': package.json: types: ./dist/index.d.ts
20
+ - Updated dependencies
21
+ - @ctx-core/dom@11.0.48
22
+ - @ctx-core/fetch@11.0.101
23
+ - @ctx-core/object@22.0.8
24
+
25
+ ## 7.0.112
26
+
27
+ ### Patch Changes
28
+
29
+ - tsconfig.json: "target": "ES2021"
30
+ - Updated dependencies
31
+ - @ctx-core/dom@11.0.47
32
+ - @ctx-core/fetch@11.0.100
33
+ - @ctx-core/object@22.0.7
34
+
3
35
  ## 7.0.111
4
36
 
5
37
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/graphql-client",
3
- "version": "7.0.111",
3
+ "version": "7.0.115",
4
4
  "description": "ctx-core graphql-client",
5
5
  "keywords": [
6
6
  "ctx-core",
@@ -17,7 +17,7 @@
17
17
  "license": "Apache-2.0",
18
18
  "author": "Brian Takita",
19
19
  "type": "module",
20
- "types": "./src/index.ts",
20
+ "types": "./dist/index.d.ts",
21
21
  "exports": {
22
22
  ".": {
23
23
  "import": "./dist/index.js"
@@ -25,14 +25,14 @@
25
25
  "./package.json": "./package.json"
26
26
  },
27
27
  "dependencies": {
28
- "@ctx-core/dom": "^11.0.46",
29
- "@ctx-core/fetch": "^11.0.99",
30
- "@ctx-core/object": "^22.0.6"
28
+ "@ctx-core/dom": "^11.0.48",
29
+ "@ctx-core/fetch": "^11.0.102",
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,