@trackunit/react-graphql-tools 1.14.51 → 1.14.53

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,15 @@
1
+ ## 1.14.53 (2026-07-01)
2
+
3
+ ### 🧱 Updated Dependencies
4
+
5
+ - Updated react-vite-test-setup to 0.0.53
6
+
7
+ ## 1.14.52 (2026-07-01)
8
+
9
+ ### 🧱 Updated Dependencies
10
+
11
+ - Updated react-vite-test-setup to 0.0.52
12
+
1
13
  ## 1.14.51 (2026-06-30)
2
14
 
3
15
  ### 🧱 Updated Dependencies
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/react-graphql-tools",
3
- "version": "1.14.51",
3
+ "version": "1.14.53",
4
4
  "main": "src/index.js",
5
5
  "executors": "./executors.json",
6
6
  "generators": "./generators.json",
@@ -12,7 +12,7 @@ const utils_1 = require("./utils");
12
12
  /**
13
13
  * Generates React hooks from your graphql files.
14
14
  */
15
- const scrubFileContent = async (fileContent, nxRoot, isVerbose, providedSourceFile) => {
15
+ const scrubFileContent = async (fileContent, _nxRoot, isVerbose, providedSourceFile) => {
16
16
  const start = new Date().getTime();
17
17
  const sourceFile = providedSourceFile ?? (0, utils_1.createSourceFile)(fileContent);
18
18
  let resultFileContent = "";
@@ -281,7 +281,7 @@ const generateMockFromType = (type, text) => {
281
281
  /**
282
282
  * Generates React hooks from your graphql files.
283
283
  */
284
- const scrubMockFileContent = async (fileContent, nxRoot, isVerbose, providedSourceFile) => {
284
+ const scrubMockFileContent = async (fileContent, _nxRoot, isVerbose, providedSourceFile) => {
285
285
  const start = new Date().getTime();
286
286
  const generatedFile = providedSourceFile ??
287
287
  new ts_morph_1.Project({