@atlaskit/activity-provider
Advanced tools
Comparing version 2.2.0 to 2.3.0
# @atlaskit/activity-provider | ||
## 2.3.0 | ||
### Minor Changes | ||
- [`903a529a3e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/903a529a3e) - Return types in activity-provider which will be used in analytics | ||
Adds in instrumentation metrics for HyperLinkToolBar | ||
## 2.2.0 | ||
@@ -4,0 +11,0 @@ |
@@ -26,2 +26,3 @@ import { ActivityItem, ActivityProvider } from '../types'; | ||
iconUrl: string; | ||
type: import("../types").ActivityObjectType; | ||
viewedTimestamp: string; | ||
@@ -28,0 +29,0 @@ }[]>; |
@@ -53,2 +53,3 @@ "use strict"; | ||
iconUrl: node.object.iconUrl, | ||
type: node.object.type, | ||
viewedTimestamp: node.timestamp, | ||
@@ -55,0 +56,0 @@ }); })]; |
@@ -7,2 +7,3 @@ export interface ActivityItem { | ||
iconUrl: string; | ||
type?: string; | ||
viewedTimestamp?: string; | ||
@@ -9,0 +10,0 @@ } |
{ | ||
"name": "@atlaskit/activity-provider", | ||
"version": "2.1.1", | ||
"version": "2.2.0", | ||
"sideEffects": false | ||
} |
@@ -26,2 +26,3 @@ import { ActivityItem, ActivityProvider } from '../types'; | ||
iconUrl: string; | ||
type: import("../types").ActivityObjectType; | ||
viewedTimestamp: string; | ||
@@ -28,0 +29,0 @@ }[]>; |
@@ -70,2 +70,3 @@ import { utils } from '@atlaskit/util-service-support'; | ||
iconUrl: node.object.iconUrl, | ||
type: node.object.type, | ||
viewedTimestamp: node.timestamp, | ||
@@ -72,0 +73,0 @@ })); |
@@ -7,2 +7,3 @@ export interface ActivityItem { | ||
iconUrl: string; | ||
type?: string; | ||
viewedTimestamp?: string; | ||
@@ -9,0 +10,0 @@ } |
{ | ||
"name": "@atlaskit/activity-provider", | ||
"version": "2.1.1", | ||
"version": "2.2.0", | ||
"sideEffects": false | ||
} |
@@ -26,2 +26,3 @@ import { ActivityItem, ActivityProvider } from '../types'; | ||
iconUrl: string; | ||
type: import("../types").ActivityObjectType; | ||
viewedTimestamp: string; | ||
@@ -28,0 +29,0 @@ }[]>; |
@@ -50,2 +50,3 @@ import { __assign, __awaiter, __generator } from "tslib"; | ||
iconUrl: node.object.iconUrl, | ||
type: node.object.type, | ||
viewedTimestamp: node.timestamp, | ||
@@ -52,0 +53,0 @@ }); })]; |
@@ -7,2 +7,3 @@ export interface ActivityItem { | ||
iconUrl: string; | ||
type?: string; | ||
viewedTimestamp?: string; | ||
@@ -9,0 +10,0 @@ } |
{ | ||
"name": "@atlaskit/activity-provider", | ||
"version": "2.1.1", | ||
"version": "2.2.0", | ||
"sideEffects": false | ||
} |
{ | ||
"name": "@atlaskit/activity-provider", | ||
"version": "2.2.0", | ||
"version": "2.3.0", | ||
"description": "A provider to support recent activities in editor", | ||
@@ -5,0 +5,0 @@ "publishConfig": { |
@@ -89,2 +89,3 @@ import { utils } from '@atlaskit/util-service-support'; | ||
iconUrl: node.object.iconUrl, | ||
type: node.object.type, | ||
viewedTimestamp: node.timestamp, | ||
@@ -91,0 +92,0 @@ })); |
@@ -7,2 +7,3 @@ export interface ActivityItem { | ||
iconUrl: string; | ||
type?: string; | ||
viewedTimestamp?: string; | ||
@@ -9,0 +10,0 @@ } |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
57366
1034