@knime/hub-features 1.29.0 → 1.29.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
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @knime/hub-features
|
|
2
2
|
|
|
3
|
+
## 1.29.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [7b602bf]
|
|
8
|
+
- @knime/utils@1.11.1
|
|
9
|
+
- @knime/components@1.46.7
|
|
10
|
+
|
|
11
|
+
## 1.29.1
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- c9fed1d: adjust analytics events payload for cloudhome ad-hoc execution
|
|
16
|
+
|
|
3
17
|
## 1.29.0
|
|
4
18
|
|
|
5
19
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@knime/hub-features",
|
|
3
|
-
"version": "1.29.
|
|
3
|
+
"version": "1.29.2",
|
|
4
4
|
"description": "Vue components & composables for shared hub features",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -39,9 +39,9 @@
|
|
|
39
39
|
"lodash-es": "4.18.1",
|
|
40
40
|
"ofetch": "^1.4.1",
|
|
41
41
|
"typescript": "^5.9.3",
|
|
42
|
-
"@knime/components": "1.46.
|
|
42
|
+
"@knime/components": "1.46.7",
|
|
43
43
|
"@knime/styles": "1.15.1",
|
|
44
|
-
"@knime/utils": "1.11.
|
|
44
|
+
"@knime/utils": "1.11.1"
|
|
45
45
|
},
|
|
46
46
|
"peerDependencies": {
|
|
47
47
|
"consola": "3.x",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"@vue/test-utils": "2.4.6",
|
|
53
53
|
"consola": "3.4.2",
|
|
54
54
|
"json-schema-to-typescript": "^15.0.4",
|
|
55
|
-
"vite": "^7.3.
|
|
55
|
+
"vite": "^7.3.5",
|
|
56
56
|
"vite-svg-loader": "5.1.0",
|
|
57
57
|
"vue-tsc": "3.0.4"
|
|
58
58
|
},
|
|
@@ -15,7 +15,7 @@ export const adHocExecutionStartedDeploymentsPage = <T extends DefaultContext>(c
|
|
|
15
15
|
event_source: "cloudhome",
|
|
16
16
|
event_display_name: "Ad Hoc Execution Started",
|
|
17
17
|
interaction: {
|
|
18
|
-
location: "
|
|
18
|
+
location: "contextual_side_panel",
|
|
19
19
|
page: "deployments",
|
|
20
20
|
trigger: "user",
|
|
21
21
|
type: "click",
|
|
@@ -427,7 +427,7 @@ export interface AnalyticsEventSchema {
|
|
|
427
427
|
event_source: "cloudhome";
|
|
428
428
|
event_display_name: "Ad Hoc Execution Started";
|
|
429
429
|
interaction: {
|
|
430
|
-
location: "
|
|
430
|
+
location: "contextual_side_panel";
|
|
431
431
|
page: "deployments";
|
|
432
432
|
trigger: InteractionTrigger & "user";
|
|
433
433
|
type: InteractionType & "click";
|