@trackunit/filters-graphql-hook 1.11.37 → 1.11.39
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trackunit/filters-graphql-hook",
|
|
3
|
-
"version": "1.11.
|
|
3
|
+
"version": "1.11.39",
|
|
4
4
|
"repository": "https://github.com/Trackunit/manager",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"engines": {
|
|
@@ -13,15 +13,15 @@
|
|
|
13
13
|
"graphql": "^16.10.0",
|
|
14
14
|
"@apollo/client": "3.13.8",
|
|
15
15
|
"zod": "^3.23.8",
|
|
16
|
-
"@trackunit/iris-app-build-utilities": "1.7.
|
|
17
|
-
"@trackunit/filters-filter-bar": "1.8.
|
|
18
|
-
"@trackunit/shared-utils": "1.9.
|
|
19
|
-
"@trackunit/iris-app-api": "1.7.
|
|
20
|
-
"@trackunit/react-core-contexts-test": "1.7.
|
|
21
|
-
"@trackunit/i18n-library-translation": "1.7.
|
|
22
|
-
"@trackunit/react-core-contexts-api": "1.8.
|
|
23
|
-
"@trackunit/react-core-hooks": "1.7.
|
|
24
|
-
"@trackunit/react-test-setup": "1.4.
|
|
16
|
+
"@trackunit/iris-app-build-utilities": "1.7.60",
|
|
17
|
+
"@trackunit/filters-filter-bar": "1.8.96",
|
|
18
|
+
"@trackunit/shared-utils": "1.9.58",
|
|
19
|
+
"@trackunit/iris-app-api": "1.7.60",
|
|
20
|
+
"@trackunit/react-core-contexts-test": "1.7.67",
|
|
21
|
+
"@trackunit/i18n-library-translation": "1.7.70",
|
|
22
|
+
"@trackunit/react-core-contexts-api": "1.8.63",
|
|
23
|
+
"@trackunit/react-core-hooks": "1.7.67",
|
|
24
|
+
"@trackunit/react-test-setup": "1.4.58"
|
|
25
25
|
},
|
|
26
26
|
"module": "./index.esm.js",
|
|
27
27
|
"main": "./index.cjs.js",
|
|
@@ -118,11 +118,6 @@ export type Scalars = {
|
|
|
118
118
|
input: PublicIrisAppManifest;
|
|
119
119
|
output: PublicIrisAppManifest;
|
|
120
120
|
};
|
|
121
|
-
/** The `Upload` scalar type represents a file upload. */
|
|
122
|
-
Upload: {
|
|
123
|
-
input: any;
|
|
124
|
-
output: any;
|
|
125
|
-
};
|
|
126
121
|
/** Uniform resource locator */
|
|
127
122
|
Url: {
|
|
128
123
|
input: string;
|