@atlaskit/rovo-agent-analytics 4.1.0 → 5.0.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.
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# @atlaskit/rovo-agent-analytics
|
|
2
2
|
|
|
3
|
+
## 5.0.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`ee28cf33718b0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ee28cf33718b0) -
|
|
8
|
+
Add @atlassian/react-compiler-gating as a runtime dependency to enable React Compiler platform
|
|
9
|
+
gating.
|
|
10
|
+
- Updated dependencies
|
|
11
|
+
|
|
12
|
+
## 5.0.0
|
|
13
|
+
|
|
14
|
+
### Major Changes
|
|
15
|
+
|
|
16
|
+
- [`ad236a4768346`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ad236a4768346) -
|
|
17
|
+
Remove the orphan `rovoAgent subagentEdit` event variant from `SubagentInteractionsEventPayload`.
|
|
18
|
+
No callers existed in product code.
|
|
19
|
+
|
|
3
20
|
## 4.1.0
|
|
4
21
|
|
|
5
22
|
### Minor Changes
|
|
@@ -20,10 +20,6 @@ export type SubagentInteractionsEventPayload = {
|
|
|
20
20
|
actionSubject: 'rovoAgent';
|
|
21
21
|
action: 'subagentCreate';
|
|
22
22
|
attributes: BaseAgentAnalyticsAttributes;
|
|
23
|
-
} | {
|
|
24
|
-
actionSubject: 'rovoAgent';
|
|
25
|
-
action: 'subagentEdit';
|
|
26
|
-
attributes: BaseAgentAnalyticsAttributes;
|
|
27
23
|
} | {
|
|
28
24
|
actionSubject: 'rovoAgent';
|
|
29
25
|
action: 'subagentDelete';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/rovo-agent-analytics",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "5.0.1",
|
|
4
4
|
"description": "Rovo Agents analytics",
|
|
5
5
|
"repository": "https://bitbucket.org/atlassian/atlassian-frontend-monorepo",
|
|
6
6
|
"atlassian": {
|
|
@@ -33,6 +33,7 @@
|
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@atlaskit/analytics-listeners": "^11.0.0",
|
|
35
35
|
"@atlaskit/analytics-next": "^12.0.0",
|
|
36
|
+
"@atlassian/react-compiler-gating": "^0.2.0",
|
|
36
37
|
"@babel/runtime": "^7.0.0",
|
|
37
38
|
"@compiled/react": "^0.20.0"
|
|
38
39
|
},
|
|
@@ -40,7 +41,6 @@
|
|
|
40
41
|
"@af/integration-testing": "workspace:^",
|
|
41
42
|
"@af/visual-regression": "workspace:^",
|
|
42
43
|
"@atlaskit/ssr": "workspace:^",
|
|
43
|
-
"@atlassian/react-compiler-gating": "workspace:^",
|
|
44
44
|
"@testing-library/react": "^16.3.0",
|
|
45
45
|
"react": "^18.2.0",
|
|
46
46
|
"react-dom": "^18.2.0"
|