@atlaskit/activity-provider
Advanced tools
Comparing version 2.3.0 to 2.3.1
# @atlaskit/activity-provider | ||
## 2.3.1 | ||
### Patch Changes | ||
- [`5f58283e1f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f58283e1f) - Export types using Typescript's new "export type" syntax to satisfy Typescript's --isolatedModules compiler option. | ||
This requires version 3.8 of Typescript, read more about how we handle Typescript versions here: https://atlaskit.atlassian.com/get-started | ||
Also add `typescript` to `devDependencies` to denote version that the package was built with. | ||
## 2.3.0 | ||
@@ -4,0 +12,0 @@ |
{ | ||
"name": "@atlaskit/activity-provider", | ||
"version": "2.2.0", | ||
"version": "2.3.1", | ||
"sideEffects": false | ||
} |
import ActivityResource from './api/ActivityResource'; | ||
import { ActivityProvider, ActivityItem } from './types'; | ||
import { ActivityError } from './api/error'; | ||
export { ActivityResource, ActivityProvider, ActivityItem, ActivityError }; | ||
export { ActivityResource, ActivityError }; | ||
export type { ActivityProvider, ActivityItem }; |
{ | ||
"name": "@atlaskit/activity-provider", | ||
"version": "2.2.0", | ||
"version": "2.3.1", | ||
"sideEffects": false | ||
} |
import ActivityResource from './api/ActivityResource'; | ||
import { ActivityProvider, ActivityItem } from './types'; | ||
import { ActivityError } from './api/error'; | ||
export { ActivityResource, ActivityProvider, ActivityItem, ActivityError }; | ||
export { ActivityResource, ActivityError }; | ||
export type { ActivityProvider, ActivityItem }; |
{ | ||
"name": "@atlaskit/activity-provider", | ||
"version": "2.2.0", | ||
"version": "2.3.1", | ||
"sideEffects": false | ||
} |
{ | ||
"name": "@atlaskit/activity-provider", | ||
"version": "2.3.0", | ||
"version": "2.3.1", | ||
"description": "A provider to support recent activities in editor", | ||
@@ -14,3 +14,3 @@ "publishConfig": { | ||
"module:es2019": "dist/es2019/index.js", | ||
"types": "dist/cjs/index.d.ts", | ||
"types": "dist/types/index.d.ts", | ||
"sideEffects": false, | ||
@@ -28,3 +28,4 @@ "atlaskit:src": "src/index.ts", | ||
"fetch-mock": "^8.0.0", | ||
"graphql": "^14.2.1" | ||
"graphql": "^14.2.1", | ||
"typescript": "3.9.6" | ||
}, | ||
@@ -31,0 +32,0 @@ "techstack": { |
@@ -5,2 +5,3 @@ import ActivityResource from './api/ActivityResource'; | ||
export { ActivityResource, ActivityProvider, ActivityItem, ActivityError }; | ||
export { ActivityResource, ActivityError }; | ||
export type { ActivityProvider, ActivityItem }; |
@@ -6,3 +6,3 @@ { | ||
"module:es2019": "../dist/es2019/types.js", | ||
"types": "../dist/cjs/types.d.ts" | ||
"types": "../dist/types/types.d.ts" | ||
} |
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
57934
1038
3