@trackunit/react-graphql-hooks 2.6.72 → 2.6.73-alpha-55a192f4ee4.0

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.
@@ -0,0 +1 @@
1
+ {"version":3,"file":"entry.js","sourceRoot":"","sources":["../../../../../libs/react/graphql-hooks/migrations/entry.ts"],"names":[],"mappings":"","sourcesContent":["export {};\n"]}
package/package.json CHANGED
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "@trackunit/react-graphql-hooks",
3
- "version": "2.6.72",
3
+ "version": "2.6.73-alpha-55a192f4ee4.0",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "engines": {
7
7
  "node": ">=24.x"
8
8
  },
9
9
  "dependencies": {
10
- "@trackunit/i18n-library-translation": "2.4.64",
11
- "@trackunit/shared-utils": "1.16.49",
10
+ "@trackunit/i18n-library-translation": "2.4.65-alpha-55a192f4ee4.0",
11
+ "@trackunit/shared-utils": "1.16.50-alpha-55a192f4ee4.0",
12
12
  "es-toolkit": "^1.39.10",
13
- "@trackunit/react-components": "2.13.26"
13
+ "@trackunit/react-components": "2.13.27-alpha-55a192f4ee4.0"
14
14
  },
15
15
  "peerDependencies": {
16
16
  "@apollo/client": "^3.13.8",
@@ -31,7 +31,7 @@ export type TranslationFunction = TransForLibs<TranslationKeys>;
31
31
  * @param {object} props The props for the Trans component
32
32
  * @returns {object} The Trans component
33
33
  */
34
- export declare const Trans: (props: NamespaceTransProps<TranslationKeys>) => import("react").JSX.Element;
34
+ export declare const Trans: (props: NamespaceTransProps<TranslationKeys>) => import("react/jsx-runtime").JSX.Element;
35
35
  /**
36
36
  * Registers the translations for this library
37
37
  */