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