@trackunit/filters-graphql-hook 1.10.9 → 1.10.12
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.10.
|
|
3
|
+
"version": "1.10.12",
|
|
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.8",
|
|
17
|
+
"@trackunit/filters-filter-bar": "1.8.12",
|
|
18
|
+
"@trackunit/shared-utils": "1.9.7",
|
|
19
|
+
"@trackunit/iris-app-api": "1.7.8",
|
|
20
|
+
"@trackunit/react-core-contexts-test": "1.7.9",
|
|
21
|
+
"@trackunit/i18n-library-translation": "1.7.10",
|
|
22
|
+
"@trackunit/react-core-contexts-api": "1.8.9",
|
|
23
|
+
"@trackunit/react-core-hooks": "1.7.9",
|
|
24
|
+
"@trackunit/react-test-setup": "1.4.7"
|
|
25
25
|
},
|
|
26
26
|
"module": "./index.esm.js",
|
|
27
27
|
"main": "./index.cjs.js",
|
|
@@ -336,6 +336,7 @@ export declare const assetSortByProperty: {
|
|
|
336
336
|
readonly BRAND: "BRAND";
|
|
337
337
|
readonly CATEGORY: "CATEGORY";
|
|
338
338
|
readonly CRITICALITY: "CRITICALITY";
|
|
339
|
+
readonly CUSTOMER_NAME: "CUSTOMER_NAME";
|
|
339
340
|
readonly CUSTOM_FIELD: "CUSTOM_FIELD";
|
|
340
341
|
readonly EXTERNAL_REFERENCE: "EXTERNAL_REFERENCE";
|
|
341
342
|
readonly ISSUE_CREATED_AT: "ISSUE_CREATED_AT";
|