@orchestrator-ui/orchestrator-ui-components 1.30.3 → 1.31.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.
- package/.turbo/turbo-build.log +3 -3
- package/.turbo/turbo-lint.log +1 -1
- package/.turbo/turbo-test.log +9 -9
- package/CHANGELOG.md +6 -0
- package/dist/index.js +1 -1
- package/package.json +1 -1
- package/src/rtk/api.ts +1 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @orchestrator-ui/orchestrator-ui-components@1.
|
|
2
|
+
> @orchestrator-ui/orchestrator-ui-components@1.31.0 build
|
|
3
3
|
> tsup src/index.ts --format esm --dts --tsconfig tsconfig.build.json
|
|
4
4
|
|
|
5
5
|
[34mCLI[39m Building entry: src/index.ts
|
|
@@ -9,6 +9,6 @@
|
|
|
9
9
|
[34mESM[39m Build start
|
|
10
10
|
[34mDTS[39m Build start
|
|
11
11
|
[32mESM[39m [1mdist/index.js [22m[32m1.86 MB[39m
|
|
12
|
-
[32mESM[39m ⚡️ Build success in
|
|
13
|
-
[32mDTS[39m ⚡️ Build success in
|
|
12
|
+
[32mESM[39m ⚡️ Build success in 697ms
|
|
13
|
+
[32mDTS[39m ⚡️ Build success in 15176ms
|
|
14
14
|
[32mDTS[39m [1mdist/index.d.ts [22m[32m174.58 KB[39m
|
package/.turbo/turbo-lint.log
CHANGED
package/.turbo/turbo-test.log
CHANGED
|
@@ -1,40 +1,40 @@
|
|
|
1
1
|
|
|
2
|
-
> @orchestrator-ui/orchestrator-ui-components@1.
|
|
2
|
+
> @orchestrator-ui/orchestrator-ui-components@1.31.0 test
|
|
3
3
|
> jest
|
|
4
4
|
|
|
5
|
-
PASS Wfo-UI Tests src/components/WfoForms/formFields/utils.spec.ts
|
|
6
5
|
PASS Wfo-UI Tests src/components/WfoSubscription/utils/utils.spec.ts
|
|
6
|
+
PASS Wfo-UI Tests src/components/WfoForms/formFields/utils.spec.ts
|
|
7
7
|
PASS Wfo-UI Tests src/utils/date.spec.ts
|
|
8
8
|
PASS Wfo-UI Tests src/pages/processes/timelineUtils.spec.ts
|
|
9
|
-
PASS Wfo-UI Tests src/components/WfoTree/treeUtils.spec.ts
|
|
10
9
|
PASS Wfo-UI Tests src/utils/getProductNamesFromProcess.spec.ts
|
|
10
|
+
PASS Wfo-UI Tests src/components/WfoTree/treeUtils.spec.ts
|
|
11
11
|
PASS Wfo-UI Tests src/components/WfoTable/WfoDataGridTable/WfodataGridColumns.spec.ts
|
|
12
12
|
PASS Wfo-UI Tests src/utils/string.spec.ts
|
|
13
13
|
PASS Wfo-UI Tests src/components/WfoTable/WfoTableWithFilter/updateQueryString.spec.ts
|
|
14
14
|
PASS Wfo-UI Tests src/components/WfoTable/utils/tableConfigPersistence.spec.ts
|
|
15
|
-
PASS Wfo-UI Tests src/components/WfoTable/utils/mapSortableAndFilterableValuesToTableColumnConfig.spec.ts
|
|
16
15
|
PASS Wfo-UI Tests src/components/WfoTable/utils/tableUtils.spec.ts
|
|
16
|
+
PASS Wfo-UI Tests src/components/WfoTable/utils/mapSortableAndFilterableValuesToTableColumnConfig.spec.ts
|
|
17
17
|
PASS Wfo-UI Tests src/utils/resultFlattener.spec.ts
|
|
18
18
|
PASS Wfo-UI Tests src/components/WfoPageTemplate/WfoSidebar/utils/menuItemIsAllowed.spec.ts
|
|
19
19
|
PASS Wfo-UI Tests src/utils/getEnvironmentVariables.spec.ts
|
|
20
|
-
PASS Wfo-UI Tests src/utils/getToastMessage.spec.ts
|
|
21
20
|
PASS Wfo-UI Tests src/messages/getTranslationMessages.spec.ts
|
|
21
|
+
PASS Wfo-UI Tests src/utils/getToastMessage.spec.ts
|
|
22
22
|
PASS Wfo-UI Tests src/utils/optionalArray.spec.ts
|
|
23
23
|
PASS Wfo-UI Tests src/components/WfoTable/utils/columns.spec.ts
|
|
24
|
-
PASS Wfo-UI Tests src/utils/filterData.spec.ts
|
|
25
24
|
PASS Wfo-UI Tests src/utils/sortObjectKeys.spec.ts
|
|
25
|
+
PASS Wfo-UI Tests src/utils/filterData.spec.ts
|
|
26
26
|
PASS Wfo-UI Tests src/components/WfoWorkflowSteps/stepListUtils.spec.ts
|
|
27
27
|
PASS Wfo-UI Tests src/utils/getTokenName.spec.ts
|
|
28
|
+
PASS Wfo-UI Tests src/utils/onlyUnique.spec.ts
|
|
28
29
|
PASS Wfo-UI Tests src/utils/environmentVariables.spec.ts
|
|
29
30
|
PASS Wfo-UI Tests src/utils/uuid.spec.ts
|
|
30
|
-
PASS Wfo-UI Tests src/utils/onlyUnique.spec.ts
|
|
31
31
|
PASS Wfo-UI Tests src/utils/getTypedFieldFromObject.spec.ts
|
|
32
32
|
PASS Wfo-UI Tests src/utils/cacheTag.spec.ts
|
|
33
|
-
PASS Wfo-UI Tests src/components/WfoPageTemplate/WfoPageHeader/utils/toHexColorWithOpacity.spec.ts
|
|
34
33
|
PASS Wfo-UI Tests src/utils/getQueryVariablesForExport.spec.ts
|
|
34
|
+
PASS Wfo-UI Tests src/components/WfoPageTemplate/WfoPageHeader/utils/toHexColorWithOpacity.spec.ts
|
|
35
35
|
|
|
36
36
|
Test Suites: 30 passed, 30 total
|
|
37
37
|
Tests: 169 passed, 169 total
|
|
38
38
|
Snapshots: 0 total
|
|
39
|
-
Time:
|
|
39
|
+
Time: 4.027 s
|
|
40
40
|
Ran all test suites.
|
package/CHANGELOG.md
CHANGED
package/dist/index.js
CHANGED
|
@@ -32690,7 +32690,7 @@ var orchestratorApi = createApi2({
|
|
|
32690
32690
|
if (((_a2 = response == null ? void 0 : response.errors) == null ? void 0 : _a2.length) && authActive) {
|
|
32691
32691
|
response.errors.map((error2) => {
|
|
32692
32692
|
var _a3;
|
|
32693
|
-
if (((_a3 = error2.extensions) == null ? void 0 : _a3.error_type) === "
|
|
32693
|
+
if (((_a3 = error2.extensions) == null ? void 0 : _a3.error_type) === "not_authenticated") {
|
|
32694
32694
|
signOut();
|
|
32695
32695
|
}
|
|
32696
32696
|
});
|
package/package.json
CHANGED
package/src/rtk/api.ts
CHANGED