@knime/hub-features 1.15.1 → 1.15.2
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 +10 -0
- package/package.json +9 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# @knime/hub-features
|
|
2
2
|
|
|
3
|
+
## 1.15.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- b6c2eb9: add repository link to package.json
|
|
8
|
+
- Updated dependencies [b6c2eb9]
|
|
9
|
+
- @knime/components@1.41.6
|
|
10
|
+
- @knime/styles@1.14.3
|
|
11
|
+
- @knime/utils@1.7.1
|
|
12
|
+
|
|
3
13
|
## 1.15.1
|
|
4
14
|
|
|
5
15
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,7 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@knime/hub-features",
|
|
3
|
-
"version": "1.15.
|
|
3
|
+
"version": "1.15.2",
|
|
4
4
|
"description": "Vue components & composables for shared hub features",
|
|
5
|
+
"repository": {
|
|
6
|
+
"type": "git",
|
|
7
|
+
"url": "https://github.com/knime/webapps-common.git",
|
|
8
|
+
"directory": "packages/hub-features"
|
|
9
|
+
},
|
|
5
10
|
"homepage": "https://knime.github.io/webapps-common/",
|
|
6
11
|
"license": "GPL 3 and Additional Permissions according to Sec. 7 (SEE the file LICENSE)",
|
|
7
12
|
"author": "KNIME AG, Zurich, Switzerland",
|
|
@@ -31,9 +36,9 @@
|
|
|
31
36
|
"lodash-es": "4.17.21",
|
|
32
37
|
"ofetch": "^1.4.1",
|
|
33
38
|
"typescript": "^5.8.3",
|
|
34
|
-
"@knime/components": "1.41.
|
|
35
|
-
"@knime/styles": "1.14.
|
|
36
|
-
"@knime/utils": "1.7.
|
|
39
|
+
"@knime/components": "1.41.6",
|
|
40
|
+
"@knime/styles": "1.14.3",
|
|
41
|
+
"@knime/utils": "1.7.1"
|
|
37
42
|
},
|
|
38
43
|
"peerDependencies": {
|
|
39
44
|
"consola": "3.x",
|