@orchestrator-ui/orchestrator-ui-components 0.9.0 → 0.9.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,5 +1,5 @@
1
1
 
2
- > @orchestrator-ui/orchestrator-ui-components@0.9.0 build
2
+ > @orchestrator-ui/orchestrator-ui-components@0.9.1 build
3
3
  > tsup src/index.ts --format esm --dts --tsconfig tsconfig.build.json
4
4
 
5
5
  CLI Building entry: src/index.ts
@@ -9,6 +9,6 @@
9
9
  ESM Build start
10
10
  DTS Build start
11
11
  ESM dist/index.js 2.13 MB
12
- ESM ⚡️ Build success in 772ms
13
- DTS ⚡️ Build success in 11678ms
12
+ ESM ⚡️ Build success in 760ms
13
+ DTS ⚡️ Build success in 11595ms
14
14
  DTS dist/index.d.ts 114.97 KB
@@ -1,4 +1,4 @@
1
1
 
2
- > @orchestrator-ui/orchestrator-ui-components@0.9.0 lint
2
+ > @orchestrator-ui/orchestrator-ui-components@0.9.1 lint
3
3
  > eslint "src/**/*.ts*"
4
4
 
@@ -1,22 +1,22 @@
1
1
 
2
- > @orchestrator-ui/orchestrator-ui-components@0.9.0 test
2
+ > @orchestrator-ui/orchestrator-ui-components@0.9.1 test
3
3
  > jest
4
4
 
5
5
  PASS Orchestrator UI Components Tests src/pages/processes/timelineUtils.spec.ts
6
- PASS Orchestrator UI Components Tests src/utils/date.spec.ts
7
6
  PASS Orchestrator UI Components Tests src/components/WfoForms/formFields/utils.spec.ts
7
+ PASS Orchestrator UI Components Tests src/utils/date.spec.ts
8
8
  PASS Orchestrator UI Components Tests src/components/WfoSubscription/utils/utils.spec.ts
9
- PASS Orchestrator UI Components Tests src/utils/getProductNamesFromProcess.spec.ts
10
9
  PASS Orchestrator UI Components Tests src/components/WfoTable/WfoDataGridTable/WfodataGridColumns.spec.ts
11
- PASS Orchestrator UI Components Tests src/components/WfoTree/treeUtils.spec.ts
10
+ PASS Orchestrator UI Components Tests src/utils/getProductNamesFromProcess.spec.ts
12
11
  PASS Orchestrator UI Components Tests src/components/WfoTable/WfoTableWithFilter/updateQueryString.spec.ts
13
12
  PASS Orchestrator UI Components Tests src/components/WfoTable/utils/tableConfigPersistence.spec.ts
14
- PASS Orchestrator UI Components Tests src/utils/string.spec.ts
13
+ PASS Orchestrator UI Components Tests src/components/WfoTree/treeUtils.spec.ts
15
14
  PASS Orchestrator UI Components Tests src/components/WfoTable/utils/tableUtils.spec.ts
15
+ PASS Orchestrator UI Components Tests src/utils/string.spec.ts
16
16
  PASS Orchestrator UI Components Tests src/components/WfoTable/utils/mapSortableAndFilterableValuesToTableColumnConfig.spec.ts
17
17
  PASS Orchestrator UI Components Tests src/messages/getTranslationMessages.spec.ts
18
- PASS Orchestrator UI Components Tests src/components/WfoTable/utils/columns.spec.ts
19
18
  PASS Orchestrator UI Components Tests src/utils/sortObjectKeys.spec.ts
19
+ PASS Orchestrator UI Components Tests src/components/WfoTable/utils/columns.spec.ts
20
20
  PASS Orchestrator UI Components Tests src/components/WfoWorkflowSteps/stepListUtils.spec.ts
21
21
  PASS Orchestrator UI Components Tests src/utils/environmentVariables.spec.ts
22
22
  PASS Orchestrator UI Components Tests src/utils/getTokenName.spec.ts
@@ -28,5 +28,5 @@ PASS Orchestrator UI Components Tests src/components/WfoPageTemplate/WfoPageHead
28
28
  Test Suites: 22 passed, 22 total
29
29
  Tests: 131 passed, 131 total
30
30
  Snapshots: 0 total
31
- Time: 4.317 s
31
+ Time: 4.339 s
32
32
  Ran all test suites.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @orchestrator-ui/orchestrator-ui-components
2
2
 
3
+ ## 0.9.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 1578b99: NPM Audit fix for IP package
8
+
3
9
  ## 0.9.0
4
10
 
5
11
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orchestrator-ui/orchestrator-ui-components",
3
- "version": "0.9.0",
3
+ "version": "0.9.1",
4
4
  "license": "MIT",
5
5
  "scripts": {
6
6
  "test": "jest",