@orchestrator-ui/orchestrator-ui-components 8.7.0 → 8.7.1

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.
@@ -1,8 +1,8 @@
1
- npm notice run @orchestrator-ui/orchestrator-ui-components@8.7.0 build
1
+ npm notice run @orchestrator-ui/orchestrator-ui-components@8.7.1 build
2
2
  npm notice run npm run generate-version && tsup src/index.ts
3
- npm notice run @orchestrator-ui/orchestrator-ui-components@8.7.0 generate-version
3
+ npm notice run @orchestrator-ui/orchestrator-ui-components@8.7.1 generate-version
4
4
  npm notice run node -p "'export const ORCHESTRATOR_UI_LIBRARY_VERSION = ' + JSON.stringify(require('./package.json').version) + ';'" > src/configuration/version.ts && prettier --write src/configuration/version.ts
5
- src/configuration/version.ts 51ms
5
+ src/configuration/version.ts 44ms
6
6
  CLI Building entry: src/index.ts
7
7
  CLI Using tsconfig: tsconfig.json
8
8
  CLI tsup v8.5.1
@@ -10,9 +10,9 @@ src/configuration/version.ts 51ms
10
10
  CLI Target: es2022
11
11
  CLI Cleaning output folder
12
12
  ESM Build start
13
- ESM dist/index.js 881.07 KB
14
- ESM dist/index.js.map 1.52 MB
15
- ESM ⚡️ Build success in 306ms
13
+ ESM dist/index.js 878.47 KB
14
+ ESM dist/index.js.map 1.51 MB
15
+ ESM ⚡️ Build success in 323ms
16
16
  DTS Build start
17
- DTS ⚡️ Build success in 23052ms
18
- DTS dist/index.d.ts 1.56 MB
17
+ DTS ⚡️ Build success in 22597ms
18
+ DTS dist/index.d.ts 1.53 MB
@@ -1,2 +1,2 @@
1
- npm notice run @orchestrator-ui/orchestrator-ui-components@8.7.0 lint
1
+ npm notice run @orchestrator-ui/orchestrator-ui-components@8.7.1 lint
2
2
  npm notice run eslint
@@ -1,29 +1,29 @@
1
- npm notice run @orchestrator-ui/orchestrator-ui-components@8.7.0 test
1
+ npm notice run @orchestrator-ui/orchestrator-ui-components@8.7.1 test
2
2
  npm notice run jest
3
+ PASS Wfo-UI Tests src/components/WfoTree/treeUtils.spec.ts
3
4
  PASS Wfo-UI Tests src/pages/processes/timelineUtils.spec.ts
4
5
  PASS Wfo-UI Tests src/utils/date.spec.ts
5
- PASS Wfo-UI Tests src/components/WfoTree/treeUtils.spec.ts
6
+ PASS Wfo-UI Tests src/components/WfoSubscription/utils/utils.spec.ts
6
7
  PASS Wfo-UI Tests src/utils/string.spec.ts
7
8
  PASS Wfo-UI Tests src/components/WfoTable/utils/tableUtils.spec.ts
8
9
  PASS Wfo-UI Tests src/utils/getProductNamesFromProcess.spec.ts
9
- PASS Wfo-UI Tests src/components/WfoSubscription/utils/utils.spec.ts
10
10
  PASS Wfo-UI Tests src/components/WfoTable/WfoTable/WfoGroupedTable/utils.spec.ts
11
11
  PASS Wfo-UI Tests src/components/WfoTable/WfoTableWithFilter/updateQueryString.spec.ts
12
12
  PASS Wfo-UI Tests src/utils/compareVersions.spec.ts
13
13
  PASS Wfo-UI Tests src/utils/optionalArray.spec.ts
14
14
  PASS Wfo-UI Tests src/components/WfoTable/utils/tableConfigPersistence.spec.ts
15
+ PASS Wfo-UI Tests src/messages/getTranslationMessages.spec.ts
15
16
  PASS Wfo-UI Tests src/rtk/utils.spec.ts
