@atlaskit/activity-provider
Advanced tools
Comparing version 2.3.6 to 2.3.7
# @atlaskit/activity-provider | ||
## 2.3.7 | ||
### Patch Changes | ||
- [`8cc2f888c83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2f888c83) - Upgrade Typescript from `4.3.5` to `4.5.5` | ||
## 2.3.6 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@atlaskit/activity-provider", | ||
"version": "2.3.6", | ||
"version": "2.3.7", | ||
"sideEffects": false | ||
} |
{ | ||
"name": "@atlaskit/activity-provider", | ||
"version": "2.3.6", | ||
"version": "2.3.7", | ||
"sideEffects": false | ||
} |
{ | ||
"name": "@atlaskit/activity-provider", | ||
"version": "2.3.6", | ||
"version": "2.3.7", | ||
"sideEffects": false | ||
} |
{ | ||
"name": "@atlaskit/activity-provider", | ||
"version": "2.3.6", | ||
"version": "2.3.7", | ||
"description": "A provider to support recent activities in editor", | ||
@@ -15,2 +15,9 @@ "publishConfig": { | ||
"types": "dist/types/index.d.ts", | ||
"typesVersions": { | ||
">=4.0 <4.5": { | ||
"*": [ | ||
"dist/types-ts4.0/*" | ||
] | ||
} | ||
}, | ||
"sideEffects": false, | ||
@@ -38,3 +45,3 @@ "atlaskit:src": "src/index.ts", | ||
"graphql": "^14.2.1", | ||
"typescript": "4.3.5" | ||
"typescript": "4.5.5" | ||
}, | ||
@@ -41,0 +48,0 @@ "techstack": { |
@@ -95,3 +95,3 @@ import { utils } from '@atlaskit/util-service-support'; | ||
})); | ||
} catch (err) { | ||
} catch (err: any) { | ||
throw new ActivityError(err.reason, err.code); | ||
@@ -98,0 +98,0 @@ } |
@@ -7,3 +7,10 @@ { | ||
"sideEffects": false, | ||
"types": "../dist/types/types.d.ts" | ||
"types": "../dist/types/types.d.ts", | ||
"typesVersions": { | ||
">=4.0 <4.5": { | ||
"*": [ | ||
"../dist/types-ts4.0/types.d.ts" | ||
] | ||
} | ||
} | ||
} |
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
55476
38
1101