@trackunit/react-graphql-tools 1.11.14 → 1.11.16

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,3 +1,24 @@
1
+ ## 1.11.16 (2026-01-30)
2
+
3
+ ### 🩹 Fixes
4
+
5
+ - replace empty object types with proper type aliases ([09b19d6c847](https://github.com/Trackunit/manager/commit/09b19d6c847))
6
+
7
+ ### 🧱 Updated Dependencies
8
+
9
+ - Updated react-test-setup to 1.8.16
10
+
11
+ ### ❤️ Thank You
12
+
13
+ - aya
14
+ - Cursor Agent @cursoragent
15
+
16
+ ## 1.11.15 (2026-01-30)
17
+
18
+ ### 🧱 Updated Dependencies
19
+
20
+ - Updated react-test-setup to 1.8.15
21
+
1
22
  ## 1.11.14 (2026-01-29)
2
23
 
3
24
  ### 🧱 Updated Dependencies
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/react-graphql-tools",
3
- "version": "1.11.14",
3
+ "version": "1.11.16",
4
4
  "main": "src/index.js",
5
5
  "executors": "./executors.json",
6
6
  "generators": "./generators.json",
@@ -1 +1 @@
1
- export interface CreateGraphqlHooksExecutorSchema {}
1
+ export type CreateGraphqlHooksExecutorSchema = Record<string, never>;