16
- PASS Wfo-UI Tests src/components/WfoTable/WfoTableSettingsModal/WfoTableSettingsModal.spec.ts
17
- PASS Wfo-UI Tests src/components/WfoTable/WfoTable/utils.spec.ts (6.054 s)
18
- PASS Wfo-UI Tests src/components/WfoPydanticForm/fields/WfoCron.spec.ts (5.596 s)
17
+ PASS Wfo-UI Tests src/components/WfoTable/WfoTable/utils.spec.ts (5.648 s)
18
+ PASS Wfo-UI Tests src/components/WfoPydanticForm/fields/WfoCron.spec.ts (5.113 s)
19
19
  PASS Wfo-UI Tests src/utils/resultFlattener.spec.ts
20
- PASS Wfo-UI Tests src/messages/getTranslationMessages.spec.ts
21
20
  PASS Wfo-UI Tests src/utils/getQueryParams.spec.ts
21
+ PASS Wfo-UI Tests src/components/WfoTable/WfoTableSettingsModal/WfoTableSettingsModal.spec.ts
22
22
  PASS Wfo-UI Tests src/utils/getEnvironmentVariables.spec.ts
23
23
  PASS Wfo-UI Tests src/components/WfoPageTemplate/WfoSidebar/utils/menuItemIsAllowed.spec.ts
24
24
  PASS Wfo-UI Tests src/utils/getToastMessage.spec.ts
25
- PASS Wfo-UI Tests src/utils/toSortedObjectKeys.spec.ts
26
25
  PASS Wfo-UI Tests src/components/WfoTable/utils/columns.spec.ts
26
+ PASS Wfo-UI Tests src/utils/toSortedObjectKeys.spec.ts
27
27
  PASS Wfo-UI Tests src/components/WfoWorkflowSteps/stepListUtils.spec.ts
28
28
  PASS Wfo-UI Tests src/utils/filterData.spec.ts
29
29
  PASS Wfo-UI Tests src/utils/getTokenName.spec.ts
@@ -31,8 +31,8 @@ PASS Wfo-UI Tests src/utils/toObjectWithSerializedValues.spec.ts
31
31
  PASS Wfo-UI Tests src/utils/uuid.spec.ts
32
32
  PASS Wfo-UI Tests src/utils/environmentVariables.spec.ts
33
33
  PASS Wfo-UI Tests src/utils/integer.spec.ts
34
- PASS Wfo-UI Tests src/utils/onlyUnique.spec.ts
35
34
  PASS Wfo-UI Tests src/utils/getTypedFieldFromObject.spec.ts
35
+ PASS Wfo-UI Tests src/utils/onlyUnique.spec.ts
36
36
  PASS Wfo-UI Tests src/utils/cacheTag.spec.ts
37
37
  PASS Wfo-UI Tests src/utils/getQueryVariablesForExport.spec.ts
38
38
  PASS Wfo-UI Tests src/components/WfoPageTemplate/WfoPageHeader/utils/toHexColorWithOpacity.spec.ts
@@ -40,7 +40,7 @@ PASS Wfo-UI Tests src/utils/getQueryUrl.spec.ts
40
40
  PASS Wfo-UI Tests src/components/WfoPydanticForm/fields/wfoPydanticFormUtils.spec.ts
41
41
 
42
42
  Test Suites: 38 passed, 38 total
43
- Tests: 253 passed, 253 total
43
+ Tests: 257 passed, 257 total
44
44
  Snapshots: 0 total
45
- Time: 9.416 s
45
+ Time: 9.057 s
46
46
  Ran all test suites.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @orchestrator-ui/orchestrator-ui-components
2
2
 
3
+ ## 8.7.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 64ec9c8: Handles summaryForm translation client side
8
+ - da99ddd: Adds missing NL translations
9
+
3
10
  ## 8.7.0
4
11
 
5
12
  ### Minor Changes