@ctx-core/graphql-client 7.2.37 → 7.2.40

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 (2) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,5 +1,32 @@
1
1
  # @ctx-core/graphql-client
2
2
 
3
+ ## 7.2.40
4
+
5
+ ### Patch Changes
6
+
7
+ - tsx: ^3.8.2 -> ^3.9.0
8
+ - Updated dependencies
9
+ - @ctx-core/dom@11.1.27
10
+ - @ctx-core/fetch-undici@2.3.5
11
+ - @ctx-core/graphql@9.0.83
12
+ - @ctx-core/object@22.2.7
13
+
14
+ ## 7.2.39
15
+
16
+ ### Patch Changes
17
+
18
+ - update dependencies
19
+ - Updated dependencies
20
+ - @ctx-core/fetch-undici@2.2.1
21
+
22
+ ## 7.2.38
23
+
24
+ ### Patch Changes
25
+
26
+ - .js + .d.ts instead of .ts
27
+ - Updated dependencies
28
+ - @ctx-core/fetch-undici@2.1.16
29
+
3
30
  ## 7.2.37
4
31
 
5
32
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/graphql-client",
3
- "version": "7.2.37",
3
+ "version": "7.2.40",
4
4
  "description": "ctx-core graphql-client",
5
5
  "keywords": [
6
6
  "ctx-core",
@@ -23,18 +23,18 @@
23
23
  "./package.json": "./package.json"
24
24
  },
25
25
  "dependencies": {
26
- "@ctx-core/dom": "^11.1.21",
27
- "@ctx-core/fetch-undici": "^2.1.12",
28
- "@ctx-core/graphql": "^9.0.73",
29
- "@ctx-core/object": "^22.2.0"
26
+ "@ctx-core/dom": "^11.1.27",
27
+ "@ctx-core/fetch-undici": "^2.3.5",
28
+ "@ctx-core/graphql": "^9.0.83",
29
+ "@ctx-core/object": "^22.2.7"
30
30
  },
31
31
  "devDependencies": {
32
- "@types/node": "^17.0.35",
33
- "c8": "^7.11.3",
32
+ "@types/node": "^18.7.13",
33
+ "c8": "^7.12.0",
34
34
  "check-dts": "^0.6.7",
35
- "tsm": "^2.2.1",
35
+ "tsx": "^3.9.0",
36
36
  "typescript": "next",
37
- "uvu": "^0.5.3"
37
+ "uvu": "^0.5.6"
38
38
  },
39
39
  "publishConfig": {
40
40
  "access": "public",
@@ -47,7 +47,7 @@
47
47
  "clean": ":",
48
48
  "exec": "$@",
49
49
  "test": "pnpm test-unit && check-dts",
50
- "test-unit": "tsm node_modules/uvu/bin.js . '\\.test\\.(ts|js)$'",
50
+ "test-unit": "tsx node_modules/uvu/bin.js . '\\.test\\.(ts|js)$'",
51
51
  "test-unit-coverage": "c8 pnpm test-unit"
52
52
  }
53
53
  }