@atlaskit/activity-provider
Advanced tools
Comparing version 2.4.0 to 2.4.1
# @atlaskit/activity-provider | ||
## 2.4.1 | ||
### Patch Changes | ||
- [`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) - Upgrade Typescript from `4.5.5` to `4.9.5` | ||
## 2.4.0 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@atlaskit/activity-provider", | ||
"version": "2.4.0", | ||
"version": "2.4.1", | ||
"sideEffects": false | ||
} |
{ | ||
"name": "@atlaskit/activity-provider", | ||
"version": "2.4.0", | ||
"version": "2.4.1", | ||
"sideEffects": false | ||
} |
{ | ||
"name": "@atlaskit/activity-provider", | ||
"version": "2.4.0", | ||
"version": "2.4.1", | ||
"sideEffects": false | ||
} |
@@ -10,5 +10,5 @@ export interface ActivityItem { | ||
} | ||
declare type ActivityProduct = 'JIRA' | 'JIRA_BUSINESS' | 'JIRA_SOFTWARE' | 'JIRA_OPS' | 'JIRA_SERVICE_DESK' | 'CONFLUENCE'; | ||
declare type ActivitiesContainerType = 'SITE' | 'PROJECT' | 'SPACE'; | ||
export declare type ActivityObjectType = 'ISSUE' | 'PAGE' | 'BLOGPOST'; | ||
type ActivityProduct = 'JIRA' | 'JIRA_BUSINESS' | 'JIRA_SOFTWARE' | 'JIRA_OPS' | 'JIRA_SERVICE_DESK' | 'CONFLUENCE'; | ||
type ActivitiesContainerType = 'SITE' | 'PROJECT' | 'SPACE'; | ||
export type ActivityObjectType = 'ISSUE' | 'PAGE' | 'BLOGPOST'; | ||
export interface ActivityContainer { | ||
@@ -15,0 +15,0 @@ id: string; |
{ | ||
"name": "@atlaskit/activity-provider", | ||
"version": "2.4.0", | ||
"version": "2.4.1", | ||
"description": "A provider to support recent activities in editor", | ||
@@ -15,2 +15,10 @@ "publishConfig": { | ||
"types": "dist/types/index.d.ts", | ||
"typesVersions": { | ||
">=4.5 <4.9": { | ||
"*": [ | ||
"dist/types-ts4.5/*", | ||
"dist/types-ts4.5/index.d.ts" | ||
] | ||
} | ||
}, | ||
"sideEffects": false, | ||
@@ -38,3 +46,3 @@ "atlaskit:src": "src/index.ts", | ||
"graphql": "^14.2.1", | ||
"typescript": "4.5.5" | ||
"typescript": "~4.9.5" | ||
}, | ||
@@ -53,2 +61,2 @@ "techstack": { | ||
"prettier": "@atlassian/atlassian-frontend-prettier-config-1.0.1" | ||
} | ||
} |
@@ -9,5 +9,5 @@ { | ||
"typesVersions": { | ||
">=4.0 <4.5": { | ||
">=4.5 <4.9": { | ||
"*": [ | ||
"../dist/types-ts4.0/types.d.ts" | ||
"../dist/types-ts4.5/types.d.ts" | ||
] | ||
@@ -14,0 +14,0 @@ } |
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
52512