@knime/jsonforms 1.18.6 → 1.18.8
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/CHANGELOG.md +17 -0
- package/README.md +4 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# @knime/json-forms
|
|
2
2
|
|
|
3
|
+
## 1.18.8
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [ea3b7e1]
|
|
8
|
+
- @knime/utils@1.10.0
|
|
9
|
+
- @knime/components@1.45.5
|
|
10
|
+
- @knime/rich-text-editor@1.8.11
|
|
11
|
+
|
|
12
|
+
## 1.18.7
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- Updated dependencies [b72f811]
|
|
17
|
+
- @knime/components@1.45.4
|
|
18
|
+
- @knime/rich-text-editor@1.8.10
|
|
19
|
+
|
|
3
20
|
## 1.18.6
|
|
4
21
|
|
|
5
22
|
### Patch Changes
|
package/README.md
CHANGED
|
@@ -98,6 +98,10 @@ pnpm coverage:integration
|
|
|
98
98
|
The output can be found in the `coverage` folder. It contains a browseable html report as well as raw coverage data in
|
|
99
99
|
[LCOV] and [Clover] format, which can be used in analysis software (SonarQube, Jenkins, …).
|
|
100
100
|
|
|
101
|
+
Note: noisy Vue warnings are suppressed if you set the environment flag `SUPPRESS_WARNINGS=true`,
|
|
102
|
+
and they are also suppressed when running with `CI=true` which is set by default in most pipeline
|
|
103
|
+
environments.
|
|
104
|
+
|
|
101
105
|
### Running security audit
|
|
102
106
|
|
|
103
107
|
npm provides a check against known security issues of used dependencies. Run it by calling
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@knime/jsonforms",
|
|
3
|
-
"version": "1.18.
|
|
3
|
+
"version": "1.18.8",
|
|
4
4
|
"description": "Internal JSON Forms integration for frontend KNIME projects",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -22,10 +22,10 @@
|
|
|
22
22
|
"focus-trap-vue": "4.0.3",
|
|
23
23
|
"tabbable": "6.2.0",
|
|
24
24
|
"uuid": "10.0.0",
|
|
25
|
-
"@knime/
|
|
26
|
-
"@knime/
|
|
25
|
+
"@knime/components": "1.45.5",
|
|
26
|
+
"@knime/rich-text-editor": "1.8.11",
|
|
27
27
|
"@knime/styles": "1.15.0",
|
|
28
|
-
"@knime/
|
|
28
|
+
"@knime/utils": "1.10.0"
|
|
29
29
|
},
|
|
30
30
|
"peerDependencies": {
|
|
31
31
|
"consola": "3.x",
|