@trackunit/filters-graphql-hook 1.7.26 → 1.7.30
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.7.
|
|
3
|
+
"version": "1.7.30",
|
|
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.4",
|
|
16
|
-
"@trackunit/iris-app-build-utilities": "1.4.
|
|
17
|
-
"@trackunit/filters-filter-bar": "1.5.
|
|
18
|
-
"@trackunit/shared-utils": "1.6.
|
|
19
|
-
"@trackunit/iris-app-api": "1.4.
|
|
20
|
-
"@trackunit/react-core-contexts-test": "1.4.
|
|
21
|
-
"@trackunit/i18n-library-translation": "1.4.
|
|
22
|
-
"@trackunit/react-core-contexts-api": "1.5.
|
|
23
|
-
"@trackunit/react-core-hooks": "1.4.
|
|
24
|
-
"@trackunit/react-test-setup": "1.1.
|
|
16
|
+
"@trackunit/iris-app-build-utilities": "1.4.25",
|
|
17
|
+
"@trackunit/filters-filter-bar": "1.5.52",
|
|
18
|
+
"@trackunit/shared-utils": "1.6.23",
|
|
19
|
+
"@trackunit/iris-app-api": "1.4.25",
|
|
20
|
+
"@trackunit/react-core-contexts-test": "1.4.27",
|
|
21
|
+
"@trackunit/i18n-library-translation": "1.4.29",
|
|
22
|
+
"@trackunit/react-core-contexts-api": "1.5.27",
|
|
23
|
+
"@trackunit/react-core-hooks": "1.4.27",
|
|
24
|
+
"@trackunit/react-test-setup": "1.1.23"
|
|
25
25
|
},
|
|
26
26
|
"module": "./index.esm.js",
|
|
27
27
|
"main": "./index.cjs.js",
|
|
@@ -330,6 +330,7 @@ export declare const assetSortByProperty: {
|
|
|
330
330
|
readonly CRITICALITY: "CRITICALITY";
|
|
331
331
|
readonly CUSTOM_FIELD: "CUSTOM_FIELD";
|
|
332
332
|
readonly EXTERNAL_REFERENCE: "EXTERNAL_REFERENCE";
|
|
333
|
+
readonly ISSUE_CREATED_AT: "ISSUE_CREATED_AT";
|
|
333
334
|
readonly LAST_EVENT_TIME: "LAST_EVENT_TIME";
|
|
334
335
|
readonly LOCATION: "LOCATION";
|
|
335
336
|
readonly LOCATION_UPDATED_AT: "LOCATION_UPDATED_AT";
|